--- tetex-base-3.0.orig/texenv +++ tetex-base-3.0/texenv @@ -0,0 +1,73 @@ +AFMFONTS +BIBINPUTS +BSTINPUTS +CMAPFONTS +CWEBINPUTS +ENCFONTS +GFFONTS +GLYPHFONTS +INDEXSTYLE +LIGFONTS +MAILCAPLIBDIR +MFBASES +MFINPUTS +MFPOOL +MFTINPUTS +MIMELIBDIR +MISCFONTS +MISSFONT_LOG +MPINPUTS +MPMEMS +MPPOOL +MPSUPPORT +MPXCOMMAND +OCPINPUTS +OFMFONTS +OPENTYPEFONTS +OPLFONTS +OTPINPUTS +OVFFONTS +OVPFONTS +PDFTEXCONFIG +PKFONTS +PSHEADERS +SFDFONTS +SYSTEXMF +T1FONTS +T42FONTS +T4HTINPUTS +TEX4HTFONTSET +TEX4HTINPUTS +TEXCONFIG +TEXDOCEXT +TEXDOCHTML +TEXDOCS +TEXDOCSCOMPRESS +TEXDOCSSUFFIX +TEXFONTMAPS +TEXFORMATS +TEX_HUSH +TEXINPUTS +TEXMF +TEXMFCNF +TEXMFCONFIG +TEXMFDBS +TEXMFDIST +TEXMFHOME +TEXMFLOCAL +TEXMFMAIN +TEXMFSCRIPTS +TEXMFSYSCONFIG +TEXMFSYSVAR +TEXMFVAR +TEXPICTS +TEXPOOL +TEXPSHEADERS +TEXSOURCES +TFMFONTS +TRFONTS +TTFONTS +VARTEXFONTS +VFFONTS +WEB2C +WEBINPUTS --- tetex-base-3.0.orig/debian/tetex-doc.postinst +++ tetex-base-3.0/debian/tetex-doc.postinst @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +case "$1" in + configure|reconfigure) + test -x "`which mktexlsr`" && mktexlsr || true +# disable this for now + # index-tetexdoc + ;; + *) + ;; +esac + +#DEBHELPER# --- tetex-base-3.0.orig/debian/setup-conflinks.in +++ tetex-base-3.0/debian/setup-conflinks.in @@ -0,0 +1,74 @@ +#include variables +#!/bin/bash -e +# +# setup-conflinks, internal packaging script for tetex-base and -extra. +# $Id: setup-conflinks.in 939 2006-02-24 17:31:49Z frank $ +<:=@COPYRIGHT:>// + +################################### +# Variables +################################### + +# tetex-extra +#EXTD=$extra_prefix/usr/share/texmf/dvips +#EXETC=$extra_prefix${DVIPS} +basedir=debian/tetex-base +pkgdir=$basedir/usr/share/tetex-base +ldatdir=$basedir/usr/share/texmf-tetex/tex/generic/config +LANGUAGE_DIR="$basedir/<:=$LANGUAGE_DIR:>" +LANGUAGE_MEMORY_DIR=<:=$LANGUAGE_MEMORY_DIR:> + + + +################################### +# Here starts the main program +################################### + +if [ x"$1" = "x-base" ] ; then + package=tetex-base + texmfdir=debian/$package/usr/share/texmf-tetex + +# add the magic header to the language config file + printf "%% 10tetex.cnf +%% +%% You really can change stuff in this file, but it is NOT RECOMMENDED +%% to play around with this file if you do not know what you are doing! +%% Please leave this comment! +%% -_- DebPkgProvidedMaps -_- +%% +" >> $LANGUAGE_DIR/10tetex.cnf + +# install latex's language dat in language.d + sed -n -e '0,\@^% The hyphenation pattern files are in the dir@ d; 0,/^$/ d; p' \ + $ldatdir/language.dat >> $LANGUAGE_DIR/10tetex.cnf + rm $ldatdir/language.dat + cp debian/tetex-base.language.list debian/$package/$LANGUAGE_MEMORY_DIR/tetex-base.list + +# remove upstream's updmap.cfg + rm $texmfdir/web2c/updmap.cfg + + rm -f $texmfdir/ls-R +# create our ls-R symlink + ln -s /var/lib/texmf/ls-R-TEXMFDIST-TETEX $texmfdir/ls-R + + # texdoctk stuff + mv $texmfdir/texdoctk debian/$package/etc + ln -s /etc/texdoctk $texmfdir + # texdocrc is handled by ucf + mv debian/$package/etc/texdoctk/texdocrc.defaults $pkgdir/texdocrc + cp debian/md5sums/texdocrc.md5sum $pkgdir/ + +elif [ x"$1" = "x-extra" ] ; then + package=tetex-extra + texmfdir=debian/$package/usr/share/texmf-tetex + + : +else + echo "Bad usage!" + exit 1 +fi + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: --- tetex-base-3.0.orig/debian/tetex-extra.dirs.in +++ tetex-base-3.0/debian/tetex-extra.dirs.in @@ -0,0 +1,4 @@ +#include variables +etc/texmf/updmap.d +usr/share/tetex-extra +<:=$FONTMAP_MEMORY_DIR:> --- tetex-base-3.0.orig/debian/changelog.Debian.experimental +++ tetex-base-3.0/debian/changelog.Debian.experimental @@ -0,0 +1,171 @@ +tetex-base (3.0-8) experimental; urgency=low + + * Drop the dependency on gsfonts, we have our own copies [frank]. + * No longer set the dependency on debconf manually, use ${misc:Depends} + instead. This will introduce debconf-2.0 as an alternative to + debconf [frank] (closes: #332113). + * Remove xcolor's documentation, it's in a separate package. Thanks to + Ralf Stubner (closes: #325891) [frank] + * Don't act on the obsolete pdftex.cfg file when it hasn't been changed + at all (closes: #324826) [frank] + * The ls-R files and respective symlinks now belong to + tex-common. [frank] + * Drop the dependency on texinfo, as already done in sid in 2.0.2c-9 + [frank] + * The transition code for changing symlinks to directories and vice + versa is now in tetex-extra, too, at least for preinst and postrm. + The postinst stuff can be in tetex-base only. [frank] + * Fixed code for handling obsolete conffiles [frank] + * Remove all code that still handles /var/cache/fonts somehow, + especially the postrm code that removed the directory. This is now + all done in tex-common. Thanks to Florent for spotting this. [frank] + + -- Frank Küster Thu, 13 Oct 2005 17:08:15 +0200 + +tetex-base (3.0-7) experimental; urgency=low + + * Check files that used to be conffiles and are now unused, remove them + if unchanged. Furthermore, Install config.antt into /etc/texmf/dvips + again (closes: #320074). Thanks to Ralf Stubner again. + * Fix extension when pdftex.cfg is saved away after taking over as much + settings as possible (closes: #320061) + * Depend on a tex-common version that provides update-language (closes: + #321361) and move the LSRS entry from our and tetex-bin's variables to + common.variables + * Reintroduce the code to create /usr/local/share/texmf in postinst, and + a symlink from ls-R to /var/lib/texmf/ls-R-LOCAL. + * Really install tetex-extra's fontmap list file + + -- Frank Küster Fri, 12 Aug 2005 17:18:41 +0200 + +tetex-base (3.0-6) experimental; urgency=low + + * Really install 10tetex-base.cfg in /etc/texmf/updmap.d - + thanks to Ralf Stubner (closes: + #320066). + * And make tetex-base's and tetex-extra's updmap configuration files + active by putting the list files into + /var/lib/tex-common/fontmap-cfg/. + * The same package was previously uploaded to my private repository as + version 3.0-5 and, with a small but important fix, 3.0-5.1, while + ftp-master was down. + + -- Frank Küster Wed, 27 Jul 2005 12:23:16 +0200 + +tetex-base (3.0-4) experimental; urgency=low + + * tetex-base now depends on tex-common, and has "lost" some configuration + files to that package. + * In particular, the updmap configuration files have been changed: + - 00updmap.cfg is now 10tetex-base.cfg (except the parts in + tex-common's 00updmap.cfg), and it is no longer a patched variant of + updmap.cfg from the upstream sources, but rather a static file in the + debian subdirectory. + - 05tetex-extra.cfg is now 05tetex-extra.cfg + Both files contain the magic comment, and the memory file is at the + proper place. An upgrade path for 10tetex-base.cfg is still needed. + * /usr/share/texmf/lambda/config is now only a symlink in tetex-extra. + In older 3.0 versions, it was also a directory in tetex-base. Thanks + to Miles Bader for spotting this. This fix (closes: + #300855), but this only applies to upgrades from 2.0.2 - there is no + good upgrade path between experimental versions. + * Make seminar.con a conffile again + * Rewrite the synchronization with tetex-common, using a patch by + Florent Rougon (closes: #309596) + * Add the documentation for the sueterlin fonts (see: #300596) + * tetex-doc now supports a web interface to the documentation at + http://localhost/texmf/doc/texdoc.php, using the data from texdoctk. + * Remove beamer documentation (already in package latex-beamer). + + -- Frank Küster Mon, 25 Jul 2005 15:40:45 +0200 + +tetex-base (3.0-3) experimental; urgency=low + + * Make sure all previous symlinks are properly converted to directories, + and vice versa, in the preinst/postinst scripts, thanks to Julian + Gilbey (closes: #299843) + + -- Frank Küster Thu, 17 Mar 2005 11:38:34 +0100 + +tetex-base (3.0-2) experimental; urgency=low + + * Remove files from tetex-extra that are already installed by + latex-beamer, latex-xcolor and pgf. + * Revert the change from the last version: Do not unset HOME. It's + better to create/update ls-R files in root's or a sudo-user's + $HOME/texmf, than in /texmf. There is currently no way to stop + mktexlsr from doing that, if the directories exist. + + -- Frank Küster Mon, 14 Mar 2005 13:27:34 +0100 + +tetex-base (3.0-1) experimental; urgency=low + + * New upstream release + * Unset HOME before running mktexlsr, thanks to Uwe Zeisberger + (see: #294197) [frank] + * Remove files from tetex-base or tetex-extra that are already in + separate Debian packages: lmodern, preview-latex + * Move format ini files back to TEXMFMAIN, they are not configuration + files. + * Provide an upgrade path for many conf(iguration )files that changed + their location. + * License stuff: + - Added README.pst-osci with a clarified license (public domain) + + -- Frank Küster Mon, 7 Mar 2005 18:57:26 +0100 + +tetex-base (2.99.9.20050111-beta-2) experimental; urgency=low + + * tetex-base now conflicts with older versions of tetex-bin, reflecting + the new directory structure, thanks to Martin Fluch + (closes: #291531). + + -- Frank Küster Sun, 23 Jan 2005 14:40:25 +0100 + +tetex-base (2.99.9.20050111-beta-1) experimental; urgency=low + + * New upstream release candidate + + -- Frank Küster Sun, 16 Jan 2005 13:35:43 +0100 + +tetex-base (2.99.7.20041225-beta-1) experimental; urgency=low + + * New upstream beta release. This is packaged in order to allow the bold + and brave to test, and to check whether the binary part builds on all + architectures. + * BE WARNED, THIS IS NOT FOR TYPESETTING YOUR THESIS + * The packaging has been revised and partly rewritten: + - We now work with a pristine upstream tarball as orig.tar.gz + - Most files needed for creation of the package, as well as the + maintainer scripts, are now generated using ePerl. The configuration + is done, as much as possible, through the files variables, + common.variables, and common.functions + - To synchronise this and the tetex-bin package, common.functions and + common.variables from the tetex-common CVS module are used + * We provide infrastructure to allow for easy backporting of teTeX 3.0 + to sarge. + * Lots of bugs are closed by this upload - all bugs listed below have + already been tagged fixed-upstream, and there should be an explanation + in the bug logs at http://bugs.debian.org/. In some cases + the explanation is only a link to the LaTeX Project bug database, or + it is in the comments of the mail sent to the control server, but it's + always there. + + - For tetex-base: (closes: #221262, #261529, #272560, #119531, + #267768, #195711, #181310, #206315, #230931, #258976, #145339, + #190873, #214415, #255137, #181310, #219573, #229598, #286722) + + - For tetex-extra: (closes: #273246, #218178, #195109, #215925, + #251143, #202472, #259696, #261736, #271463, #273247) + + - For tetex-doc: (closes: #160692, #223569, #153985) + * All information for users and developers, Debian-specific or not, has + been collected in the README files of the tetex-bin package. + * Files are now arranged according to the TeX Directory Structure v. 1.1 + (changes mainly involve font maps and encoding files, and the script + directory). + * tetex-base now does all the language.dat handling; it no longer ships + static copies of generated map files. + + -- Frank Küster Tue, 21 Dec 2004 13:37:25 +0100 + --- tetex-base-3.0.orig/debian/tetex-base.language.list +++ tetex-base-3.0/debian/tetex-base.language.list @@ -0,0 +1 @@ +10tetex --- tetex-base-3.0.orig/debian/fixhyphenation.in +++ tetex-base-3.0/debian/fixhyphenation.in @@ -0,0 +1,139 @@ +#include variables +#!/bin/sh -e +# +# fixhyphenation script for the Debian tetex packages. +# $Id: fixhyphenation.in 113 2005-08-04 15:02:54Z frn $ +<:=@COPYRIGHT:>// + +# static variables +LDAT=/etc/texmf/language.dat + + +###################################### +# Explanations +###################################### + +# in teTeX 2.0.2 in Debian, language.dat handling was mixed between +# the postinst scripts of tetex-bin and tetex-base. Since the betas +# for 3.0, this has been moved to this external script, which is part +# of tetex-base. +# +# It will usually be called by tetex-base's postinst, +# but since it uses kpsewhich this will only work in an upgrade +# situation, when tetex-bin is yet installed. If tetex-base was +# removed, but not purged, with an unusable language.dat file present, +# it has to be called again after tetex-bin has been installed. +# +# The script simply ignores that language.dat is handled by ucf. This +# can be justified as follows: a) the script only makes changes to +# language.dat if the user has made changes to it, i.e. the installed +# version is not the same and has a different md5sum as the version in +# /var/lib/ucf/hashfile. Therefore, from the point of view of ucf, +# nothing is changed. b) The script only makes changes that are needed +# to prevent the fmtutil call later in the postinst scripts from +# failing. "Preserve user changes" does not mean to preserve user +# errors. +# +# Here comes a history of the different checks/fixes: +# +# 2.0.2b-4, 2004-08-30 +# The following bugfix checks have entered tetex-bin at the times and +# versions indicated, but they are also necessary in tetex-base. +# +# 2.0.2-16, 2004-07-21 +# before we do our fancy language.dat handling, we have to work around a +# temporary problem: ukhyphen.tex is no longer contained in tetex-base. +# We have to disable it, without offering it in the debconf dialog. If, +# however, the user has a local copy in her TEXMF tree, we want to keep it. +# We have to do this even if language.dat is not managed by debconf. +# +# 2.0.2-20, 2004-08-25 +# There's one more fix to do: In some tetex-base version, we accidently +# shipped language.dflt with a missing comment sign. If this is still +# in language.dat, we have to fix this. +# +# upgrade from 2.0.2 to 3.0 (or 2.99...): +# tetex-base now contains huhyphn.tex instead of huhyph.tex, and eshyph.tex instead of sphyph.tex +# if the user has not accepted the changes to language.dat, the format +# generation later in this postinst would fail if we don't change +# these entries. + +############################################################################ +# function definitions - look for "real action" to find the starting point +############################################################################ + +comment_pattern(){ + oldpattern=$1 + alias=$2 + comment="$3" # must have newlines escaped with \ + if grep $oldpattern $LDAT | grep -v ^% >/dev/null; then # &2 is not redirected on purpose + if ! kpsewhich $oldpattern >/dev/null; then + tempfile=`mktemp -t` + if [ $alias ]; then + sed -e "s/^\(.*$oldpattern\)/%! \1/; s/\(=$alias\)/%! \1/; /$alias/ a \ +$comment +" $LDAT > $tempfile + else + sed -e "s/^\(.*$oldpattern\)/%! \1/; /$oldpattern/ a \ +$comment +" $LDAT > $tempfile + fi + chown --reference=$LDAT $tempfile + chmod --reference=$LDAT $tempfile + mv $tempfile $LDAT + fi + fi +} +change_pattern(){ + oldpattern=$1 + newpattern=$2 + comment="$3" # must have newlines escaped with \ + if grep $oldpattern $LDAT | grep -v ^% >/dev/null; then # &2 is not redirected on purpose +# if ! kpsewhich $oldpattern >/dev/null; then + if true; then + tempfile=`mktemp -t` + # only replace when active, but add comment always + sed -e "/$oldpattern/ { s/^\([^%]*\)$oldpattern/\1$newpattern/; a \ +$comment +} " $LDAT > $tempfile + chown --reference=$LDAT $tempfile + chmod --reference=$LDAT $tempfile + mv $tempfile $LDAT + fi + fi +} + +###################################### +# Here starts the real action +###################################### + +test -x "`which kpsewhich`" || exit 0 # tetex-bin not yet installed + +# for versions less than 2.0.2-16 + comment_pattern "ukhyphen.tex" "UKenglish" \ +"%! The british patterns in ukhyphen.tex are non-free and \ +%! therefore no longer included in teTeX \ +%! [ added by teTeX postinst] +" +# for versions less than 2.0.2-21 +# look for the missing comment sign + tempfile=`mktemp -t` + sed 's@^\(For use with ngerman\)@\% \1@' < $LDAT > $tempfile + mv $tempfile $LDAT + +# for versions less than 2.99.3 + change_pattern "huhyph.tex" "huhyphn.tex" \ +"%! The hungarian (magyar) hyphenation patterns file has been \\ +%! renamed from huhyph.tex to huhyphn.tex \\ +%! [ added by teTeX postinst] +" +change_pattern "sphyph.tex" "eshyph.tex" \ +"%! The spanish hyphenation patterns file has been \\ +%! renamed from sphyph.tex to eshyph.tex \\ +%! [ added by teTeX postinst] +" + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: --- tetex-base-3.0.orig/debian/rules.in +++ tetex-base-3.0/debian/rules.in @@ -0,0 +1,250 @@ +#include "variables" +<:###############################################################################:>// +<:# WARNING: The rules file AUTOMATICALLY REGENERATES itself from this very one #:>// +<:# Read the GNU Make Manual if you don't understand Makefile Remaking! #:>// +<:###############################################################################:>// +#!/usr/bin/make -f +# +# do not edit this file, instead edit rules.in! +# $Id: rules.in 387 2005-12-08 17:56:37Z frank $ + +# The debian/rules(.in) file was nearly completely rewritten by +# Frank Küster frank@debian.org in 2004, with patches by +# Florent Rougon , 2005, +# +# who share the copyright. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +export DH_COMPAT=3 + +EPERL_FILES := debian/preinst debian/postinst debian/postrm \ + debian/tetex-base.dirs \ + debian/tetex-extra.postinst debian/tetex-extra.preinst \ + debian/tetex-extra.postrm debian/tetex-extra.dirs \ + debian/setup-conflinks \ + debian/common.functions +eperl_sourcefiles=debian/variables debian/COPYRIGHT.scripts \ + debian/common.variables debian/common.functions +tex_common_dir = ../../tex-common/tex-common +real_common_variables=$(tex_common_dir)/debian/common.variables +real_common_functions_in=$(tex_common_dir)/debian/common.functions.in + +SHELL = /bin/bash + +package=tetex-base +extra=tetex-extra +docpack=tetex-doc +txmfdir=debian/$(package)/usr/share/texmf-tetex +extxmfdir=debian/$(extra)/usr/share/texmf-tetex +vardir=debian/$(package)/var/lib/texmf +pkgdir=debian/$(package)/usr/share/tetex-base +etcdir=/etc/texmf +debetc=debian/$(package)/etc/texmf + +### helper targets for the install target +stampdir=stampdir +include debian/rules.d/filelists.mk +include debian/rules.d/install.mk + +# needed for quilt: +export QUILT_PATCHES=./debian/patches + + +### variables from eperl that need to be passed to the static helper makefiles +FONTMAP_MEMORY_DIR=<:=$FONTMAP_MEMORY_DIR:> + +############### +# Main targets +############### + +# Eperl is simply great: thanks, Davide! +% :: %.in $(eperl_sourcefiles) + eperl -P -o $@ $< + -head -1 $@ | grep '^#!/' >/dev/null && chmod a+x $@ + +# Override this rule for debian/rules, which needs an additional command +debian/rules: debian/rules.in $(eperl_sourcefiles) + # Refresh debian/common.variables and debian/common.functions.in every + # time the rules file is going to be regenerated + $(update_commonstuff) + # Regenerate the rules file + eperl -P -o $@ $< + +# Override the general rule for eperl-generated files in order to avoid a +# circular dependency (debian/common.functions is listed in +# $(eperl_sourcefiles)). +debian/common.functions: debian/common.functions.in debian/common.variables + eperl -P -o $@ $< + + +build: $(stampdir)/build-stamp + +install: $(stampdir)/eperl-stamp $(stampdir)/install-stamp + +binary: binary-indep binary-arch + +sarge: debian/sarge-stamp + +sid: debian/sid-stamp + + +############################## +# Subtargets that do the work +############################## + +# common.variables and common.functions are shared between the +# tetex-base and tetex-bin source packages. On a normal build, the +# versions included in the individual source packages are used. +# Developers can use the most recent version from tex-commons svn +# repository. If you want to use this mechanism, check out the trunk +# of the tetex-common tree and pass the variable $(tex_common_dir) to +# make, indicating its location relative to the build dir. The +# default is ../../tex-common/tex-common/. +define update_commonstuff +test -e $(real_common_variables) && \ + test $(real_common_variables) -nt debian/common.variables && \ + cp $(real_common_variables) debian/ || true + +test -e $(real_common_functions_in) && \ + test $(real_common_functions_in) -nt debian/common.functions.in && \ + cp $(real_common_functions_in) debian/ && \ + eperl -P -o debian/common.functions debian/common.functions.in || true +endef + +# For command-line use +commonstuff_update: + $(update_commonstuff) + +$(stampdir): + -mkdir $(stampdir) + +$(stampdir)/eperl-stamp: $(stampdir) $(EPERL_FILES) + touch $@ + +$(stampdir)/build-stamp: $(stampdir) patch-stamp + $(check-svn) + dh_testdir +# Make sure that our build scripts are executable. +# (only needed after upstream changes) +# chmod +x debian/remove-bad-license-files + + touch $(stampdir)/build-stamp + +# quilt patch targets +clean-patches: + -quilt pop -a + rm -f patch-stamp + +patch-stamp: + quilt push -a + touch $@ + + +### Clean up the source tree. +clean: clean-patches + dh_testdir + dh_testroot + $(update_commonstuff) + + dh_testdir + dh_testroot +# Make sure that our build scripts are executable. + chmod +x debian/remove-bad-license-files + +# Remove files that we can't distribute if they're still in the tree +# (needed only after an upstream change) +# debian/remove-bad-license-files + +# Run dh_clean to clean up the source tree, and remove stamps and filelists + dh_clean -Xconfig.old ./$(stampdir)/*-stamp ./$(stampdir)/files* ./debian/*.links ./debian/*.files + +# clean eperl files + rm -f $(EPERL_FILES) + +### Install the files for the packages. + +$(stampdir)/install-stamp: $(stampdir)/build-stamp $(stampdir)/setup-install-stamp +$(stampdir)/install-stamp: filelists install-base install-extra install-nonfree + # these targets are in debian/rules.d/{filelists.mk,install.mk} + touch $(stampdir)/install-stamp + +binary-indep: build install + $(check-svn) + dh_testdir + dh_testroot +# no debconf questions currently +# dh_installdebconf -p$(package) + dh_installdocs -i -N tetex-extra-fonts <:=$README_sarge:> +# dh_installdocs -p tetex-extra-fonts debian/copyr.type1 debian/changelog -X copyright + + +# Remove the /usr/share/doc/tetex-extra directoriy and +# replace ist with a link to the /usr/share/doc/tetex-base directory + rm -rf debian/$(extra)/usr/share/doc/$(extra) + ln -s tetex-base debian/$(extra)/usr/share/doc/tetex-extra +# rm -rf debian/xfonts-tetex/usr/share/doc/xfonts-tetex +# (cd debian/xfonts-tetex/usr/share/doc/; ln -s tetex-extra-fonts xfonts-tetex) + ln -s ../texmf debian/$(docpack)/usr/share/doc/$(docpack)/ + + dh_installchangelogs ChangeLog -p tetex-base -p tetex-doc + cp debian/changelog.Debian.experimental debian/$(package)/usr/share/doc/$(package)/ + cp debian/changelog.Debian.experimental debian/$(docpack)/usr/share/doc/$(docpack)/ + dh_compress -Xhelpfile + dh_installinfo + +# Install reportbug scripts + install -D --mode=755 debian/reportbug.base debian/$(package)/usr/share/bug/tetex-base/script + install -D --mode=644 debian/reportbug-control.base debian/$(package)/usr/share/bug/tetex-base/control + install -D --mode=755 debian/reportbug.extra debian/$(extra)/usr/share/bug/tetex-extra/script + + dh_fixperms -i --exclude=var/cache/fonts + dh_gencontrol -i + dh_installdeb -i + dh_md5sums -i + dh_builddeb -i + +# Beep to let the builder know we're done. + echo -en "\a" + +## There are none now, but if we fix the mkhtml situation without +## moving the script to tetex-bin, there will be need to be a manpage. +# dh_installman + + +binary-arch: build +# There are no architecture-dependent files generated by this package. +# If there were any they would be made here. + + +#################################################################### +# targets to compile for sarge +#################################################################### + +debian/sarge-stamp: + cp debian/changelog debian/sarge/changelog.sid + sed -e s/<:=$VERSION:>/<:=$SARGEVERSION:>/ debian/sarge/changelog.sid \ + > debian/changelog && rm debian/sid-stamp + # need to remake rules + touch debian/rules.in + echo "dummy content for dpkg-source" > debian/sarge-stamp + +debian/sid-stamp: + mv debian/sarge/changelog.sid debian/changelog && rm debian/sarge-stamp + # need to remake rules + touch debian/rules.in + echo "dummy content for dpkg-source" > debian/sid-stamp + +.PHONY: build clean binary-indep binary-arch binary install sarge sid +.PHONY: commonstuff_update + +define check-svn + test -d debian/.svn && \ + (echo "please clean subversion directories"; exit 1) || true +endef + +# Local Variables: +# mode: Makefile +# End: --- tetex-base-3.0.orig/debian/reportbug.extra +++ tetex-base-3.0/debian/reportbug.extra @@ -0,0 +1,53 @@ +#!/bin/sh + +cat <&3 <&3 +echo " List of ls-R files" >&3 +echo >&3 +for file in $ls_R_files; do + ls -l $file >&3 +# echo >&3 +# cat $file >&3 +# echo "######################################" >&3 +done --- tetex-base-3.0.orig/debian/variables +++ tetex-base-3.0/debian/variables @@ -0,0 +1,112 @@ +<:# Copyright (C) 1999, 2000, 01, 02, 03, 04 by Davide Giovanni Maria Salvetti.:>// +<:# Copyright (C) 2004 by Frank Küster .:>// +<:# $Id: variables 474 2006-01-25 11:52:06Z frank $:>// +<:use File::Basename:>// +<:$PACKAGE="tetex-base":>// +<:open(CHANGELOG,"changelog");($_=)=~/tetex-bin \((.*)\)/;$VERSION="$1":>// +<:$VARTEXMF="/var/lib/texmf":>// +<:$PKG_SHAREDIR="/usr/share/tetex-base":>// +<:$LDAT_PATTERNS="inhyph.tex bahyph.tex cahyph.tex hrhyph.tex czhyph.tex \\ + dehypht.tex dehyphn.tex dkhyphen.tex nehyph.tex fi8hyph.tex frhyph.tex \\ + gahyph.tex grhyph.tex icehyph.tex ithyph.tex lahyph.tex huhyphn.tex nohyph.tex \\ + nohyphb.tex nohyphbc.tex plhyph.tex pt8hyph.tex rohyphen.tex ruhyphen.tex \\ + sehyph.tex skhyph.tex sihyph23.tex sphyph.tex trhyph.tex ukrhyph.tex \\ + ukrhyph.t2a ukrhyph.lcy ukrhyph.ot2":>// +<:# this list is from dpkg-1.10.9/include/dpkg.h.in: :>// +<:$VARTOP_GENERATED="helpindex.html ls-R ls-R-TEXMFMAIN":>// +<:$STANDARD_INFO_TEXT="This file is no longer needed. You may safely delete it.":>// +<:$MOVE_GENERIC_UCF="generic/fontmath.cfg generic/fonttext.cfg generic/preload.cfg":>// +<:#$MOVE_CONTEXT_NOUCF="original-adobe-euro.map original-context-symbol.map original-vogel-symbol.map":>// +<:$MOVE_CONTEXT_UCF="original-ams-euler.map original-ams-cmr.map original-youngryu-tx.map original-youngryu-px.map":>// +<:$unused_contextmaps="il2-ams-cmr.map pl0-ams-cmr.map original-adobe-euro.map original-context-symbol.map original-vogel-symbol.map":>// +<:$contextmaps_oldplace="pdftex/context":>// +<:$contextmaps_newplace="map/dvips/context":>// +<:for (@unused_contextmaps_oldplace=split(/ /,$unused_contextmaps)){s{(.*)}{$contextmaps_oldplace/$1}}:>// +<:for (@unused_contextmaps_newplace=split(/ /,$unused_contextmaps)){s{(.*)}{$contextmaps_newplace/$1}}:>// +<:for (@MOVE_CONTEXT_UCF_NEWPLACE=split(/ /,$MOVE_CONTEXT_UCF)){s{(.*)}{$contextmaps_newplace/$1}}:>// +<:for (@MOVE_CONTEXT_UCF_OLDPLACE=split(/ /,$MOVE_CONTEXT_UCF)){s{(.*)}{$contextmaps_oldplace/$1}}:>// +<:$unused_inifiles="cyrplain/cyrtex.ini cyrplain/cyrtxinf.ini cyrplain/cyramstx.ini \ + latex/latex.ini platex/platex.ini etex/etex.ini \ + context/cont-cz.ini context/cont-de.ini context/cont-en.ini context/cont-it.ini \ + context/cont-nl.ini context/cont-ro.ini context/cont-uk.ini":>// +<:$unused_conffiles_map_3="map/dvips/antp/antp.map map/dvips/antt/cork-antt.map map/dvips/antt/cs-antt.map \ +map/dvips/antt/exp-antt.map map/dvips/antt/greek-antt.map map/dvips/antt/qx-antt.map map/dvips/antt/t2a-antt.map \ +map/dvips/antt/t2b-antt.map map/dvips/antt/t2c-antt.map map/dvips/antt/texnansi-antt.map map/dvips/antt/wncy-antt.map \ +map/dvips/antt/t5-antt.map map/dvips/cc-pl/ccpl.map map/dvips/lucida/lucidabr-k.map map/dvips/lucida/lucidabr.map \ +map/dvips/lucida/lumath-k.map map/dvips/lucida/lumath.map map/dvips/misc/cmcyr.map map/dvips/misc/cs.map \ +map/dvips/misc/marvosym.map map/dvips/misc/pcrr8rn.map map/dvips/misc/dstroke.map map/dvips/pl/pl.map \ +map/dvips/psnfss/charter.map map/dvips/psnfss/pazo.map map/dvips/psnfss/psnfss.map map/dvips/psnfss/fpls.map \ +map/dvips/psnfssx/pcr8y.map map/dvips/psnfssx/phv8y.map map/dvips/psnfssx/ptm8y.map map/dvips/psnfssx/README.mapfiles \ +map/dvips/qfonts/qbk.map map/dvips/qfonts/qcr.map map/dvips/qfonts/qhv.map map/dvips/qfonts/qpl.map \ +map/dvips/qfonts/qtm.map map/dvips/qfonts/qzc.map map/dvips/tetex/dvipdfm35.map map/dvips/tetex/dvips35.map \ +map/dvips/tetex/hoekwater.map map/dvips/tetex/lucidabr-o.map map/dvips/tetex/lumath-o.map map/dvips/tetex/mathpple.map \ +map/dvips/tetex/mt-belleek.map map/dvips/tetex/mt-plus.map map/dvips/tetex/mt-yy.map map/dvips/tetex/pdftex35.map \ +map/dvips/tetex/ps2pk35.map map/dvips/tetex/pxfonts.map map/dvips/tetex/ttcmex.map map/dvips/tetex/txfonts.map \ +map/dvips/urwvn/urwvn.map map/dvips/vntex/vnr.map map/dvips/context/8r-base.map map/dvips/context/context-base.map \ +map/dvips/context/cork-public-lm.map map/dvips/context/cork-var-exclusive-public-lm.map \ +map/dvips/context/cork-var-public-lm.map map/dvips/context/ec-base.map map/dvips/context/ec-public-lm.map \ +map/dvips/context/ec-var-exclusive-public-lm.map map/dvips/context/ec-var-public-lm.map \ +map/dvips/context/original-adobe-euro.map map/dvips/context/original-base.map \ +map/dvips/context/original-context-symbol.map map/dvips/context/original-dummy.map map/dvips/context/original-empty.map \ +map/dvips/context/original-micropress-informal.map map/dvips/context/original-public-csr.map \ +map/dvips/context/original-public-lm.map map/dvips/context/original-public-plr.map \ +map/dvips/context/original-vogel-symbol.map map/dvips/context/psclean.map map/dvips/context/qx-base.map \ +map/dvips/context/qx-public-lm.map map/dvips/context/texnansi-base.map map/dvips/context/texnansi-public-lm.map \ +map/dvips/context/texnansi-var-exclusive-public-lm.map map/dvips/context/texnansi-var-public-lm.map \ +map/dvips/context/original-public-vnr.map map/dvips/context/t5-base.map map/dvips/context/t5-public-lm.map \ +map/dvipdfm/tetex/cm-dvipdfm-fix.map map/pdftex/cmttf/cmttf.map":>// +<:$unused_conffiles_misc_3="plain/language.def platex/language.dat platex/hyphen.cfg cyrplain/cyrtex.cfg \ +cslatex/fonttext.cfg cslatex/hyphen.cfg latex/latex209.cfg latex/ltxdoc.cfg latex/ltxguide.cfg \ +latex/texsys.cfg latex/color.cfg latex/graphics.cfg context/texexec.ini context/texexec.rme \ +context/cont-usr.tex dvips/config.ps dvips/config.antp dvips/config.antt dvips/config.mirr \ +dvips/config.outline dvips/config.dfaxhigh dvips/config.pdf dvips/config.dfaxlo dvips/config.pk \ +dvips/config.download35 dvips/config.www dvips/config.gsftopk dvips/config.pl dvips/config.qbk \ +dvips/config.qcr dvips/config.qhv dvips/config.qpl dvips/config.qtm dvips/config.qzc dvips/config.omega \ +dvips/omega.cfg dvipdfm/README.config modes.mf":>// +<:$unused_conffiles_misc_2="dvips/context.map etex/language.def latex/fontmath.cfg latex/fonttext.cfg \ +latex/preload.cfg pdftex/cmttf.map":>// +<:$UNUSED_CONFFILES_BASE="@unused_contextmaps_newplace @unused_contextmaps_oldplace $unused_inifiles \ +$unused_conffiles_misc_3 $unused_conffiles_map_3 $unused_conffiles_misc_2":>// +<:#unused confdirs are not in fact necessarily unused; they just need:>// +<:#to be removed upon purge, after deleting files in them.:>// +<:$OLDSTUFFDIR="/etc/texmf/oldstuff_unused":>// +<:$UNUSED_CONFDIRS_BASE="etex pdftex $OLDSTUFFDIR dvipdfm dvips generic context latex cslatex\ +cyrplain platex plain map map/pdftex map/pdftex/cmttf map/dvipdfm map/dvipdfm/tetex map/dvips \ +map/dvips/context map/dvips/vntex map/dvips/urwvn map/dvips/tetex map/dvips/qfonts map/dvips/psnfssx \ +map/dvips/ps map/dvips/misc map/dvips/lucida map/dvips/cc-pl map/dvips/antt map/dvips/antp":>// +<:#$BASE_UCF contains a list of files with their destination directories below /etc/texmf/:>// +<:$BASE_UCF="mktex.cnf dvips/config.builtin35 dvipdfm/config \\ + map/dvips/tetex/contnav.map generic/pdftexconfig.tex \\ + $MOVE_GENERIC_UCF @MOVE_CONTEXT_UCF_NEWPLACE @MOVE_CONTEXT_UCF_OLDPLACE":>// +<:$REAL_BASE_UCF="/etc/texdoctk/texdocrc":>// +<:$unused_conffiles_extra_latex="SIunits.cfg adrdir.cfg adrplaner.cfg adrsmall.cfg draftcopy.cfg efxmpl.cfg geometry.cfg htex4ht.cfg hyperref.cfg jblong.cfg jurabib.cfg lettrine.cfg listings.cfg microtype.cfg mt-bch.cfg mt-cmr.cfg mt-pad.cfg mt-pmn.cfg mt-ppl.cfg mt-ptm.cfg pict2e.cfg subfig.cfg subfigure.cfg seminar.con":>// +<:for (@unused_conffiles_extra_latex=split(/ /,$unused_conffiles_extra_latex)){s{(.*)}{latex/$1}}:>// +<:$unused_conffiles_extra_misc="map/dvips/ams/psfonts.ams map/dvips/ams/psfonts.amz map/dvips/ams/psfonts.cm map/dvips/ams/psfonts.cmz map/dvips/misc/eurosym.map map/dvips/omega/omega.map map/dvips/tetex/bsr-interpolated.map map/dvips/tetex/bsr.map map/dvips/xypic/xypic.map lambda/language.dat":>// +<:$UNUSED_CONFFILES_EXTRA="@unused_conffiles_extra_latex $unused_conffiles_extra_misc":>// +<:$BLUESKY_UCF="dvips/config.ams dvips/config.cm dvips/config.amz dvips/config.cmz":>// +<:$UNUSED_CONFDIRS_EXTRA="map map/dvips map/dvips/ams map/dvips/misc map/dvips/omega map/dvips/tetex \ +lambda dvips latex":>// +<:$generated_maps_dvips="download35.map builtin35.map psfonts_t1.map psfonts_pk.map ps2pk.map":>// +<:$generated_maps_dvipdfm="dvipdfm_dl14.map dvipdfm_ndl14.map":>// +<:$generated_maps_pdftex="pdftex_dl14.map pdftex_ndl14.map":>// +<:$vardvips="/var/lib/texmf/fonts/map/dvips/updmap":>// +<:$vardvipdfm="/var/lib/texmf/fonts/map/dvipdfm/updmap":>// +<:$varpdftex="/var/lib/texmf/fonts/map/pdftex/updmap":>// +<:### Variables needed for upgrades from pre-woody:>// +<:$VERYOLD_TEXMF="/usr/lib/texmf/web2c":>// +<:### Variables needed for upgrades since woody:>// +<:$OLD_WEB2C="/usr/share/texmf/web2c":>// +<:$WOODY_FMTCNF="$PKG_SHAREDIR/fmtutil.cnf.1.0.7":>// +<:$NOWLINKDIRS="":>// +<:$NOWDIRLINKS="tex/latex/config tex/platex/config tex/cyrplain/config tex/context/config \ + dvips/config fonts/map/dvipdfm fonts/map/dvips fonts/map/pdftex dvipdfm/config \ + tex/generic/config tex/lambda/config":>// +<:$OLD_TEXDOCTK="texdoc-100.dat texdoc-102.dat texdoc-103.dat":>// +<:### Variables needed for upgrades since sarge:>// +<:# Misc package variables:>// +#include "common.variables" +<: +# Local variables: +# mode: shell-script +# end: +:>// --- tetex-base-3.0.orig/debian/Copyright.Files +++ tetex-base-3.0/debian/Copyright.Files @@ -0,0 +1,1986 @@ +# Copyright.Files $Id: Copyright.Files 923 2006-02-23 14:17:47Z frank $ +# +# additional copyright file for the tetex-base, tetex-extra and +# tetex-doc packages. For instructions, please refer to the main +# copyright file in /usr/share/doc/tetex-base/copyright. +# +# The lines starting with "%" denote the package name. If these lines +# end with "%src%", then the files from tetex-src that belong to this +# package have also been included in the list (if none, it has been +# checked). Compressed files are listed without the extension that +# denotes the compression, e.g. without the trailing ".gz" +# +# The first file of a package's filelist is the file that contains the +# license statement. If the license statement has been found +# elsewhere, the source is stated in lines commented with #. + +% Individual Files, not belonging to any package +/usr/share/texmf/tex/generic/ruhyphen/ruhyphas.tex +/usr/share/texmf/tex/generic/ruhyphen/ruhyphzn.tex +/usr/share/texmf/tex/generic/hyphen/sehyph.tex +/usr/share/texmf/tex/generic/hyphen/cahyph.tex +/usr/share/texmf/tex/generic/hyphen/gahyph.tex +/usr/share/texmf/tex/generic/hyphen/icehyph.tex + +% acronym %3.0 %src% +/usr/share/texmf/tex/latex/acronym/acronym.sty +/usr/share/doc/texmf/latex/acronym/acronym.dvi.gz +/usr/share/doc/texmf/latex/acronym/readme +/usr/share/doc/texmf/latex/acronym/acrotest.tex +/usr/share/texmf/source/latex/acronym/readme +/usr/share/texmf/source/latex/acronym/acronym.dtx +/usr/share/texmf/source/latex/acronym/acronym.ins +/usr/share/texmf/source/latex/acronym/CHANGES +/usr/share/texmf/source/latex/acronym/acronym.pdf +/usr/share/texmf/source/latex/acronym/README + + +% adrconv %src% +/usr/share/texmf/source/latex/adrconv/adrconv.dtx +/usr/share/texmf/source/latex/adrconv/adrconv.ins +/usr/share/texmf/source/latex/adrconv/adrguide.tex +/usr/share/texmf/tex/latex/adrconv/adrconv.tex +/usr/share/texmf/tex/latex/adrconv/adrdir.cfg +/usr/share/texmf/tex/latex/adrconv/adrdir.tex +/usr/share/texmf/tex/latex/adrconv/adrfax.tex +/usr/share/texmf/tex/latex/adrconv/adrplaner.cfg +/usr/share/texmf/tex/latex/adrconv/adrsmall.cfg +/usr/share/texmf/tex/latex/adrconv/birthday.tex +/usr/share/texmf/tex/latex/adrconv/email.tex + +% ae %src% +# CTAN, e.g. ftp://cam.ctan.org/tex-archive/fonts/ae/COPYING +/usr/share/texmf/tex/latex/ae/aecompl.sty +/usr/share/texmf/tex/latex/ae/ae.sty +/usr/share/texmf/tex/latex/ae/omlaer.fd +/usr/share/texmf/tex/latex/ae/omsaer.fd +/usr/share/texmf/tex/latex/ae/ot1aer.fd +/usr/share/texmf/tex/latex/ae/ot1aess.fd +/usr/share/texmf/tex/latex/ae/ot1aett.fd +/usr/share/texmf/tex/latex/ae/ot1laess.fd +/usr/share/texmf/tex/latex/ae/ot1laett.fd +/usr/share/texmf/tex/latex/ae/t1aer.fd +/usr/share/texmf/tex/latex/ae/t1aess.fd +/usr/share/texmf/tex/latex/ae/t1aett.fd +/usr/share/texmf/tex/latex/ae/t1laess.fd +/usr/share/texmf/tex/latex/ae/t1laett.fd + +% antp %src% +# Catalogue +/usr/share/texmf/tex/latex/antp/antpolt.sty +/usr/share/texmf/tex/latex/antp/lqxantp.fd +/usr/share/texmf/tex/latex/antp/ot4antp.fd +/usr/share/texmf/tex/latex/antp/qxantp.fd + +% antt %src% +# Catalogue +/usr/share/texmf/tex/latex/antt/antyktor.sty +/usr/share/texmf/tex/latex/antt/ot1antt.fd +/usr/share/texmf/tex/latex/antt/ot4antt.fd +/usr/share/texmf/tex/latex/antt/qxantt.fd + +% base: See LaTeX + +% bbm: %src% +/usr/share/texmf/source/latex/bbm/bbm.dtx +/usr/share/texmf/source/latex/bbm/bbm.drv +/usr/share/texmf/source/latex/bbm/bbm.ins +/usr/share/texmf/source/latex/bbm/readme.bbm +/usr/share/texmf/source/latex/bbm/fonts/bbm10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm12.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm17.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm5.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm6.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm7.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm9.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmb10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbx10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbx12.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbx5.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbx6.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbx7.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbx8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbx9.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmbxsl10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmdunh10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmfib8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbminch.mf +/usr/share/texmf/source/latex/bbm/fonts/bbm.readme +/usr/share/texmf/source/latex/bbm/fonts/bbmsl10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmsl12.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmsl8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmsl9.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmsltt10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmss10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmss12.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmss17.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmss8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmss9.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssbx10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssdc10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssi10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssi12.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssi17.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssi8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssi9.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssq8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmssqi8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmtt10.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmtt12.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmtt8.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmtt9.mf +/usr/share/texmf/source/latex/bbm/fonts/bbmvtt10.mf +/usr/share/texmf/source/latex/bbm/fonts/blbbase.mf +/usr/share/texmf/source/latex/bbm/fonts/blbordl.mf +/usr/share/texmf/source/latex/bbm/fonts/blbord.mf +/usr/share/texmf/source/latex/bbm/fonts/blbordsp.mf +/usr/share/texmf/source/latex/bbm/fonts/blbordu.mf +/usr/share/texmf/source/latex/bbm/fonts/gfbatch.batch +/usr/share/texmf/source/latex/bbm/fonts/mfbatch.batch +/usr/share/texmf/source/latex/bbm/fonts/test.tex +/usr/share/texmf/tex/latex/bbm/bbm.sty +/usr/share/texmf/tex/latex/bbm/ubbm.fd +/usr/share/texmf/tex/latex/bbm/ubbmss.fd +/usr/share/texmf/tex/latex/bbm/ubbmtt.fd +/usr/share/doc/texmf/latex/styles/bbm.dvi +/usr/share/texmf/fonts/source/public/bbm/bbm10.mf +/usr/share/texmf/fonts/source/public/bbm/bbm12.mf +/usr/share/texmf/fonts/source/public/bbm/bbm17.mf +/usr/share/texmf/fonts/source/public/bbm/bbm5.mf +/usr/share/texmf/fonts/source/public/bbm/bbm6.mf +/usr/share/texmf/fonts/source/public/bbm/bbm7.mf +/usr/share/texmf/fonts/source/public/bbm/bbm8.mf +/usr/share/texmf/fonts/source/public/bbm/bbm9.mf +/usr/share/texmf/fonts/source/public/bbm/bbmb10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbx10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbx12.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbx5.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbx6.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbx7.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbx8.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbx9.mf +/usr/share/texmf/fonts/source/public/bbm/bbmbxsl10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmdunh10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmfib8.mf +/usr/share/texmf/fonts/source/public/bbm/bbminch.mf +/usr/share/texmf/fonts/source/public/bbm/bbmsl10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmsl12.mf +/usr/share/texmf/fonts/source/public/bbm/bbmsl8.mf +/usr/share/texmf/fonts/source/public/bbm/bbmsl9.mf +/usr/share/texmf/fonts/source/public/bbm/bbmsltt10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmss10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmss12.mf +/usr/share/texmf/fonts/source/public/bbm/bbmss17.mf +/usr/share/texmf/fonts/source/public/bbm/bbmss8.mf +/usr/share/texmf/fonts/source/public/bbm/bbmss9.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssbx10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssdc10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssi10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssi12.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssi17.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssi8.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssi9.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssq8.mf +/usr/share/texmf/fonts/source/public/bbm/bbmssqi8.mf +/usr/share/texmf/fonts/source/public/bbm/bbmtt10.mf +/usr/share/texmf/fonts/source/public/bbm/bbmtt12.mf +/usr/share/texmf/fonts/source/public/bbm/bbmtt8.mf +/usr/share/texmf/fonts/source/public/bbm/bbmtt9.mf +/usr/share/texmf/fonts/source/public/bbm/bbmvtt10.mf +/usr/share/texmf/fonts/source/public/bbm/blbbase.mf +/usr/share/texmf/fonts/source/public/bbm/blbordl.mf +/usr/share/texmf/fonts/source/public/bbm/blbord.mf +/usr/share/texmf/fonts/source/public/bbm/blbordsp.mf +/usr/share/texmf/fonts/source/public/bbm/blbordu.mf +/usr/share/texmf/fonts/tfm/public/bbm/bbm10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbm12.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbm17.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbm5.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbm6.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbm7.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbm8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbm9.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmb10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbx10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbx12.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbx5.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbx6.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbx7.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbx8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbx9.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmbxsl10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmdunh10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmfib8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmsl10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmsl12.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmsl8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmsl9.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmsltt10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmss10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmss12.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmss17.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmss8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmss9.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssbx10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssdc10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssi10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssi12.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssi17.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssi8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssi9.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssq8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmssqi8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmtt10.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmtt12.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmtt8.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmtt9.tfm +/usr/share/texmf/fonts/tfm/public/bbm/bbmvtt10.tfm + +% bbold +/usr/share/texmf/source/latex/bbold/bbold.dtx +/usr/share/texmf/doc/latex/styles/bbold.dvi +/usr/share/texmf/source/latex/bbold/bbbase.mf +/usr/share/texmf/source/latex/bbold/bbgreekl.mf +/usr/share/texmf/source/latex/bbold/bbgreeku.mf +/usr/share/texmf/source/latex/bbold/bbligs.mf +/usr/share/texmf/source/latex/bbold/bblower.mf +/usr/share/texmf/source/latex/bbold/bbnum.mf +/usr/share/texmf/source/latex/bbold/bbold10.600pk +/usr/share/texmf/source/latex/bbold/bbold10.mf +/usr/share/texmf/source/latex/bbold/bbold10.tfm +/usr/share/texmf/source/latex/bbold/bbold12.mf +/usr/share/texmf/source/latex/bbold/bbold17.600pk +/usr/share/texmf/source/latex/bbold/bbold17.mf +/usr/share/texmf/source/latex/bbold/bbold17.tfm +/usr/share/texmf/source/latex/bbold/bbold5.mf +/usr/share/texmf/source/latex/bbold/bbold6.mf +/usr/share/texmf/source/latex/bbold/bbold7.mf +/usr/share/texmf/source/latex/bbold/bbold8.mf +/usr/share/texmf/source/latex/bbold/bbold9.mf +/usr/share/texmf/source/latex/bbold/bbold.ins +/usr/share/texmf/source/latex/bbold/bbold.mf +/usr/share/texmf/source/latex/bbold/bbparams.mf +/usr/share/texmf/source/latex/bbold/bbpunc.mf +/usr/share/texmf/source/latex/bbold/bbupper.mf +/usr/share/texmf/source/latex/bbold/fonttabl.sty +/usr/share/texmf/source/latex/bbold/INSTALL +/usr/share/texmf/source/latex/bbold/README +/usr/share/texmf/tex/latex/bbold/bbold.sty +/usr/share/texmf/tex/latex/bbold/Ubbold.fd +/usr/share/texmf/fonts/source/public/bbold/bbbase.mf +/usr/share/texmf/fonts/source/public/bbold/bbgreekl.mf +/usr/share/texmf/fonts/source/public/bbold/bbgreeku.mf +/usr/share/texmf/fonts/source/public/bbold/bbligs.mf +/usr/share/texmf/fonts/source/public/bbold/bblower.mf +/usr/share/texmf/fonts/source/public/bbold/bbnum.mf +/usr/share/texmf/fonts/source/public/bbold/bbold10.mf +/usr/share/texmf/fonts/source/public/bbold/bbold12.mf +/usr/share/texmf/fonts/source/public/bbold/bbold17.mf +/usr/share/texmf/fonts/source/public/bbold/bbold5.mf +/usr/share/texmf/fonts/source/public/bbold/bbold6.mf +/usr/share/texmf/fonts/source/public/bbold/bbold7.mf +/usr/share/texmf/fonts/source/public/bbold/bbold8.mf +/usr/share/texmf/fonts/source/public/bbold/bbold9.mf +/usr/share/texmf/fonts/source/public/bbold/bbold.mf +/usr/share/texmf/fonts/source/public/bbold/bbparams.mf +/usr/share/texmf/fonts/source/public/bbold/bbpunc.mf +/usr/share/texmf/fonts/source/public/bbold/bbupper.mf +/usr/share/texmf/fonts/tfm/public/bbold/bbold10.tfm +/usr/share/texmf/fonts/tfm/public/bbold/bbold12.tfm +/usr/share/texmf/fonts/tfm/public/bbold/bbold17.tfm +/usr/share/texmf/fonts/tfm/public/bbold/bbold5.tfm +/usr/share/texmf/fonts/tfm/public/bbold/bbold6.tfm +/usr/share/texmf/fonts/tfm/public/bbold/bbold7.tfm +/usr/share/texmf/fonts/tfm/public/bbold/bbold8.tfm +/usr/share/texmf/fonts/tfm/public/bbold/bbold9.tfm + + +% caption +/usr/share/texmf/tex/latex/caption/caption.sty +/usr/share/texmf/tex/latex/caption/caption2.sty +/usr/share/texmf/doc/latex/caption/caption.pdf +/usr/share/texmf/doc/latex/caption/caption2.pdf +/usr/share/texmf/doc/latex/caption/anleitung.pdf + +% carlisle %src% +/usr/share/texmf/source/latex/carlisle/00readme.txt +/usr/share/texmf/source/latex/carlisle/00Contents +/usr/share/texmf/source/latex/carlisle/blkarray.sty +/usr/share/texmf/source/latex/carlisle/colortbl.dtx +/usr/share/texmf/source/latex/carlisle/colortbl.ins +/usr/share/texmf/source/latex/carlisle/comma.sty +/usr/share/texmf/source/latex/carlisle/dotlessj.sty +/usr/share/texmf/source/latex/carlisle/etex.sty +/usr/share/texmf/source/latex/carlisle/fix2col.dtx +/usr/share/texmf/source/latex/carlisle/fix2col.ins +/usr/share/texmf/source/latex/carlisle/ltxtable.tex +/usr/share/texmf/source/latex/carlisle/Makefile.tetex +/usr/share/texmf/source/latex/carlisle/mylatex.ltx +/usr/share/texmf/source/latex/carlisle/nopageno.sty +/usr/share/texmf/source/latex/carlisle/plain.sty +/usr/share/texmf/source/latex/carlisle/pspicture.dtx +/usr/share/texmf/source/latex/carlisle/pspicture.ins +/usr/share/texmf/source/latex/carlisle/pspicture.ps +/usr/share/texmf/source/latex/carlisle/remreset.sty +/usr/share/texmf/source/latex/carlisle/scalefnt.sty +/usr/share/texmf/source/latex/carlisle/slashed.sty +/usr/share/texmf/source/latex/carlisle/tetex.ins +/usr/share/texmf/source/latex/carlisle/textcase.dtx +/usr/share/texmf/source/latex/carlisle/textcase.ins +/usr/share/texmf/source/latex/carlisle/typehtml.dtx +/usr/share/texmf/source/latex/carlisle/typehtml.ins +/usr/share/texmf/tex/latex/carlisle/blkarray.sty +/usr/share/texmf/tex/latex/carlisle/colortbl.sty +/usr/share/texmf/tex/latex/carlisle/comma.sty +/usr/share/texmf/tex/latex/carlisle/dotlessj.sty +/usr/share/texmf/tex/latex/carlisle/fix2col.sty +/usr/share/texmf/tex/latex/carlisle/ltxtable.sty +/usr/share/texmf/tex/latex/carlisle/ltxtable.tex +/usr/share/texmf/tex/latex/carlisle/mylatex.ltx +/usr/share/texmf/tex/latex/carlisle/nopageno.sty +/usr/share/texmf/tex/latex/carlisle/plain.sty +/usr/share/texmf/tex/latex/carlisle/pspicture.sty +/usr/share/texmf/tex/latex/carlisle/remreset.sty +/usr/share/texmf/tex/latex/carlisle/scalefnt.sty +/usr/share/texmf/tex/latex/carlisle/textcase.sty +/usr/share/texmf/tex/latex/carlisle/typehtml.sty +/usr/share/texmf/doc/latex/carlisle/colortbl.ps +/usr/share/texmf/doc/latex/carlisle/fix2col.dvi +/usr/share/texmf/doc/latex/carlisle/ltxtable.dvi +/usr/share/texmf/doc/latex/carlisle/plain.txt +/usr/share/texmf/doc/latex/carlisle/pspicture.dvi +/usr/share/texmf/doc/latex/carlisle/typehtml.dvi + +% ccfonts %src% +/usr/share/texmf/source/latex/ccfonts/cc.fdd +/usr/share/texmf/source/latex/ccfonts/ccfonts.dtx +/usr/share/texmf/source/latex/ccfonts/ccfonts.ins +/usr/share/texmf/source/latex/ccfonts/oinst.ins +/usr/share/texmf/source/latex/ccfonts/readme +/usr/share/texmf/tex/latex/ccfonts/ccfonts.sty +/usr/share/texmf/tex/latex/ccfonts/omlxcm.fd +/usr/share/texmf/tex/latex/ccfonts/omsxcsy.fd +/usr/share/texmf/tex/latex/ccfonts/omxxcex.fd +/usr/share/texmf/tex/latex/ccfonts/t1ccr.fd +/usr/share/texmf/tex/latex/ccfonts/ts1ccr.fd +/usr/share/texmf/doc/latex/ccfonts/ccfonts.dvi +/usr/share/texmf/doc/latex/ccfonts/readme + +% cite %src% +# in each file +/usr/share/texmf/source/latex/cite/chapterbib.sty +/usr/share/texmf/source/latex/cite/cite.sty +/usr/share/texmf/source/latex/cite/drftcite.sty +/usr/share/texmf/source/latex/cite/overcite.sty +/usr/share/texmf/source/latex/cite/README +/usr/share/texmf/tex/latex/cite/chapterbib.sty +/usr/share/texmf/tex/latex/cite/cite.sty +/usr/share/texmf/tex/latex/cite/drftcite.sty +/usr/share/texmf/tex/latex/cite/overcite.sty + +% cmbright %src% +/usr/share/texmf/source/fonts/cmbright/latex/cmbright.dtx +/usr/share/texmf/source/fonts/cmbright/latex/cmbr.fdd +/usr/share/texmf/source/fonts/cmbright/latex/cmbright.ins +/usr/share/texmf/source/fonts/cmbright/latex/oinst.ins +/usr/share/texmf/tex/latex/cmbright/cmbright.sty +/usr/share/texmf/tex/latex/cmbright/omlcmbr.fd +/usr/share/texmf/tex/latex/cmbright/omlcmbrm.fd +/usr/share/texmf/tex/latex/cmbright/omscmbr.fd +/usr/share/texmf/tex/latex/cmbright/omscmbrs.fd +/usr/share/texmf/tex/latex/cmbright/ot1cmbr.fd +/usr/share/texmf/tex/latex/cmbright/ot1cmtl.fd +/usr/share/texmf/tex/latex/cmbright/t1cmbr.fd +/usr/share/texmf/tex/latex/cmbright/t1cmtl.fd +/usr/share/texmf/tex/latex/cmbright/ts1cmbr.fd +/usr/share/texmf/tex/latex/cmbright/ts1cmtl.fd +/usr/share/texmf/doc/fonts/cmbright/cmbright.dvi + +% cmbright fonts %src% +/usr/share/texmf/source/fonts/cmbright/mf/copyrite.txt +/usr/share/texmf/source/fonts/cmbright/mf/ams10pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/ams8pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/ams9pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/baccent.mf +/usr/share/texmf/source/fonts/cmbright/mf/bgreeku.mf +/usr/share/texmf/source/fonts/cmbright/mf/bitalms.mf +/usr/share/texmf/source/fonts/cmbright/mf/bpunct.mf +/usr/share/texmf/source/fonts/cmbright/mf/br10pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/br17pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/br8pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/br9pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/brmsa.mf +/usr/share/texmf/source/fonts/cmbright/mf/brmsb.mf +/usr/share/texmf/source/fonts/cmbright/mf/bromanl.mf +/usr/share/texmf/source/fonts/cmbright/mf/broman.mf +/usr/share/texmf/source/fonts/cmbright/mf/bromlig.mf +/usr/share/texmf/source/fonts/cmbright/mf/bromms.mf +/usr/share/texmf/source/fonts/cmbright/mf/brs10pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/brs17pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/brs8pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/brs9pt.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbr10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbr17.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbr8.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbr9.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbras10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbras8.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbras9.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrbs10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrbs8.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrbs9.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrbx10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrmb10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrmi10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrmi8.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrmi9.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrsl10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrsl17.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrsl8.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrsl9.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrsy10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrsy8.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmbrsy9.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmsltl10.mf +/usr/share/texmf/source/fonts/cmbright/mf/cmtl10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebaccess.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebbase.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebbraces.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebbx10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmo10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmo17.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmo8.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmo9.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmr10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmr17.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmr8.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebmr9.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebpseudo.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebpunct.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebrleast.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebrlig.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebrligtb.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebrllett.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebrlwest.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebroman.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebso10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebso17.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebso8.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebso9.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebsr10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebsr17.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebsr8.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebsr9.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebtl10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ebto10.mf +/usr/share/texmf/source/fonts/cmbright/mf/manifest.txt +/usr/share/texmf/source/fonts/cmbright/mf/mathsl.mf +/usr/share/texmf/source/fonts/cmbright/mf/msa.mf +/usr/share/texmf/source/fonts/cmbright/mf/msb.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbbx10.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmo10.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmo17.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmo8.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmo9.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmr10.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmr17.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmr8.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbmr9.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbpseudo.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbso10.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbso17.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbso8.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbso9.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbsr10.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbsr17.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbsr8.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbsr9.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbsymb.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbsymbol.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbtl10.mf +/usr/share/texmf/source/fonts/cmbright/mf/tbto10.mf +/usr/share/texmf/source/fonts/cmbright/mf/ttsymb.mf +/usr/share/texmf/source/fonts/cmbright/mf/ttsymbol.mf +/usr/share/texmf/fonts/source/public/cmbright/ams10pt.mf +/usr/share/texmf/fonts/source/public/cmbright/ams8pt.mf +/usr/share/texmf/fonts/source/public/cmbright/ams9pt.mf +/usr/share/texmf/fonts/source/public/cmbright/baccent.mf +/usr/share/texmf/fonts/source/public/cmbright/bgreeku.mf +/usr/share/texmf/fonts/source/public/cmbright/bitalms.mf +/usr/share/texmf/fonts/source/public/cmbright/bpunct.mf +/usr/share/texmf/fonts/source/public/cmbright/br10pt.mf +/usr/share/texmf/fonts/source/public/cmbright/br17pt.mf +/usr/share/texmf/fonts/source/public/cmbright/br8pt.mf +/usr/share/texmf/fonts/source/public/cmbright/br9pt.mf +/usr/share/texmf/fonts/source/public/cmbright/brmsa.mf +/usr/share/texmf/fonts/source/public/cmbright/brmsb.mf +/usr/share/texmf/fonts/source/public/cmbright/bromanl.mf +/usr/share/texmf/fonts/source/public/cmbright/broman.mf +/usr/share/texmf/fonts/source/public/cmbright/bromlig.mf +/usr/share/texmf/fonts/source/public/cmbright/bromms.mf +/usr/share/texmf/fonts/source/public/cmbright/brs10pt.mf +/usr/share/texmf/fonts/source/public/cmbright/brs17pt.mf +/usr/share/texmf/fonts/source/public/cmbright/brs8pt.mf +/usr/share/texmf/fonts/source/public/cmbright/brs9pt.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbr10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbr17.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbr8.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbr9.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbras10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbras8.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbras9.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrbs10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrbs8.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrbs9.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrbx10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrmb10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrmi10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrmi8.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrmi9.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrsl10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrsl17.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrsl8.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrsl9.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrsy10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrsy8.mf +/usr/share/texmf/fonts/source/public/cmbright/cmbrsy9.mf +/usr/share/texmf/fonts/source/public/cmbright/cmsltl10.mf +/usr/share/texmf/fonts/source/public/cmbright/cmtl10.mf +/usr/share/texmf/fonts/source/public/cmbright/ebaccess.mf +/usr/share/texmf/fonts/source/public/cmbright/ebbase.mf +/usr/share/texmf/fonts/source/public/cmbright/ebbraces.mf +/usr/share/texmf/fonts/source/public/cmbright/ebbx10.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmo10.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmo17.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmo8.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmo9.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmr10.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmr17.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmr8.mf +/usr/share/texmf/fonts/source/public/cmbright/ebmr9.mf +/usr/share/texmf/fonts/source/public/cmbright/ebpseudo.mf +/usr/share/texmf/fonts/source/public/cmbright/ebpunct.mf +/usr/share/texmf/fonts/source/public/cmbright/ebrleast.mf +/usr/share/texmf/fonts/source/public/cmbright/ebrlig.mf +/usr/share/texmf/fonts/source/public/cmbright/ebrligtb.mf +/usr/share/texmf/fonts/source/public/cmbright/ebrllett.mf +/usr/share/texmf/fonts/source/public/cmbright/ebrlwest.mf +/usr/share/texmf/fonts/source/public/cmbright/ebroman.mf +/usr/share/texmf/fonts/source/public/cmbright/ebso10.mf +/usr/share/texmf/fonts/source/public/cmbright/ebso17.mf +/usr/share/texmf/fonts/source/public/cmbright/ebso8.mf +/usr/share/texmf/fonts/source/public/cmbright/ebso9.mf +/usr/share/texmf/fonts/source/public/cmbright/ebsr10.mf +/usr/share/texmf/fonts/source/public/cmbright/ebsr17.mf +/usr/share/texmf/fonts/source/public/cmbright/ebsr8.mf +/usr/share/texmf/fonts/source/public/cmbright/ebsr9.mf +/usr/share/texmf/fonts/source/public/cmbright/ebtl10.mf +/usr/share/texmf/fonts/source/public/cmbright/ebto10.mf +/usr/share/texmf/fonts/source/public/cmbright/mathsl.mf +/usr/share/texmf/fonts/source/public/cmbright/msa.mf +/usr/share/texmf/fonts/source/public/cmbright/msb.mf +/usr/share/texmf/fonts/source/public/cmbright/tbbx10.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmo10.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmo17.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmo8.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmo9.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmr10.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmr17.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmr8.mf +/usr/share/texmf/fonts/source/public/cmbright/tbmr9.mf +/usr/share/texmf/fonts/source/public/cmbright/tbpseudo.mf +/usr/share/texmf/fonts/source/public/cmbright/tbso10.mf +/usr/share/texmf/fonts/source/public/cmbright/tbso17.mf +/usr/share/texmf/fonts/source/public/cmbright/tbso8.mf +/usr/share/texmf/fonts/source/public/cmbright/tbso9.mf +/usr/share/texmf/fonts/source/public/cmbright/tbsr10.mf +/usr/share/texmf/fonts/source/public/cmbright/tbsr17.mf +/usr/share/texmf/fonts/source/public/cmbright/tbsr8.mf +/usr/share/texmf/fonts/source/public/cmbright/tbsr9.mf +/usr/share/texmf/fonts/source/public/cmbright/tbsymb.mf +/usr/share/texmf/fonts/source/public/cmbright/tbsymbol.mf +/usr/share/texmf/fonts/source/public/cmbright/tbtl10.mf +/usr/share/texmf/fonts/source/public/cmbright/tbto10.mf +/usr/share/texmf/fonts/source/public/cmbright/ttsymb.mf +/usr/share/texmf/fonts/source/public/cmbright/ttsymbol.mf +/usr/share/texmf/doc/fonts/cmbright/copyrite.txt +/usr/share/texmf/doc/fonts/cmbright/manifest.txt +/usr/share/texmf/doc/fonts/cmbright/readme + +% Computer Modern Fonts %src% +/usr/share/texmf-tetex/fonts/source/public/cm/accent.mf +/usr/share/texmf-tetex/fonts/source/public/cm/bigacc.mf +/usr/share/texmf-tetex/fonts/source/public/cm/bigdel.mf +/usr/share/texmf-tetex/fonts/source/public/cm/bigop.mf +/usr/share/texmf-tetex/fonts/source/public/cm/calu.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmb10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbase.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbsy10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbx10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbx12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbx5.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbx6.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbx7.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbx8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbx9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbxsl10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmbxti10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmcsc10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmdunh10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmex10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmex9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmff10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmfi10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmfib8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cminch.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmitt10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmi10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmi12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmi5.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmi6.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmi7.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmi8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmi9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmmib10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr17.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr5.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr6.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr7.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmr9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsl10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsl12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsl8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsl9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsltt10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmss10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmss12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmss17.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmss8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmss9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssbx10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssdc10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssi10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssi12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssi17.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssi8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssi9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssq8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmssqi8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsy10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsy5.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsy6.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsy7.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsy8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmsy9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtcsc10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtex10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtex8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtex9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmti10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmti12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmti7.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmti8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmti9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtt10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtt12.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtt8.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmtt9.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmu10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cmvtt10.mf +/usr/share/texmf-tetex/fonts/source/public/cm/comlig.mf +/usr/share/texmf-tetex/fonts/source/public/cm/csc.mf +/usr/share/texmf-tetex/fonts/source/public/cm/cscspu.mf +/usr/share/texmf-tetex/fonts/source/public/cm/greekl.mf +/usr/share/texmf-tetex/fonts/source/public/cm/greeku.mf +/usr/share/texmf-tetex/fonts/source/public/cm/itald.mf +/usr/share/texmf-tetex/fonts/source/public/cm/italig.mf +/usr/share/texmf-tetex/fonts/source/public/cm/itall.mf +/usr/share/texmf-tetex/fonts/source/public/cm/italms.mf +/usr/share/texmf-tetex/fonts/source/public/cm/italp.mf +/usr/share/texmf-tetex/fonts/source/public/cm/italsp.mf +/usr/share/texmf-tetex/fonts/source/public/cm/mathex.mf +/usr/share/texmf-tetex/fonts/source/public/cm/mathit.mf +/usr/share/texmf-tetex/fonts/source/public/cm/mathsy.mf +/usr/share/texmf-tetex/fonts/source/public/cm/olddig.mf +/usr/share/texmf-tetex/fonts/source/public/cm/punct.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romand.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romanl.mf +/usr/share/texmf-tetex/fonts/source/public/cm/roman.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romanp.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romanu.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romlig.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romms.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romspl.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romspu.mf +/usr/share/texmf-tetex/fonts/source/public/cm/romsub.mf +/usr/share/texmf-tetex/fonts/source/public/cm/symbol.mf +/usr/share/texmf-tetex/fonts/source/public/cm/sym.mf +/usr/share/texmf-tetex/fonts/source/public/cm/texset.mf +/usr/share/texmf-tetex/fonts/source/public/cm/textit.mf +/usr/share/texmf-tetex/fonts/source/public/cm/title.mf +/usr/share/texmf-tetex/fonts/source/public/cm/tset.mf +/usr/share/texmf-tetex/fonts/source/public/cm/tsetsl.mf +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmb10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbsy10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbx10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbx12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbx5.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbx6.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbx7.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbx8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbx9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbxsl10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmbxti10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmcsc10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmdunh10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmex10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmex9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmff10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmfi10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmfib8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cminch.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmitt10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmi10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmi12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmi5.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmi6.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmi7.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmi8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmi9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmmib10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr17.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr5.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr6.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr7.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmr9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsl10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsl12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsl8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsl9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsltt10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmss10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmss12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmss17.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmss8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmss9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssbx10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssdc10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssi10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssi12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssi17.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssi8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssi9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssq8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmssqi8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsy10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsy5.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsy6.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsy7.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsy8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmsy9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtcsc10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtex10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtex8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtex9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmti10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmti12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmti7.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmti8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmti9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtt10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtt12.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtt8.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmtt9.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmu10.tfm +/usr/share/texmf-tetex/fonts/tfm/public/cm/cmvtt10.tfm + + +% concmath %src% +/usr/share/texmf/source/latex/concmath/README +/usr/share/texmf/source/latex/concmath/CATALOGUE +/usr/share/texmf/source/latex/concmath/concmath.dtx +/usr/share/texmf/source/latex/concmath/concmath.ins +/usr/share/texmf/source/latex/concmath/fonts +/usr/share/texmf/source/latex/concmath/Makefile +/usr/share/texmf/tex/latex/concmath/concmath.sty +/usr/share/texmf/tex/latex/concmath/omlccm.fd +/usr/share/texmf/tex/latex/concmath/omlccr.fd +/usr/share/texmf/tex/latex/concmath/omsccr.fd +/usr/share/texmf/tex/latex/concmath/omsccsy.fd +/usr/share/texmf/tex/latex/concmath/omxccex.fd +/usr/share/texmf/tex/latex/concmath/ot1ccr.fd +/usr/share/texmf/tex/latex/concmath/ucca.fd +/usr/share/texmf/tex/latex/concmath/uccb.fd +/usr/share/texmf/doc/latex/styles/concmath.dvi + +% context %src% +/usr/share/texmf/tex/context/interface/cont-ro.xml +/usr/share/texmf/tex/context/interface/keys-de.xml +/usr/share/texmf/tex/context/interface/keys-nl.xml +/usr/share/texmf/tex/context/interface/cont-en.xml +/usr/share/texmf/tex/context/interface/keys-cz.xml +/usr/share/texmf/tex/context/interface/keys-it.xml +/usr/share/texmf/tex/context/interface/cont-de.xml +/usr/share/texmf/tex/context/interface/keys-ro.xml +/usr/share/texmf/tex/context/interface/cont-nl.xml +/usr/share/texmf/tex/context/interface/keys-en.xml +/usr/share/texmf/tex/context/interface/cont-cz.xml +/usr/share/texmf/tex/context/interface/cont-it.xml +/usr/share/texmf/tex/context/sample/sample.tex +/usr/share/texmf/tex/context/sample/demo-mps.tex +/usr/share/texmf/tex/context/sample/demo-xml.tex +/usr/share/texmf/tex/context/sample/demo-tex.tex +/usr/share/texmf/tex/context/sample/materie.tex +/usr/share/texmf/tex/context/sample/tufte.tex +/usr/share/texmf/tex/context/sample/hawking.tex +/usr/share/texmf/tex/context/sample/knuth.tex +/usr/share/texmf/tex/context/sample/reich.tex +/usr/share/texmf/tex/context/sample/ward.tex +/usr/share/texmf/tex/context/sample/aesop-de.tex +/usr/share/texmf/tex/context/sample/douglas.tex +/usr/share/texmf/tex/context/sample/dawkins.tex +/usr/share/texmf/tex/context/sample/zapf.tex +/usr/share/texmf/tex/context/sample/davis.tex +/usr/share/texmf/tex/context/sample/bryson.tex +/usr/share/texmf/tex/context/sample/thuan.tex +/usr/share/texmf/tex/context/extra/setup-qr.tex +/usr/share/texmf/tex/context/extra/mag-0000.tex +/usr/share/texmf/tex/context/config/cont-ro.ini +/usr/share/texmf/tex/context/config/cont-en.ini +/usr/share/texmf/tex/context/config/cont-de.ini +/usr/share/texmf/tex/context/config/cont-nl.ini +/usr/share/texmf/tex/context/config/cont-usr.tex +/usr/share/texmf/tex/context/config/cont-cz.ini +/usr/share/texmf/tex/context/config/cont-it.ini +/usr/share/texmf/tex/context/config/cont-uk.ini +/usr/share/texmf/tex/context/foxet/fe-bryson.xml +/usr/share/texmf/tex/context/foxet/fe-ward.xml +/usr/share/texmf/tex/context/foxet/fo-1001.fo +/usr/share/texmf/tex/context/foxet/fo-0102.fo +/usr/share/texmf/tex/context/foxet/fo-0201.fo +/usr/share/texmf/tex/context/foxet/fo-1102.fo +/usr/share/texmf/tex/context/foxet/fo-1003.fo +/usr/share/texmf/tex/context/foxet/fo-1201.fo +/usr/share/texmf/tex/context/foxet/fo-1104.fo +/usr/share/texmf/tex/context/foxet/fo-0601.fo +/usr/share/texmf/tex/context/foxet/fo-0611.fo +/usr/share/texmf/tex/context/foxet/fo-0801.fo +/usr/share/texmf/tex/context/foxet/fo-0603.fo +/usr/share/texmf/tex/context/foxet/fo-0621.fo +/usr/share/texmf/tex/context/foxet/fo-0613.fo +/usr/share/texmf/tex/context/foxet/fo-0902.fo +/usr/share/texmf/tex/context/foxet/fo-0641.fo +/usr/share/texmf/tex/context/foxet/fo-0651.fo +/usr/share/texmf/tex/context/foxet/fo-0643.fo +/usr/share/texmf/tex/context/foxet/fo-0101.fo +/usr/share/texmf/tex/context/foxet/fo-1101.fo +/usr/share/texmf/tex/context/foxet/fo-1002.fo +/usr/share/texmf/tex/context/foxet/fe-zapf.xml +/usr/share/texmf/tex/context/foxet/fo-0103.fo +/usr/share/texmf/tex/context/foxet/fo-0301.fo +/usr/share/texmf/tex/context/foxet/fo-1004.fo +/usr/share/texmf/tex/context/foxet/fo-1103.fo +/usr/share/texmf/tex/context/foxet/fo-0701.fo +/usr/share/texmf/tex/context/foxet/fo-0602.fo +/usr/share/texmf/tex/context/foxet/fo-0612.fo +/usr/share/texmf/tex/context/foxet/fo-0901.fo +/usr/share/texmf/tex/context/foxet/fo-0604.fo +/usr/share/texmf/tex/context/foxet/fo-0650.fo +/usr/share/texmf/tex/context/foxet/fo-0642.fo +/usr/share/texmf/tex/context/foxet/fo-0644.fo +/usr/share/texmf/tex/context/base/font-map.tex +/usr/share/texmf/tex/context/base/regi-utf.tex +/usr/share/texmf/tex/context/base/prop-run.tex +/usr/share/texmf/tex/context/base/core-def.tex +/usr/share/texmf/tex/context/base/s-faq-01.tex +/usr/share/texmf/tex/context/base/x-mathml.tex +/usr/share/texmf/tex/context/base/meta-fig.tex +/usr/share/texmf/tex/context/base/enco-ibm.tex +/usr/share/texmf/tex/context/base/supp-ali.tex +/usr/share/texmf/tex/context/base/x-foxet.tex +/usr/share/texmf/tex/context/base/s-mod-00.tex +/usr/share/texmf/tex/context/base/m-units.tex +/usr/share/texmf/tex/context/base/mult-sys.tex +/usr/share/texmf/tex/context/base/type-fsf.tex +/usr/share/texmf/tex/context/base/syst-etx.tex +/usr/share/texmf/tex/context/base/lang-spa.tex +/usr/share/texmf/tex/context/base/page-new.tex +/usr/share/texmf/tex/context/base/enco-fpl.tex +/usr/share/texmf/tex/context/base/lang-spe.tex +/usr/share/texmf/tex/context/base/s-pre-23.tex +/usr/share/texmf/tex/context/base/m-gamma.tex +/usr/share/texmf/tex/context/base/supp-spe.tex +/usr/share/texmf/tex/context/base/core-new.tex +/usr/share/texmf/tex/context/base/s-chi-00.tex +/usr/share/texmf/tex/context/base/m-chemic.tex +/usr/share/texmf/tex/context/base/symb-glm.tex +/usr/share/texmf/tex/context/base/x-fig-01.tex +/usr/share/texmf/tex/context/base/math-run.tex +/usr/share/texmf/tex/context/base/unic-001.tex +/usr/share/texmf/tex/context/base/m-subsub.tex +/usr/share/texmf/tex/context/base/unic-005.tex +/usr/share/texmf/tex/context/base/meta-clp.tex +/usr/share/texmf/tex/context/base/s-fnt-02.tex +/usr/share/texmf/tex/context/base/colo-ini.tex +/usr/share/texmf/tex/context/base/meta-pre.tex +/usr/share/texmf/tex/context/base/m-cweb.tex +/usr/share/texmf/tex/context/base/spec-xtx.tex +/usr/share/texmf/tex/context/base/lang-cyr.tex +/usr/share/texmf/tex/context/base/x-res-01.tex +/usr/share/texmf/tex/context/base/core-fnt.tex +/usr/share/texmf/tex/context/base/supp-box.tex +/usr/share/texmf/tex/context/base/supp-mis.tex +/usr/share/texmf/tex/context/base/page-spr.tex +/usr/share/texmf/tex/context/base/enco-x5.tex +/usr/share/texmf/tex/context/base/x-set-01.tex +/usr/share/texmf/tex/context/base/cont-old.tex +/usr/share/texmf/tex/context/base/s-abr-01.tex +/usr/share/texmf/tex/context/base/context.tex +/usr/share/texmf/tex/context/base/x-res-09.tex +/usr/share/texmf/tex/context/base/xtag-mxa.tex +/usr/share/texmf/tex/context/base/page-mar.tex +/usr/share/texmf/tex/context/base/syst-pln.tex +/usr/share/texmf/tex/context/base/prop-ini.tex +/usr/share/texmf/tex/context/base/core-gen.tex +/usr/share/texmf/tex/context/base/xtag-utf.tex +/usr/share/texmf/tex/context/base/xtag-mea.tex +/usr/share/texmf/tex/context/base/regi-lat.tex +/usr/share/texmf/tex/context/base/s-pre-02.tex +/usr/share/texmf/tex/context/base/page-set.tex +/usr/share/texmf/tex/context/base/core-mar.tex +/usr/share/texmf/tex/context/base/s-pre-06.tex +/usr/share/texmf/tex/context/base/enco-pfr.tex +/usr/share/texmf/tex/context/base/x-chemml.tex +/usr/share/texmf/tex/context/base/unic-ini.tex +/usr/share/texmf/tex/context/base/x-res-10.tex +/usr/share/texmf/tex/context/base/xtag-mmc.tex +/usr/share/texmf/tex/context/base/syst-con.tex +/usr/share/texmf/tex/context/base/syst-xtx.tex +/usr/share/texmf/tex/context/base/type-run.tex +/usr/share/texmf/tex/context/base/regi-vis.tex +/usr/share/texmf/tex/context/base/java-stp.tex +/usr/share/texmf/tex/context/base/spec-yy.tex +/usr/share/texmf/tex/context/base/thrd-trg.tex +/usr/share/texmf/tex/context/base/m-visual.tex +/usr/share/texmf/tex/context/base/m-educat.tex +/usr/share/texmf/tex/context/base/s-grk-00.tex +/usr/share/texmf/tex/context/base/core-obj.tex +/usr/share/texmf/tex/context/base/page-flw.tex +/usr/share/texmf/tex/context/base/prop-lay.tex +/usr/share/texmf/tex/context/base/meta-ini.tex +/usr/share/texmf/tex/context/base/core-sys.tex +/usr/share/texmf/tex/context/base/supp-ran.tex +/usr/share/texmf/tex/context/base/type-pre.tex +/usr/share/texmf/tex/context/base/math-ini.tex +/usr/share/texmf/tex/context/base/m-layout.tex +/usr/share/texmf/tex/context/base/s-pre-50.tex +/usr/share/texmf/tex/context/base/core-hlp.tex +/usr/share/texmf/tex/context/base/s-pre-15.tex +/usr/share/texmf/tex/context/base/enco-mis.tex +/usr/share/texmf/tex/context/base/s-pre-19.tex +/usr/share/texmf/tex/context/base/enco-cyr.tex +/usr/share/texmf/tex/context/base/core-int.tex +/usr/share/texmf/tex/context/base/spec-mis.tex +/usr/share/texmf/tex/context/base/regi-mac.tex +/usr/share/texmf/tex/context/base/s-faq-02.tex +/usr/share/texmf/tex/context/base/meta-pag.tex +/usr/share/texmf/tex/context/base/core-fig.tex +/usr/share/texmf/tex/context/base/verb-sql.tex +/usr/share/texmf/tex/context/base/page-lin.tex +/usr/share/texmf/tex/context/base/colo-ema.tex +/usr/share/texmf/tex/context/base/s-mod-01.tex +/usr/share/texmf/tex/context/base/mult-ini.tex +/usr/share/texmf/tex/context/base/core-dat.tex +/usr/share/texmf/tex/context/base/m-tryout.tex +/usr/share/texmf/tex/context/base/java-ans.tex +/usr/share/texmf/tex/context/base/syst-ext.tex +/usr/share/texmf/tex/context/base/unic-032.tex +/usr/share/texmf/tex/context/base/core-des.tex +/usr/share/texmf/tex/context/base/x-contml.tex +/usr/share/texmf/tex/context/base/core-ref.tex +/usr/share/texmf/tex/context/base/core-buf.tex +/usr/share/texmf/tex/context/base/meta-txt.tex +/usr/share/texmf/tex/context/base/cont-usr.ori +/usr/share/texmf/tex/context/base/enco-ans.tex +/usr/share/texmf/tex/context/base/meta-nav.tex +/usr/share/texmf/tex/context/base/core-par.tex +/usr/share/texmf/tex/context/base/enco-il2.tex +/usr/share/texmf/tex/context/base/font-arb.tex +/usr/share/texmf/tex/context/base/supp-eps.tex +/usr/share/texmf/tex/context/base/symb-run.tex +/usr/share/texmf/tex/context/base/cont-it.tex +/usr/share/texmf/tex/context/base/enco-uni.tex +/usr/share/texmf/tex/context/base/page-run.tex +/usr/share/texmf/tex/context/base/regi-cyp.tex +/usr/share/texmf/tex/context/base/spec-tpd.tex +/usr/share/texmf/tex/context/base/page-lyr.tex +/usr/share/texmf/tex/context/base/enco-def.tex +/usr/share/texmf/tex/context/base/regi-win.tex +/usr/share/texmf/tex/context/base/lang-cel.tex +/usr/share/texmf/tex/context/base/syst-omg.tex +/usr/share/texmf/tex/context/base/spec-dpx.tex +/usr/share/texmf/tex/context/base/meta-xml.tex +/usr/share/texmf/tex/context/base/supp-mps.tex +/usr/share/texmf/tex/context/base/type-enc.tex +/usr/share/texmf/tex/context/base/spec-def.tex +/usr/share/texmf/tex/context/base/math-tex.tex +/usr/share/texmf/tex/context/base/core-vis.tex +/usr/share/texmf/tex/context/base/x-fig-02.tex +/usr/share/texmf/tex/context/base/cont-new.tex +/usr/share/texmf/tex/context/base/xtag-raw.tex +/usr/share/texmf/tex/context/base/lang-ger.tex +/usr/share/texmf/tex/context/base/mult-com.tex +/usr/share/texmf/tex/context/base/unic-002.tex +/usr/share/texmf/tex/context/base/type-ini.tex +/usr/share/texmf/tex/context/base/font-uni.tex +/usr/share/texmf/tex/context/base/xtag-hyp.tex +/usr/share/texmf/tex/context/base/regi-ini.tex +/usr/share/texmf/tex/context/base/xtag-run.tex +/usr/share/texmf/tex/context/base/regi-grk.tex +/usr/share/texmf/tex/context/base/typo-ini.tex +/usr/share/texmf/tex/context/base/x-res-02.tex +/usr/share/texmf/tex/context/base/core-itm.tex +/usr/share/texmf/tex/context/base/x-set-02.tex +/usr/share/texmf/tex/context/base/page-mak.tex +/usr/share/texmf/tex/context/base/s-abr-02.tex +/usr/share/texmf/tex/context/base/core-lnt.tex +/usr/share/texmf/tex/context/base/hand-ini.tex +/usr/share/texmf/tex/context/base/xtag-mxb.tex +/usr/share/texmf/tex/context/base/xtag-pre.tex +/usr/share/texmf/tex/context/base/xtag-rng.tex +/usr/share/texmf/tex/context/base/page-sid.tex +/usr/share/texmf/tex/context/base/lang-ind.tex +/usr/share/texmf/tex/context/base/page-log.tex +/usr/share/texmf/tex/context/base/java-exa.tex +/usr/share/texmf/tex/context/base/m-pstric.tex +/usr/share/texmf/tex/context/base/core-mak.tex +/usr/share/texmf/tex/context/base/supp-pdf.tex +/usr/share/texmf/tex/context/base/type-dis.tex +/usr/share/texmf/tex/context/base/enco-ffr.tex +/usr/share/texmf/tex/context/base/x-fe.tex +/usr/share/texmf/tex/context/base/core-job.tex +/usr/share/texmf/tex/context/base/symb-eur.tex +/usr/share/texmf/tex/context/base/xtag-mxn.tex +/usr/share/texmf/tex/context/base/xtag-meb.tex +/usr/share/texmf/tex/context/base/s-pre-03.tex +/usr/share/texmf/tex/context/base/lang-ura.tex +/usr/share/texmf/tex/context/base/math-ams.tex +/usr/share/texmf/tex/context/base/xtag-mxr.tex +/usr/share/texmf/tex/context/base/enco-fro.tex +/usr/share/texmf/tex/context/base/s-pre-07.tex +/usr/share/texmf/tex/context/base/page-not.tex +/usr/share/texmf/tex/context/base/spec-dvi.tex +/usr/share/texmf/tex/context/base/x-res-11.tex +/usr/share/texmf/tex/context/base/x-set-11.tex +/usr/share/texmf/tex/context/base/math-fou.tex +/usr/share/texmf/tex/context/base/x-res-50.tex +/usr/share/texmf/tex/context/base/xtag-men.tex +/usr/share/texmf/tex/context/base/supp-tpi.tex +/usr/share/texmf/tex/context/base/x-xml-01.tex +/usr/share/texmf/tex/context/base/xtag-mer.tex +/usr/share/texmf/tex/context/base/m-newmat.tex +/usr/share/texmf/tex/context/base/core-not.tex +/usr/share/texmf/tex/context/base/xtag-mml.tex +/usr/share/texmf/tex/context/base/symb-ini.tex +/usr/share/texmf/tex/context/base/page-ini.tex +/usr/share/texmf/tex/context/base/syst-new.tex +/usr/share/texmf/tex/context/base/xtag-mmp.tex +/usr/share/texmf/tex/context/base/core-fld.tex +/usr/share/texmf/tex/context/base/page-flt.tex +/usr/share/texmf/tex/context/base/xtag-xsd.tex +/usr/share/texmf/tex/context/base/supp-dir.tex +/usr/share/texmf/tex/context/base/core-ini.tex +/usr/share/texmf/tex/context/base/xtag-xsl.tex +/usr/share/texmf/tex/context/base/core-ntb.tex +/usr/share/texmf/tex/context/base/s-pre-16.tex +/usr/share/texmf/tex/context/base/verb-jv.tex +/usr/share/texmf/tex/context/base/enco-pol.tex +/usr/share/texmf/tex/context/base/math-pln.tex +/usr/share/texmf/tex/context/base/enco-fde.tex +/usr/share/texmf/tex/context/base/xtag-ini.tex +/usr/share/texmf/tex/context/base/lang-chi.tex +/usr/share/texmf/tex/context/base/supp-vis.tex +/usr/share/texmf/tex/context/base/s-faq-03.tex +/usr/share/texmf/tex/context/base/page-txt.tex +/usr/share/texmf/tex/context/base/lang-frd.tex +/usr/share/texmf/tex/context/base/colo-ext.tex +/usr/share/texmf/tex/context/base/m-quest.tex +/usr/share/texmf/tex/context/base/enco-pdf.tex +/usr/share/texmf/tex/context/base/lang-ita.tex +/usr/share/texmf/tex/context/base/symb-nav.tex +/usr/share/texmf/tex/context/base/type-map.tex +/usr/share/texmf/tex/context/base/s-mod-02.tex +/usr/share/texmf/tex/context/base/page-lay.tex +/usr/share/texmf/tex/context/base/core-fil.tex +/usr/share/texmf/tex/context/base/spec-pdf.tex +/usr/share/texmf/tex/context/base/unic-033.tex +/usr/share/texmf/tex/context/base/x-corres.tex +/usr/share/texmf/tex/context/base/core-reg.tex +/usr/share/texmf/tex/context/base/cont-en.tex +/usr/share/texmf/tex/context/base/colo-rgb.tex +/usr/share/texmf/tex/context/base/spec-dpm.tex +/usr/share/texmf/tex/context/base/page-num.tex +/usr/share/texmf/tex/context/base/meta-dum.tex +/usr/share/texmf/tex/context/base/s-pre-60.tex +/usr/share/texmf/tex/context/base/syst-gen.tex +/usr/share/texmf/tex/context/base/core-nav.tex +/usr/share/texmf/tex/context/base/core-var.tex +/usr/share/texmf/tex/context/base/x-physml.tex +/usr/share/texmf/tex/context/base/s-mag-01.tex +/usr/share/texmf/tex/context/base/core-num.tex +/usr/share/texmf/tex/context/base/unic-exp.tex +/usr/share/texmf/tex/context/base/xtag-pml.tex +/usr/share/texmf/tex/context/base/x-fig-03.tex +/usr/share/texmf/tex/context/base/regi-ibm.tex +/usr/share/texmf/tex/context/base/mult-con.tex +/usr/share/texmf/tex/context/base/unic-003.tex +/usr/share/texmf/tex/context/base/x-sch-00.tex +/usr/share/texmf/tex/context/base/colo-xwi.tex +/usr/share/texmf/tex/context/base/enco-lat.tex +/usr/share/texmf/tex/context/base/thrd-tab.tex +/usr/share/texmf/tex/context/base/prop-mis.tex +/usr/share/texmf/tex/context/base/supp-emp.tex +/usr/share/texmf/tex/context/base/core-tbl.tex +/usr/share/texmf/tex/context/base/regi-il1.tex +/usr/share/texmf/tex/context/base/m-edtsnc.tex +/usr/share/texmf/tex/context/base/enco-raw.tex +/usr/share/texmf/tex/context/base/type-akb.tex +/usr/share/texmf/tex/context/base/lang-ana.tex +/usr/share/texmf/tex/context/base/x-res-03.tex +/usr/share/texmf/tex/context/base/plus-rul.tex +/usr/share/texmf/tex/context/base/enco-vis.tex +/usr/share/texmf/tex/context/base/s-abr-03.tex +/usr/share/texmf/tex/context/base/enco-chi.tex +/usr/share/texmf/tex/context/base/verb-raw.tex +/usr/share/texmf/tex/context/base/enco-run.tex +/usr/share/texmf/tex/context/base/xtag-mxc.tex +/usr/share/texmf/tex/context/base/lang-ini.tex +/usr/share/texmf/tex/context/base/lang-grk.tex +/usr/share/texmf/tex/context/base/type-xtx.tex +/usr/share/texmf/tex/context/base/s-pre-00.tex +/usr/share/texmf/tex/context/base/supp-ini.tex +/usr/share/texmf/tex/context/base/xtag-mxo.tex +/usr/share/texmf/tex/context/base/lang-art.tex +/usr/share/texmf/tex/context/base/xtag-mec.tex +/usr/share/texmf/tex/context/base/enco-tbo.tex +/usr/share/texmf/tex/context/base/enco-vna.tex +/usr/share/texmf/tex/context/base/s-pre-04.tex +/usr/share/texmf/tex/context/base/m-pdfsnc.tex +/usr/share/texmf/tex/context/base/core-mat.tex +/usr/share/texmf/tex/context/base/font-chi.tex +/usr/share/texmf/tex/context/base/cont-sys.ori +/usr/share/texmf/tex/context/base/font-bfm.tex +/usr/share/texmf/tex/context/base/font-run.tex +/usr/share/texmf/tex/context/base/s-pre-08.tex +/usr/share/texmf/tex/context/base/math-eul.tex +/usr/share/texmf/tex/context/base/xtag-cml.tex +/usr/share/texmf/tex/context/base/lang-bal.tex +/usr/share/texmf/tex/context/base/colo-hex.tex +/usr/share/texmf/tex/context/base/xtag-map.tex +/usr/share/texmf/tex/context/base/x-set-12.tex +/usr/share/texmf/tex/context/base/xtag-meo.tex +/usr/share/texmf/tex/context/base/cont-log.tex +/usr/share/texmf/tex/context/base/x-xml-02.tex +/usr/share/texmf/tex/context/base/m-pictex.tex +/usr/share/texmf/tex/context/base/page-one.tex +/usr/share/texmf/tex/context/base/m-graph.tex +/usr/share/texmf/tex/context/base/supp-fil.tex +/usr/share/texmf/tex/context/base/filt-bas.tex +/usr/share/texmf/tex/context/base/core-grd.tex +/usr/share/texmf/tex/context/base/type-spe.tex +/usr/share/texmf/tex/context/base/s-pre-13.tex +/usr/share/texmf/tex/context/base/core-ltb.tex +/usr/share/texmf/tex/context/base/verb-js.tex +/usr/share/texmf/tex/context/base/core-snc.tex +/usr/share/texmf/tex/context/base/enco-ec.tex +/usr/share/texmf/tex/context/base/ppchtex.tex +/usr/share/texmf/tex/context/base/enco-win.tex +/usr/share/texmf/tex/context/base/s-faq-00.tex +/usr/share/texmf/tex/context/base/java-fld.tex +/usr/share/texmf/tex/context/base/supp-num.tex +/usr/share/texmf/tex/context/base/x-xml-11.tex +/usr/share/texmf/tex/context/base/spec-win.tex +/usr/share/texmf/tex/context/base/spec-fdf.tex +/usr/share/texmf/tex/context/base/xtag-ent.tex +/usr/share/texmf/tex/context/base/cont-err.tex +/usr/share/texmf/tex/context/base/enco-uc.tex +/usr/share/texmf/tex/context/base/core-tab.tex +/usr/share/texmf/tex/context/base/lang-sla.tex +/usr/share/texmf/tex/context/base/java-ini.tex +/usr/share/texmf/tex/context/base/syst-prm.tex +/usr/share/texmf/tex/context/base/unic-030.tex +/usr/share/texmf/tex/context/base/lang-alt.tex +/usr/share/texmf/tex/context/base/enco-ini.tex +/usr/share/texmf/tex/context/base/type-omg.tex +/usr/share/texmf/tex/context/base/x-dir-01.tex +/usr/share/texmf/tex/context/base/core-con.tex +/usr/share/texmf/tex/context/base/enco-grk.tex +/usr/share/texmf/tex/context/base/supp-mpe.tex +/usr/share/texmf/tex/context/base/lang-frq.tex +/usr/share/texmf/tex/context/base/s-pre-22.tex +/usr/share/texmf/tex/context/base/spec-ini.tex +/usr/share/texmf/tex/context/base/enco-acc.tex +/usr/share/texmf/tex/context/base/enco-qx.tex +/usr/share/texmf/tex/context/base/s-pre-61.tex +/usr/share/texmf/tex/context/base/type-cbg.tex +/usr/share/texmf/tex/context/base/cont-fil.tex +/usr/share/texmf/tex/context/base/verb-ini.tex +/usr/share/texmf/tex/context/base/pdfr-il2.tex +/usr/share/texmf/tex/context/base/math-tim.tex +/usr/share/texmf/tex/context/base/cont-uk.tex +/usr/share/texmf/tex/context/base/enco-heb.tex +/usr/share/texmf/tex/context/base/regi-cyr.tex +/usr/share/texmf/tex/context/base/core-ver.tex +/usr/share/texmf/tex/context/base/font-ini.tex +/usr/share/texmf/tex/context/base/type-siz.tex +/usr/share/texmf/tex/context/base/enco-ecm.tex +/usr/share/texmf/tex/context/base/x-fig-00.tex +/usr/share/texmf/tex/context/base/core-rul.tex +/usr/share/texmf/tex/context/base/type-syn.tex +/usr/share/texmf/tex/context/base/java-fil.tex +/usr/share/texmf/tex/context/base/page-app.tex +/usr/share/texmf/tex/context/base/unic-000.tex +/usr/share/texmf/tex/context/base/unic-004.tex +/usr/share/texmf/tex/context/base/enco-com.tex +/usr/share/texmf/tex/context/base/x-sch-01.tex +/usr/share/texmf/tex/context/base/font-unk.tex +/usr/share/texmf/tex/context/base/font-heb.tex +/usr/share/texmf/tex/context/base/xtag-pmu.tex +/usr/share/texmf/tex/context/base/s-fnt-01.tex +/usr/share/texmf/tex/context/base/math-lbr.tex +/usr/share/texmf/tex/context/base/supp-mat.tex +/usr/share/texmf/tex/context/base/verb-pl.tex +/usr/share/texmf/tex/context/base/page-bck.tex +/usr/share/texmf/tex/context/base/core-spa.tex +/usr/share/texmf/tex/context/base/cont-nl.tex +/usr/share/texmf/tex/context/base/enco-t5.tex +/usr/share/texmf/tex/context/base/spec-ps.tex +/usr/share/texmf/tex/context/base/x-res-00.tex +/usr/share/texmf/tex/context/base/spec-tr.tex +/usr/share/texmf/tex/context/base/regi-uni.tex +/usr/share/texmf/tex/context/base/thrd-ran.tex +/usr/share/texmf/tex/context/base/verb-pas.tex +/usr/share/texmf/tex/context/base/x-res-04.tex +/usr/share/texmf/tex/context/base/spec-var.tex +/usr/share/texmf/tex/context/base/cont-ro.tex +/usr/share/texmf/tex/context/base/x-fdf-00.tex +/usr/share/texmf/tex/context/base/regi-def.tex +/usr/share/texmf/tex/context/base/x-res-08.tex +/usr/share/texmf/tex/context/base/core-uti.tex +/usr/share/texmf/tex/context/base/m-steps.tex +/usr/share/texmf/tex/context/base/verb-tex.tex +/usr/share/texmf/tex/context/base/verb-xml.tex +/usr/share/texmf/tex/context/base/xtag-exp.tex +/usr/share/texmf/tex/context/base/xtag-mxh.tex +/usr/share/texmf/tex/context/base/page-imp.tex +/usr/share/texmf/tex/context/base/core-sec.tex +/usr/share/texmf/tex/context/base/symb-mis.tex +/usr/share/texmf/tex/context/base/xtag-ext.tex +/usr/share/texmf/tex/context/base/lang-vn.tex +/usr/share/texmf/tex/context/base/s-pre-01.tex +/usr/share/texmf/tex/context/base/xtag-prs.tex +/usr/share/texmf/tex/context/base/hand-def.tex +/usr/share/texmf/tex/context/base/page-mul.tex +/usr/share/texmf/tex/context/base/s-pre-05.tex +/usr/share/texmf/tex/context/base/verb-mp.tex +/usr/share/texmf/tex/context/base/x-fo.tex +/usr/share/texmf/tex/context/base/xtag-meh.tex +/usr/share/texmf/tex/context/base/filt-ini.tex +/usr/share/texmf/tex/context/base/s-pre-09.tex +/usr/share/texmf/tex/context/base/lang-lab.tex +/usr/share/texmf/tex/context/base/cont-cz.tex +/usr/share/texmf/tex/context/base/core-mis.tex +/usr/share/texmf/tex/context/base/core-box.tex +/usr/share/texmf/tex/context/base/supp-mrk.tex +/usr/share/texmf/tex/context/base/type-buy.tex +/usr/share/texmf/tex/context/base/core-pos.tex +/usr/share/texmf/tex/context/base/core-lst.tex +/usr/share/texmf/tex/context/base/enco-cas.tex +/usr/share/texmf/tex/context/base/cont-de.tex +/usr/share/texmf/tex/context/base/m-chart.tex +/usr/share/texmf/tex/context/base/type-exa.tex +/usr/share/texmf/tex/context/base/colo-run.tex +/usr/share/texmf/tex/context/base/core-syn.tex +/usr/share/texmf/tex/context/base/supp-lan.tex +/usr/share/texmf/tex/context/base/verb-eif.tex +/usr/share/texmf/tex/context/base/syst-tex.tex +/usr/share/texmf/tex/context/base/m-level.tex +/usr/share/texmf/tex/context/base/symb-uni.tex +/usr/share/texmf/tex/context/base/s-pre-10.tex +/usr/share/texmf/tex/context/base/type-ghz.tex +/usr/share/texmf/tex/context/base/s-pre-14.tex +/usr/share/texmf/tex/context/base/font-vnr.tex +/usr/share/texmf/tex/context/base/m-tex4ht.tex +/usr/share/texmf/tex/context/base/m-plus.tex +/usr/share/texmf/tex/context/base/supp-fun.tex +/usr/share/texmf/tex/context/base/symb-mvs.tex +/usr/share/texmf/tex/context/base/core-ins.tex +/usr/share/texmf/tex/context/bib/t-bibltx.tex +/usr/share/texmf/tex/context/bib/bibl-apa.tex +/usr/share/texmf/tex/context/bib/bibl-aps.tex +/usr/share/texmf/tex/context/bib/t-bib.tex +/usr/share/texmf/tex/context/maths/t-nath.tex +/usr/share/texmf/tex/context/maths/t-amsl.tex +/usr/share/texmf/tex/context/user/cont-sys.rme + + +% curves %src% +../tetex-src/tetex-src-2.0.2/latex/curves/curves.dtx +../tetex-src/tetex-src-2.0.2/latex/curves/curves.ins +tetex-base-2.0.2a/texmf/tex/latex/curves/curvesls.sty +tetex-base-2.0.2a/texmf/tex/latex/curves/curves.sty +/usr/share/texmf/doc/latex/styles/curves.dvi + +% custom-bib: %src% +../tetex-src/tetex-src-2.0.2/latex/custom-bib/makebst.dtx +../tetex-src/tetex-src-2.0.2/latex/custom-bib/catalan.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/dansk.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/dutch.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/english.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/esperant.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/finnish.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/french.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/geojour.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/german.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/italian.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/makebst.drv +../tetex-src/tetex-src-2.0.2/latex/custom-bib/makebst.ins +../tetex-src/tetex-src-2.0.2/latex/custom-bib/merlin.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/norsk.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/photjour.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/physjour.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/polski.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/portuges.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/README.405 +../tetex-src/tetex-src-2.0.2/latex/custom-bib/shorthnd.ins +../tetex-src/tetex-src-2.0.2/latex/custom-bib/slovene.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/spanish.mbs +../tetex-src/tetex-src-2.0.2/latex/custom-bib/suppjour.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/catalan.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/dansk.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/dutch.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/english.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/esperant.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/finnish.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/french.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/geojour.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/german.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/italian.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/makebst.tex +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/merlin.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/norsk.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/photjour.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/physjour.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/polski.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/portuges.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/spanish.mbs +tetex-base-2.0.2a/texmf/tex/latex/custom-bib/suppjour.mbs +tetex-base-2.0.2a/texmf/doc/latex/custom-bib/geophys.tex +tetex-base-2.0.2a/texmf/doc/latex/custom-bib/makebst.dvi +tetex-base-2.0.2a/texmf/doc/latex/custom-bib/merlin.dvi +tetex-base-2.0.2a/texmf/doc/latex/custom-bib/README.404 +tetex-base-2.0.2a/texmf/doc/latex/custom-bib/README.405 +tetex-base-2.0.2a/texmf/doc/latex/custom-bib/shorthnd.tex + +% cyrillic %src% +../tetex-src/tetex-src-2.0.2/latex/cyrillic/00readme.txt +../tetex-src/tetex-src-2.0.2/latex/cyrillic/changes.txt +../tetex-src/tetex-src-2.0.2/latex/cyrillic/cyinpenc.dtx +../tetex-src/tetex-src-2.0.2/latex/cyrillic/cyoutenc.dtx +../tetex-src/tetex-src-2.0.2/latex/cyrillic/cyrlatex.ins +../tetex-src/tetex-src-2.0.2/latex/cyrillic/lcyccr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/lcycmbr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/lcycmlh.fdd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/lcycmtl.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/lcy.dtx +../tetex-src/tetex-src-2.0.2/latex/cyrillic/Makefile.tetex +../tetex-src/tetex-src-2.0.2/latex/cyrillic/manifest.txt +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2ccr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2cmams.fdd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2cmbr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2cmlh.fdd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2cmtl.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2.dtx +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2wlcyr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/ot2wlcyss.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2accr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2acmbr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2acmtl.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2bccr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2bcmbr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2bcmtl.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2cccr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2ccmbr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2ccmtl.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/t2lhfnt.fdd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/tetex.ins +../tetex-src/tetex-src-2.0.2/latex/cyrillic/x2ccr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/x2cmbr.fd +../tetex-src/tetex-src-2.0.2/latex/cyrillic/x2cmtl.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/cp1251.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/cp855.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/cp866av.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/cp866.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/cp866mav.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/cp866nav.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/cp866tat.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ctt.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/dbk.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/iso88595.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/isoir111.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/koi8-r.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/koi8-ru.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/koi8-u.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcycmdh.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcycmfib.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcycmfr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcycmr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcycmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcycmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcycmvtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcydefs.tex +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcyenc.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcylcmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcylcmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/lcy.sty +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/maccyr.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/macukr.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/mik.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/mls.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/mnk.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/mos.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ncc.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2cmdh.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2cmfib.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2cmfr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2cmr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2cmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2cmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2cmvtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2enc.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2lcmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2lcmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2wncyr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/ot2wncyss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/pt154.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/pt254.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2acmdh.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2acmfib.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2acmfr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2acmr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2acmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2acmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2acmvtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2aenc.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2alcmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2alcmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2bcmdh.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2bcmfib.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2bcmfr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2bcmr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2bcmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2bcmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2bcmvtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2benc.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2blcmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2blcmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2ccmdh.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2ccmfib.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2ccmfr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2ccmr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2ccmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2ccmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2ccmvtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2cenc.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2clcmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/t2clcmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2cmdh.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2cmfib.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2cmfr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2cmr.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2cmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2cmtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2cmvtt.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2enc.def +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2lcmss.fd +tetex-base-2.0.2a/texmf/tex/latex/cyrillic/x2lcmtt.fd +tetex-base-2.0.2a/texmf/doc/latex/cyrillic/00readme.txt +tetex-base-2.0.2a/texmf/doc/latex/cyrillic/changes.txt +tetex-base-2.0.2a/texmf/doc/latex/cyrillic/cyinpenc.dvi +tetex-base-2.0.2a/texmf/doc/latex/cyrillic/cyoutenc.dvi +tetex-base-2.0.2a/texmf/doc/latex/cyrillic/lcy.dvi +tetex-base-2.0.2a/texmf/doc/latex/cyrillic/manifest.txt +tetex-base-2.0.2a/texmf/doc/latex/cyrillic/ot2.dvi + +% dinbrief %src% +../tetex-src/tetex-src-2.0.2/latex/dinbrief/dinbrief.dtx +../tetex-src/tetex-src-2.0.2/latex/dinbrief/dinbrief.ins +../tetex-src/tetex-src-2.0.2/latex/dinbrief/liesmich +../tetex-src/tetex-src-2.0.2/latex/dinbrief/readme +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/brfbody.tex +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/brfkopf.tex +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/dbold.tex +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/dinbrief.cfg +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/dinbrief.dvi +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/dintab.dvi +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/example.tex +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/liesmich +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/readme +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/test10.tex +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/test11.tex +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/test12.tex +tetex-base-2.0.2a/texmf/doc/latex/dinbrief/testnorm.tex + +% dstroke fonts %src% +tetex-base-2.0.2a/texmf/doc/fonts/dstroke/readme +tetex-base-2.0.2a/texmf/doc/fonts/dstroke/dsdoc.dvi +tetex-base-2.0.2a/texmf/tex/latex/dstroke/dsfont.sty +tetex-base-2.0.2a/texmf/tex/latex/dstroke/Udsrom.fd +tetex-base-2.0.2a/texmf/tex/latex/dstroke/Udsss.fd +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsrom10.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsrom12.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsrom8.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsrom.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsromo.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsromu.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsss10.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsss12.mf +tetex-base-2.0.2a/texmf/fonts/source/public/dstroke/dsss8.mf + +% endfloat %src% +../tetex-src/tetex-src-2.0.2/latex/endfloat/readme.enf +../tetex-src/tetex-src-2.0.2/latex/endfloat/endfloat.asc +../tetex-src/tetex-src-2.0.2/latex/endfloat/endfloat.drv +../tetex-src/tetex-src-2.0.2/latex/endfloat/endfloat.dtx +../tetex-src/tetex-src-2.0.2/latex/endfloat/endfloat.ins +tetex-base-2.0.2a/texmf/tex/latex/endfloat/efxmpl.cfg +tetex-base-2.0.2a/texmf/tex/latex/endfloat/endfloat.sty +tetex-base-2.0.2a/texmf/doc/latex/styles/endfloat.dvi + +% euler %src% +/usr/share/texmf/source/latex/euler/legal.txt +/usr/share/texmf/source/latex/euler/euler.dtx +/usr/share/texmf/tex/latex/misc/euler.sty +/usr/share/texmf/doc/latex/styles/euler.dvi +/usr/share/texmf/source/latex/euler/euler.ins + +% extsizes %src% +# in every file +../tetex-src/tetex-src-2.0.2/latex/extsizes/autopagewidth.sty +../tetex-src/tetex-src-2.0.2/latex/extsizes/extarticle.cls +../tetex-src/tetex-src-2.0.2/latex/extsizes/extbook.cls +../tetex-src/tetex-src-2.0.2/latex/extsizes/extletter.cls +../tetex-src/tetex-src-2.0.2/latex/extsizes/extproc.cls +../tetex-src/tetex-src-2.0.2/latex/extsizes/extreport.cls +../tetex-src/tetex-src-2.0.2/latex/extsizes/extsizes.sty +../tetex-src/tetex-src-2.0.2/latex/extsizes/readme.extsizes +../tetex-src/tetex-src-2.0.2/latex/extsizes/size14.clo +../tetex-src/tetex-src-2.0.2/latex/extsizes/size17.clo +../tetex-src/tetex-src-2.0.2/latex/extsizes/size20.clo +../tetex-src/tetex-src-2.0.2/latex/extsizes/size8.clo +../tetex-src/tetex-src-2.0.2/latex/extsizes/size9.clo +tetex-base-2.0.2a/texmf/tex/latex/extsizes/autopagewidth.sty +tetex-base-2.0.2a/texmf/tex/latex/extsizes/extarticle.cls +tetex-base-2.0.2a/texmf/tex/latex/extsizes/extbook.cls +tetex-base-2.0.2a/texmf/tex/latex/extsizes/extletter.cls +tetex-base-2.0.2a/texmf/tex/latex/extsizes/extproc.cls +tetex-base-2.0.2a/texmf/tex/latex/extsizes/extreport.cls +tetex-base-2.0.2a/texmf/tex/latex/extsizes/extsizes.sty +tetex-base-2.0.2a/texmf/tex/latex/extsizes/size14.clo +tetex-base-2.0.2a/texmf/tex/latex/extsizes/size17.clo +tetex-base-2.0.2a/texmf/tex/latex/extsizes/size20.clo +tetex-base-2.0.2a/texmf/tex/latex/extsizes/size8.clo +tetex-base-2.0.2a/texmf/tex/latex/extsizes/size9.clo +tetex-base-2.0.2a/texmf/doc/latex/extsizes/readme.extsizes + +% fancyhdr: %src% +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/README +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/extramarks.sty +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/fancyhdr.out +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/fancyhdr.pdf +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/fancyhdr.sty +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/fancyhdr.tex +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/fancyheadings.new +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/fixmarks.sty +../tetex-src/tetex-src-2.0.2/latex/fancyhdr/Makefile.tetex +tetex-base-2.0.2a/texmf/tex/latex/fancyhdr/extramarks.sty +tetex-base-2.0.2a/texmf/tex/latex/fancyhdr/fancyhdr.sty +tetex-base-2.0.2a/texmf/tex/latex/fancyhdr/fixmarks.sty +tetex-base-2.0.2a/texmf/doc/latex/fancyhdr/fancyhdr.dvi +tetex-base-2.0.2a/texmf/doc/latex/fancyhdr/fancyheadings.new +tetex-base-2.0.2a/texmf/doc/latex/fancyhdr/README + +% fancyvrb: %src% +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/fancyvrb.dtx +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/artistic.txt +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/fancyvrb.cb +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/fancyvrb.ins +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/README + + +% fvrb-ex %src% +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/contrib/fvrb-ex.dtx +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/contrib/fvrb-ex.ins +../tetex-src/tetex-src-2.0.2/latex/fancyvrb/contrib/README +/usr/share/texmf/tex/latex/fancyvrb/fvrb-ex.sty +/usr/share/texmf/tex/latex/fancyvrb/hbaw.sty +/usr/share/texmf/tex/latex/fancyvrb/hcolor.sty +/usr/share/texmf/doc/latex/fancyvrb/fvrb-ex.pdf +/usr/share/texmf/doc/latex/fancyvrb/t-fvrbex.tex + +% g-brief +/usr/share/texmf/tex/latex/g-brief/g-brief2.cls +/usr/share/texmf/tex/latex/g-brief/g-brief2.sty +/usr/share/texmf/tex/latex/g-brief/g-brief.cls +/usr/share/texmf/tex/latex/g-brief/g-brief.sty +/usr/share/texmf/doc/latex/g-brief/g-brief.dvi +/usr/share/texmf/doc/latex/g-brief/beispiel.tex +/usr/share/texmf/doc/latex/g-brief/beispiel2.tex + +% LaTeX %src% +/usr/share/texmf/source/latex/base/legal.txt +/usr/share/texmf/source/latex/base/00readme.txt +/usr/share/texmf/source/latex/base/alltt.dtx +/usr/share/texmf/source/latex/base/alltt.ins +/usr/share/texmf/source/latex/base/amiweb2c.txt +/usr/share/texmf/source/latex/base/autoload.ins +/usr/share/texmf/source/latex/base/autoload.txt +/usr/share/texmf/source/latex/base/begleit.err +/usr/share/texmf/source/latex/base/bugs.txt +/usr/share/texmf/source/latex/base/cfgguide.tex +/usr/share/texmf/source/latex/base/changes.txt +/usr/share/texmf/source/latex/base/classes.dtx +/usr/share/texmf/source/latex/base/classes.ins +/usr/share/texmf/source/latex/base/clsguide.tex +/usr/share/texmf/source/latex/base/cmextra.ins +/usr/share/texmf/source/latex/base/cmfonts.fdd +/usr/share/texmf/source/latex/base/cmfonts.ins +/usr/share/texmf/source/latex/base/compan.err +/usr/share/texmf/source/latex/base/cstex.txt +/usr/share/texmf/source/latex/base/cyrguide.tex +/usr/share/texmf/source/latex/base/decustex.txt +/usr/share/texmf/source/latex/base/directex.txt +/usr/share/texmf/source/latex/base/doc.dtx +/usr/share/texmf/source/latex/base/docstrip.dtx +/usr/share/texmf/source/latex/base/docstrip.ins +/usr/share/texmf/source/latex/base/ec.ins +/usr/share/texmf/source/latex/base/emtextds.txt +/usr/share/texmf/source/latex/base/emtex.txt +/usr/share/texmf/source/latex/base/exscale.dtx +/usr/share/texmf/source/latex/base/exscale.ins +/usr/share/texmf/source/latex/base/fixltx2e.dtx +/usr/share/texmf/source/latex/base/fixltx2e.ins +/usr/share/texmf/source/latex/base/fntguide.tex +/usr/share/texmf/source/latex/base/fontdef.dtx +/usr/share/texmf/source/latex/base/format.ins +/usr/share/texmf/source/latex/base/graphpap.dtx +/usr/share/texmf/source/latex/base/graphpap.ins +/usr/share/texmf/source/latex/base/grphcomp.err +/usr/share/texmf/source/latex/base/handbuch.err +/usr/share/texmf/source/latex/base/idx.tex +/usr/share/texmf/source/latex/base/ifthen.dtx +/usr/share/texmf/source/latex/base/ifthen.ins +/usr/share/texmf/source/latex/base/inputenc.dtx +/usr/share/texmf/source/latex/base/inputenc.ins +/usr/share/texmf/source/latex/base/install.txt +/usr/share/texmf/source/latex/base/lablst.tex +/usr/share/texmf/source/latex/base/latex209.dtx +/usr/share/texmf/source/latex/base/latex209.ins +/usr/share/texmf/source/latex/base/latexbug.el +/usr/share/texmf/source/latex/base/latexbug.tex +/usr/share/texmf/source/latex/base/latexsym.dtx +/usr/share/texmf/source/latex/base/latexsym.ins +/usr/share/texmf/source/latex/base/letter.dtx +/usr/share/texmf/source/latex/base/letter.ins +/usr/share/texmf/source/latex/base/lindner.txt +/usr/share/texmf/source/latex/base/lppl-1-0.txt +/usr/share/texmf/source/latex/base/lppl-1-1.txt +/usr/share/texmf/source/latex/base/lppl.txt +/usr/share/texmf/source/latex/base/ltalloc.dtx +/usr/share/texmf/source/latex/base/ltbibl.dtx +/usr/share/texmf/source/latex/base/ltboxes.dtx +/usr/share/texmf/source/latex/base/ltclass.dtx +/usr/share/texmf/source/latex/base/ltcntrl.dtx +/usr/share/texmf/source/latex/base/ltcounts.dtx +/usr/share/texmf/source/latex/base/ltdefns.dtx +/usr/share/texmf/source/latex/base/ltdirchk.dtx +/usr/share/texmf/source/latex/base/lterror.dtx +/usr/share/texmf/source/latex/base/ltfiles.dtx +/usr/share/texmf/source/latex/base/ltfinal.dtx +/usr/share/texmf/source/latex/base/ltfloat.dtx +/usr/share/texmf/source/latex/base/ltfntcmd.dtx +/usr/share/texmf/source/latex/base/ltfssbas.dtx +/usr/share/texmf/source/latex/base/ltfsscmp.dtx +/usr/share/texmf/source/latex/base/ltfssdcl.dtx +/usr/share/texmf/source/latex/base/ltfssini.dtx +/usr/share/texmf/source/latex/base/ltfsstrc.dtx +/usr/share/texmf/source/latex/base/lthyphen.dtx +/usr/share/texmf/source/latex/base/ltidxglo.dtx +/usr/share/texmf/source/latex/base/ltlength.dtx +/usr/share/texmf/source/latex/base/ltlists.dtx +/usr/share/texmf/source/latex/base/ltlogos.dtx +/usr/share/texmf/source/latex/base/ltmath.dtx +/usr/share/texmf/source/latex/base/ltmiscen.dtx +/usr/share/texmf/source/latex/base/ltnews01.tex +/usr/share/texmf/source/latex/base/ltnews02.tex +/usr/share/texmf/source/latex/base/ltnews03.tex +/usr/share/texmf/source/latex/base/ltnews04.tex +/usr/share/texmf/source/latex/base/ltnews05.tex +/usr/share/texmf/source/latex/base/ltnews06.tex +/usr/share/texmf/source/latex/base/ltnews07.tex +/usr/share/texmf/source/latex/base/ltnews08.tex +/usr/share/texmf/source/latex/base/ltnews09.tex +/usr/share/texmf/source/latex/base/ltnews10.tex +/usr/share/texmf/source/latex/base/ltnews11.tex +/usr/share/texmf/source/latex/base/ltnews12.tex +/usr/share/texmf/source/latex/base/ltnews13.tex +/usr/share/texmf/source/latex/base/ltnews14.tex +/usr/share/texmf/source/latex/base/ltnews.cls +/usr/share/texmf/source/latex/base/ltoutenc.dtx +/usr/share/texmf/source/latex/base/ltoutenc.ins +/usr/share/texmf/source/latex/base/ltoutput.dtx +/usr/share/texmf/source/latex/base/ltpage.dtx +/usr/share/texmf/source/latex/base/ltpageno.dtx +/usr/share/texmf/source/latex/base/ltpar.dtx +/usr/share/texmf/source/latex/base/ltpatch.ltx +/usr/share/texmf/source/latex/base/ltpictur.dtx +/usr/share/texmf/source/latex/base/ltplain.dtx +/usr/share/texmf/source/latex/base/ltsect.dtx +/usr/share/texmf/source/latex/base/ltspace.dtx +/usr/share/texmf/source/latex/base/lttab.dtx +/usr/share/texmf/source/latex/base/ltthm.dtx +/usr/share/texmf/source/latex/base/ltvers.dtx +/usr/share/texmf/source/latex/base/ltx3info.tex +/usr/share/texmf/source/latex/base/ltxcheck.tex +/usr/share/texmf/source/latex/base/ltxdoc.dtx +/usr/share/texmf/source/latex/base/ltxguide.cls +/usr/share/texmf/source/latex/base/ltxref.dtx +/usr/share/texmf/source/latex/base/Makefile.tetex +/usr/share/texmf/source/latex/base/Makefile.unx +/usr/share/texmf/source/latex/base/makeindx.dtx +/usr/share/texmf/source/latex/base/makeindx.ins +/usr/share/texmf/source/latex/base/manifest.txt +/usr/share/texmf/source/latex/base/manual.err +/usr/share/texmf/source/latex/base/microtex.txt +/usr/share/texmf/source/latex/base/miktex.txt +/usr/share/texmf/source/latex/base/minimal.cls +/usr/share/texmf/source/latex/base/modguide.tex +/usr/share/texmf/source/latex/base/multitex.txt +/usr/share/texmf/source/latex/base/newdc.ins +/usr/share/texmf/source/latex/base/newlfont.dtx +/usr/share/texmf/source/latex/base/nfssfont.tex +/usr/share/texmf/source/latex/base/olddc.ins +/usr/share/texmf/source/latex/base/oldlfont.dtx +/usr/share/texmf/source/latex/base/oztex.txt +/usr/share/texmf/source/latex/base/pastex.txt +/usr/share/texmf/source/latex/base/patches.txt +/usr/share/texmf/source/latex/base/pctex.txt +/usr/share/texmf/source/latex/base/pict2e.dtx +/usr/share/texmf/source/latex/base/pict2e.ins +/usr/share/texmf/source/latex/base/preload.dtx +/usr/share/texmf/source/latex/base/proc.dtx +/usr/share/texmf/source/latex/base/proc.ins +/usr/share/texmf/source/latex/base/sample2e.tex +/usr/share/texmf/source/latex/base/slides.dtx +/usr/share/texmf/source/latex/base/slides.ins +/usr/share/texmf/source/latex/base/slifonts.fdd +/usr/share/texmf/source/latex/base/small2e.tex +/usr/share/texmf/source/latex/base/source2e.tex +/usr/share/texmf/source/latex/base/syntonly.dtx +/usr/share/texmf/source/latex/base/syntonly.ins +/usr/share/texmf/source/latex/base/template.txt +/usr/share/texmf/source/latex/base/testpage.tex +/usr/share/texmf/source/latex/base/tetex.ins +/usr/share/texmf/source/latex/base/tex2.txt +/usr/share/texmf/source/latex/base/texpert.txt +/usr/share/texmf/source/latex/base/textures.txt +/usr/share/texmf/source/latex/base/truetex.txt +/usr/share/texmf/source/latex/base/unpack.ins +/usr/share/texmf/source/latex/base/usrguide.tex +/usr/share/texmf/source/latex/base/vtexfree.txt +/usr/share/texmf/source/latex/base/vtex.txt +/usr/share/texmf/source/latex/base/web2ctex.txt +/usr/share/texmf/source/latex/base/webcomp.err +/usr/share/texmf/source/latex/base/webcompg.err +/usr/share/texmf/source/latex/base/yandytex.txt +/usr/share/texmf/tex/latex/base/alltt.sty +/usr/share/texmf/tex/latex/base/ansinew.def +/usr/share/texmf/tex/latex/base/applemac.def +/usr/share/texmf/tex/latex/base/article.cls +/usr/share/texmf/tex/latex/base/article.sty +/usr/share/texmf/tex/latex/base/ascii.def +/usr/share/texmf/tex/latex/base/bezier.sty +/usr/share/texmf/tex/latex/base/bk10.clo +/usr/share/texmf/tex/latex/base/bk11.clo +/usr/share/texmf/tex/latex/base/bk12.clo +/usr/share/texmf/tex/latex/base/book.cls +/usr/share/texmf/tex/latex/base/book.sty +/usr/share/texmf/tex/latex/base/cp1250.def +/usr/share/texmf/tex/latex/base/cp1252.def +/usr/share/texmf/tex/latex/base/cp437de.def +/usr/share/texmf/tex/latex/base/cp437.def +/usr/share/texmf/tex/latex/base/cp850.def +/usr/share/texmf/tex/latex/base/cp852.def +/usr/share/texmf/tex/latex/base/cp865.def +/usr/share/texmf/tex/latex/base/decmulti.def +/usr/share/texmf/tex/latex/base/docstrip.tex +/usr/share/texmf/tex/latex/base/doc.sty +/usr/share/texmf/tex/latex/base/exscale.sty +/usr/share/texmf/tex/latex/base/fixltx2e.sty +/usr/share/texmf/tex/latex/base/flafter.sty +/usr/share/texmf/tex/latex/base/fleqn.clo +/usr/share/texmf/tex/latex/base/fleqn.sty +/usr/share/texmf/tex/latex/base/fontenc.sty +/usr/share/texmf/tex/latex/base/fontmath.ltx +/usr/share/texmf/tex/latex/base/fonttext.ltx +/usr/share/texmf/tex/latex/base/graphpap.sty +/usr/share/texmf/tex/latex/base/hyphen.ltx +/usr/share/texmf/tex/latex/base/idx.tex +/usr/share/texmf/tex/latex/base/ifthen.sty +/usr/share/texmf/tex/latex/base/inputenc.sty +/usr/share/texmf/tex/latex/base/lablst.tex +/usr/share/texmf/tex/latex/base/latex209.def +/usr/share/texmf/tex/latex/base/latexbug.tex +/usr/share/texmf/tex/latex/base/latex.ltx +/usr/share/texmf/tex/latex/base/latexsym.sty +/usr/share/texmf/tex/latex/base/latin1.def +/usr/share/texmf/tex/latex/base/latin2.def +/usr/share/texmf/tex/latex/base/latin3.def +/usr/share/texmf/tex/latex/base/latin4.def +/usr/share/texmf/tex/latex/base/latin5.def +/usr/share/texmf/tex/latex/base/latin9.def +/usr/share/texmf/tex/latex/base/leqno.clo +/usr/share/texmf/tex/latex/base/leqno.sty +/usr/share/texmf/tex/latex/base/letter.cls +/usr/share/texmf/tex/latex/base/letter.sty +/usr/share/texmf/tex/latex/base/ltnews.cls +/usr/share/texmf/tex/latex/base/ltpatch.ltx +/usr/share/texmf/tex/latex/base/ltxcheck.tex +/usr/share/texmf/tex/latex/base/ltxdoc.cls +/usr/share/texmf/tex/latex/base/ltxguide.cls +/usr/share/texmf/tex/latex/base/makeidx.sty +/usr/share/texmf/tex/latex/base/minimal.cls +/usr/share/texmf/tex/latex/base/newlfont.sty +/usr/share/texmf/tex/latex/base/next.def +/usr/share/texmf/tex/latex/base/nfssfont.tex +/usr/share/texmf/tex/latex/base/oldlfont.sty +/usr/share/texmf/tex/latex/base/omlcmm.fd +/usr/share/texmf/tex/latex/base/omlcmr.fd +/usr/share/texmf/tex/latex/base/omlenc.def +/usr/share/texmf/tex/latex/base/omllcmm.fd +/usr/share/texmf/tex/latex/base/omscmr.fd +/usr/share/texmf/tex/latex/base/omscmsy.fd +/usr/share/texmf/tex/latex/base/omsenc.def +/usr/share/texmf/tex/latex/base/omslcmsy.fd +/usr/share/texmf/tex/latex/base/omxcmex.fd +/usr/share/texmf/tex/latex/base/omxlcmex.fd +/usr/share/texmf/tex/latex/base/openbib.sty +/usr/share/texmf/tex/latex/base/ot1cmdh.fd +/usr/share/texmf/tex/latex/base/ot1cmfib.fd +/usr/share/texmf/tex/latex/base/ot1cmfr.fd +/usr/share/texmf/tex/latex/base/ot1cmr.fd +/usr/share/texmf/tex/latex/base/ot1cmss.fd +/usr/share/texmf/tex/latex/base/ot1cmtt.fd +/usr/share/texmf/tex/latex/base/ot1cmvtt.fd +/usr/share/texmf/tex/latex/base/ot1enc.def +/usr/share/texmf/tex/latex/base/ot1lcmss.fd +/usr/share/texmf/tex/latex/base/ot1lcmtt.fd +/usr/share/texmf/tex/latex/base/ot4enc.def +/usr/share/texmf/tex/latex/base/pict2e.sty +/usr/share/texmf/tex/latex/base/preload.ltx +/usr/share/texmf/tex/latex/base/proc.cls +/usr/share/texmf/tex/latex/base/proc.sty +/usr/share/texmf/tex/latex/base/report.cls +/usr/share/texmf/tex/latex/base/report.sty +/usr/share/texmf/tex/latex/base/sample2e.tex +/usr/share/texmf/tex/latex/base/sfonts.def +/usr/share/texmf/tex/latex/base/shortvrb.sty +/usr/share/texmf/tex/latex/base/showidx.sty +/usr/share/texmf/tex/latex/base/size10.clo +/usr/share/texmf/tex/latex/base/size11.clo +/usr/share/texmf/tex/latex/base/size12.clo +/usr/share/texmf/tex/latex/base/slides.cls +/usr/share/texmf/tex/latex/base/slides.def +/usr/share/texmf/tex/latex/base/slides.sty +/usr/share/texmf/tex/latex/base/small2e.tex +/usr/share/texmf/tex/latex/base/syntonly.sty +/usr/share/texmf/tex/latex/base/t1cmdh.fd +/usr/share/texmf/tex/latex/base/t1cmfib.fd +/usr/share/texmf/tex/latex/base/t1cmfr.fd +/usr/share/texmf/tex/latex/base/t1cmr.fd +/usr/share/texmf/tex/latex/base/t1cmss.fd +/usr/share/texmf/tex/latex/base/t1cmtt.fd +/usr/share/texmf/tex/latex/base/t1cmvtt.fd +/usr/share/texmf/tex/latex/base/t1enc.def +/usr/share/texmf/tex/latex/base/t1enc.sty +/usr/share/texmf/tex/latex/base/t1lcmss.fd +/usr/share/texmf/tex/latex/base/t1lcmtt.fd +/usr/share/texmf/tex/latex/base/testpage.tex +/usr/share/texmf/tex/latex/base/textcomp.sty +/usr/share/texmf/tex/latex/base/tracefnt.sty +/usr/share/texmf/tex/latex/base/ts1cmr.fd +/usr/share/texmf/tex/latex/base/ts1cmss.fd +/usr/share/texmf/tex/latex/base/ts1cmtt.fd +/usr/share/texmf/tex/latex/base/ts1cmvtt.fd +/usr/share/texmf/tex/latex/base/ts1enc.def +/usr/share/texmf/tex/latex/base/ucmr.fd +/usr/share/texmf/tex/latex/base/ucmss.fd +/usr/share/texmf/tex/latex/base/ucmtt.fd +/usr/share/texmf/tex/latex/base/ulasy.fd +/usr/share/texmf/tex/latex/base/ullasy.fd + + +% listings %src% +/usr/share/texmf/source/latex/listings/listings.dtx +/usr/share/texmf/source/latex/listings/listings.ins +/usr/share/texmf/source/latex/listings/listings.sty +/usr/share/texmf/source/latex/listings/lstdrvrs.dtx +/usr/share/texmf/source/latex/listings/lstpatch.sty +/usr/share/texmf/source/latex/listings/Makefile.tetex +/usr/share/texmf/source/latex/listings/README +/usr/share/texmf/source/latex/listings/README.comment-on-license +/usr/share/texmf/tex/latex/listings/listings.cfg +/usr/share/texmf/tex/latex/listings/listings.sty +/usr/share/texmf/tex/latex/listings/lstdoc.sty +/usr/share/texmf/tex/latex/listings/lstlang1.sty +/usr/share/texmf/tex/latex/listings/lstlang2.sty +/usr/share/texmf/tex/latex/listings/lstlang3.sty +/usr/share/texmf/tex/latex/listings/lstmisc.sty +/usr/share/texmf/tex/latex/listings/lstpatch.sty +/usr/share/texmf/doc/latex/listings/listings.dvi +/usr/share/texmf/doc/latex/listings/README + +% pslatex %src% +/usr/share/texmf/tex/latex/misc/pslatex.sty +/usr/share/texmf/doc/latex/pslatex/00readme.txt +/usr/share/texmf/fonts/tfm/adobe/pslatex/pcrr7tn.tfm +/usr/share/texmf/fonts/tfm/adobe/pslatex/pcrr8rn.tfm +/usr/share/texmf/fonts/tfm/adobe/pslatex/pcrr8tn.tfm +/usr/share/texmf/fonts/vf/adobe/pslatex/pcrr7tn.vf +/usr/share/texmf/fonts/vf/adobe/pslatex/pcrr8tn.vf +/usr/bin/pslatex #tetex-bin + +% pst-osci %nosrc% +/usr/share/texmf/tex/generic/pstricks/pst-osci.tex +/usr/share/doc/texmf/generic/pstricks/pst-osci.pdf +/usr/share/doc/texmf/generic/pstricks/README.pst-osci + +% sueterlin %nosrc% +/usr/share/texmf/fonts/source/public/gothic/suet14.mf +/usr/share/texmf/fonts/source/public/gothic/schwell.mf +/usr/share/texmf/fonts/source/public/gothic/su-lig.mf +/usr/share/texmf/fonts/source/public/gothic/su-low.mf +/usr/share/texmf/fonts/source/public/gothic/su-upp.mf +/usr/share/texmf/fonts/source/public/gothic/su-spec.mf +suet.tex + +% uktug-faq +/usr/share/texmf/doc/help/faq/uktug-faq-upd.sh +/usr/share/texmf/doc/help/faq/uktug-faq/* --- tetex-base-3.0.orig/debian/tetex-base.fontmap.list +++ tetex-base-3.0/debian/tetex-base.fontmap.list @@ -0,0 +1 @@ +10tetex-base --- tetex-base-3.0.orig/debian/tetex-doc.dirs +++ tetex-base-3.0/debian/tetex-doc.dirs @@ -0,0 +1,6 @@ +usr/share/doc +var/lib/texmf +usr/bin +usr/share/man/man1 +etc/apache2/sites-available +etc/apache2/sites-enabled --- tetex-base-3.0.orig/debian/restore-symlinks +++ tetex-base-3.0/debian/restore-symlinks @@ -0,0 +1,65 @@ +#! /bin/sh +#(setq skeleton-pair t) + +restorelink () { if [ ! -L $1 -a ! -e $1 ]; then ln -s $2 $1; fi; } +rmlink () { if [ -L $1 ]; then rm $1; echo "rm $1"; else echo "$1 isn't symlink"; fi; } + +# to get the marvosym_links variable from a ls -l of the directory +# in the upstream sources: +# ls -l doc/fonts/marvosym/ | grep -- "->" | sed -e 's#.*:.. \(.*\) -> \(.*\)$#texmf/doc/fonts/marvosym/\1 \2#' +# and similarly for other directories. Some have been manually put together. + +marvosym_links=" +texmf/doc/fonts/marvosym/astro.README README.1st +texmf/doc/fonts/marvosym/euro.README README.1st +texmf/doc/fonts/marvosym/zodiac.README README.1st +" + +koma_links=" +texmf/doc/latex/koma-script/komascript.pdf koma-script.pdf +texmf/doc/latex/koma-script/komascr.pdf koma-script.pdf +" + +html_links=" +texmf/doc/index.html newhelpindex.html +" + +map_links=" +texmf/fonts/map/dvips/updmap/psfonts.map psfonts_t1.map +texmf/fonts/map/dvipdfm/updmap/dvipdfm.map dvipdfm_ndl14.map +texmf/fonts/map/pdftex/updmap/pdftex.map pdftex_ndl14.map +" + +linklist="$marvosym_links $koma_links $html_links $map_links" + +if [ $# -eq 0 ]; then + set $linklist + while [ $# -gt 0 ]; do + if [ $# -eq 1 ]; then + echo "Variable linklist contains odd number of filenames!" + echo "Exiting." + exit 1 + else + restorelink $1 $2 + shift 2 + fi + done +else + set $linklist + while [ $# -gt 0 ]; do + if [ $# -eq 1 ]; then + echo "Variable linklist contains odd number of filenames!" + echo "Exiting." + exit 1 + else + rmlink $1 + shift 2 + fi + done +fi + +#restorelink texk/odvipsk/newprotos.h ../dvipsk/newprotos.h +#restorelink texk/web2c/pdftexdir/pdfcrypt.c pdfcrypt-full.c +#restorelink utils/texinfo/intl/libintl.h .././intl/libgettext.h +#restorelink texk/dvipsk/ptexmac.h ../web2c/pdftexdir/ptexmac.h +#restorelink texk/oxdvik/c-auto.in ../xdvik/c-auto.in --- tetex-base-3.0.orig/debian/tetex-extra.postrm.in +++ tetex-base-3.0/debian/tetex-extra.postrm.in @@ -0,0 +1,76 @@ +#include variables +#!/bin/sh -e +# +# postrm maintainer script for the Debian tetex-extra package. +# $Id: tetex-extra.postrm.in 387 2005-12-08 17:56:37Z frank $ +<:=@COPYRIGHT:>// + +<:open(FUNCTIONS,'postrm.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +<:open(FUNCTIONS,'common.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +## Static variable definitions +UNUSED_CONFFILES="<:=$UNUSED_CONFFILES_EXTRA:>" +FORMER_UCF="<:=$BLUESKY_UCF:>" +PREINST_MOVE_EXT=<:=$PREINST_MOVE_EXT:> +UNUSED_CONFDIRS="<:=$UNUSED_CONFDIRS_EXTRA:>" + +EXTRA_FORMATS="amstex.fmt lambda.fmt lamed.fmt metafun.mem mpost.mem" + +################################################################# +# local function definition +################################################################# + +remove_formats(){ + for format in $EXTRA_FORMATS; do + rm -f /var/lib/texmf/web2c/$format + basename=${format%.*} + rm -f /var/lib/texmf/web2c/$basename.log + done +} + +################################################################# +# Here starts the real action +################################################################# + +case "$1" in + remove|disappear) + # we remove tetex-extra's formats always, also on upgrade: If there was an error in + # tetex-extra that caused a corrupted format to be build, it has to be redone. + # on abort-* it does not hurt. + remove_formats + run_if_exist update-updmap --quiet + if run_if_exist --check-only updmap; then create_fontmaps; fi + # now play it again, Sam + run_if_exist mktexlsr + ;; + purge) + for oldconffile in $UNUSED_CONFFILES $FORMER_UCF; do + newname=`get_newfilename $oldconffile` + remove_with_backups /etc/texmf/$newname + done + for oldconfdir in $UNUSED_CONFDIRS; do + rmdir /etc/texmf/$oldconfdir 2>/dev/null || true + done + run_if_exist mktexlsr + ;; + abort-install|abort-upgrade) + for file in $UNUSED_CONFFILES; do + postrm_abort_restore_file $file + done + for file in $FORMER_UCF; do + postrm_abort_restore_file_ucf $file + done + ;; +esac + +#DEBHELPER# + + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: + --- tetex-base-3.0.orig/debian/setup-conflinks-perl +++ tetex-base-3.0/debian/setup-conflinks-perl @@ -0,0 +1,148 @@ +#!/usr/bin/perl +# +# setup-conflinks, internal packaging script for tetex-base and -extra. +# $Id: setup-conflinks-perl 113 2005-08-04 15:02:54Z frn $ +# The eperl code is taken from the auctex package, Copyright (C) 1999, +# 2000, 01, 02, 03, 04 by Davide Giovanni Maria Salvetti. +# +# This file 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 file 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. +# +# On Debian GNU/Linux System you can find a copy of the GNU General Public +# License in "/usr/share/common-licenses/GPL". +# +# +use strict; +use warnings; +use diagnostics; + +use Getopt::Long; +use File::Basename; + +################################### +# internal Variables +################################### + +my $progname = $0; +my $package; + + +################################### +# teTeX Variables +################################### + +my @base_conffiles = ( +"tex/cslatex/fonttext.cfg", +"tex/cslatex/hyphen.cfg", +"tex/latex/base/latex209.cfg", +"tex/latex/base/ltxdoc.cfg", +"tex/latex/base/ltxguide.cfg", +"tex/latex/base/texsys.cfg", +"tex/latex/graphics/color.cfg", +"tex/latex/graphics/graphics.cfg", +"context/config/texexec.ini", +"context/config/texexec.rme" +); +# $BASE_UCF is substituted by a space-separated list +# my $base_ucf = "mktex.cnf dvips/config.builtin35 updmap.d/00updmap.cfg dvipdfm/config language.dat generic/fontmath.cfg generic/fonttext.cfg generic/preload.cfg"; +my @base_ucf = split / /, "mktex.cnf dvips/config.builtin35 updmap.d/00updmap.cfg dvipdfm/config language.dat generic/fontmath.cfg generic/fonttext.cfg generic/preload.cfg"; + +################################### +# Function definitions +################################### + +sub usage () { + print < \$package ); +$package = "tetex-$package"; + +for ($package) { + if (/base/) { + +# miscellaneous config files + for my $conffile (@base_conffiles) { + ( my $destdir = dirname ($conffile) ) =~ s@^tex/@@; + $destdir =~ s@/.*@@; +# commented for testing +# move_and_link $conffile, $destdir; + }; + move_and_link "tex/generic/config", ".", "generic"; + +# ucf move +# commented for testing +# rename "debian/$package/usr/share/texmf/web2c/updmap.cfg", +# "debian/$package/usr/share/texmf/web2c/00updmap.cfg" +# or die "debian/$package/usr/share/texmf/web2c/updmap.cfg not found"; + for (@base_ucf){print "$_\n"}; +# print "@base_ucf\n"; +# for my $ucffile (){ +# }; + } + elsif (/extra/) { + print "extra\n"; + } + else { usage } +}; + +#print "$package\n"; + +# Local Variables: +# mode: cperl +# skeleton-pair: t +# End: + --- tetex-base-3.0.orig/debian/reportbug-control.base +++ tetex-base-3.0/debian/reportbug-control.base @@ -0,0 +1 @@ +report-with: tetex-bin tetex-extra --- tetex-base-3.0.orig/debian/oldmaps +++ tetex-base-3.0/debian/oldmaps @@ -0,0 +1,45 @@ +The following maps existed in tetex-1.0*, but not in 2.0*. They were +deleted by a maintainer script in some versions. Therefore, should +they ever need to be resurrected, they need to be modified (e.g. by +some comment, just as we do it with omega.map in patch-deb. + +oldfiles='antp.cfg +antt.cfg +ar-ext-adobe-bi.map +ar-ext-adobe-kb.map +ar-ext-urw-kb.map +ar-ext-urw-urw.map +ar-std-adobe-bi.map +ar-std-adobe-kb.map +ar-std-urw-kb.map +ar-std-urw-urw.map +bakoma-extra.map +config.qf +lw35extra-adobe-bi.map +lw35extra-adobe-kb.map +lw35extra-urw-kb.map +lw35extra-urw-urw.map +mathpple-ext.map +mtsupp-ext-adobe-bi.map +mtsupp-ext-adobe-kb.map +mtsupp-ext-urw-kb.map +mtsupp-ext-urw-urw.map +mtsupp-std-adobe-bi.map +mtsupp-std-adobe-kb.map +mtsupp-std-urw-kb.map +mtsupp-std-urw-urw.map +pl.cfg +raw-ar-ext-adobe-bi.map +raw-ar-ext-adobe-kb.map +raw-ar-ext-urw-kb.map +raw-ar-ext-urw-urw.map +raw-ar-std-adobe-bi.map +raw-ar-std-adobe-kb.map +raw-ar-std-urw-kb.map +raw-ar-std-urw-urw.map +raw-lw35extra-adobe-bi.map +raw-lw35extra-adobe-kb.map +raw-lw35extra-urw-kb.map +raw-lw35extra-urw-urw.map +utopia.map' + --- tetex-base-3.0.orig/debian/rules.d/filelists.mk +++ tetex-base-3.0/debian/rules.d/filelists.mk @@ -0,0 +1,118 @@ +## variables for sorting tetex-base and tetex-extra +# base variables +latexbase_pattern = /tex/latex/(base|config|tools|graphics|mfnfss) +latexbasefonts_pattern = /fonts/.*/(public/latex|mflogo) + +# fonts for tetex-extra +extra_fontslist = adobe ams bbold bbm bitstrea cmextra concrete \ + ec gothic pandora rsfs sauter stmary tc urw wasy# fontinst has a rsfs.etx +extra_fontfilelist = bsr.*map +# directories or files starting with this go to tetex-extra +extra_namelist = eurosym lambda.ini +# files in directories with that name are for tetex-extra +# extra_dirlist = amstex bluesky french hoekwater omega pictex pstricks texdraw xypic +extra_dirlist = bluesky french hoekwater omega lambda pictex pstricks texdraw xypic +# files in subdirectories of texmf/ with that name are for tetex-extra +extra_topdirlist = bibtex metapost +# documentation infrastructure to go into tetex-extra +#extra_doclist = texdoctk +# hits that should _not_ go to tetex-extra +extra_excludelist = Catalogue +extra_unusedlist = french # in fact two are found, don't know why! + +# generated variables +extra_fonts = $(extra_fontslist)# $(extra_fontpackagelist) +extra_names = $(extra_namelist) $(extra_fontfilelist)# $(extra_fontpackagelist) #$(extra_doclist) +# patterns for tetex-extra +extra_fontspattern = /fonts/.*/(`echo $(extra_fonts) | sed -e 's/ /|/g'`)/ +extra_dirpattern = /(`echo $(extra_dirlist) | sed -e 's/ /|/g'`)/ +extra_topdirpattern = /(`echo $(extra_topdirlist) | sed -e 's/ /|/g'`)/ +extra_namepattern = /(`echo $(extra_names) | sed -e 's/ /|/g'`)# no trailing / here! + +# internal variables for Makefile function +debian_filelists=debian/tetex-doc.files debian/tetex-extra.files + +destdir=debian/tetex-base/usr/share/texmf-tetex + +filelists: build $(stampdir)/copy-texmf-stamp $(stampdir)/install-remove-stamp +filelists: $(stampdir)/filelists-stamp + +$(stampdir)/filelists-stamp: $(stampdir)/files.all $(stampdir)/nonfree.files debian/tetex-doc.files debian/tetex-extra.files# debian/xfonts-tetex.files + touch $@ + +$(stampdir)/files.all: +## Create a list of all files and links. +# find ./texmf/ -path ./texmf/source -prune -o -type f -print -o -type l -print > files.all + find $(destdir) -path "./debian" -prune -o -path "./stampdir" -prune -o \ + -type f -print -o -type l -print > $(stampdir)/files.all + +$(stampdir)/nonfree.files: $(stampdir)/files.all +# Filter nonfree +# If we had a tetex-nonfree package, we'd pull the names of the files +# that would go in that package here. + +$(stampdir)/files.all-nodoc debian/tetex-doc.files: $(stampdir)/files.all +# Create a list of documentation files. + +## Generate the pattern on-the-fly, catching some stuff we may have +## been missing. + (docpattern=`find $(destdir)/doc -mindepth 1 -maxdepth 1 -type d -print | \ + sed -e 's#debian/tetex-base/usr/share/texmf-tetex#|#' | \ + awk -F"\n" '{ORS="";print $$1}' | \ + sed -e 's/^|//'` && \ + grep -E "$$docpattern" $(stampdir)/files.all > $(stampdir)/files.doc) + +# Create a list of files less documentation files. + sort $(stampdir)/files.all $(stampdir)/files.doc | uniq -u > $(stampdir)/files.all-nodoc + +# Change the pathnames of the files in files.doc and put the result +# into a debian/tetex-doc file list. +# (not needed) +# sed -e "s#^debian/tetex-base/usr/share/texmf/doc/#usr/share/doc/texmf/#g" $(stampdir)/files.doc > \ +# debian/tetex-doc.files + +$(stampdir)/files.extra debian/tetex-extra-fonts.files $(stampdir)/files.all-nodoc-noextra $(stampdir)/files.all-nodoc-noextra-nolatexbase: $(stampdir)/files.all-nodoc +# Create a list of files for tetex-extra. + grep -E \ + "$(extra_dirpattern)|$(extra_namepattern)|$(extra_fontspattern)|/tex/amstex/|$(extra_topdirpattern)" \ + $(stampdir)/files.all-nodoc > $(stampdir)/files.extra + +# Also drop extra from the main file list. + sort $(stampdir)/files.all-nodoc $(stampdir)/files.extra | \ + uniq -u > $(stampdir)/files.all-nodoc-noextra + +# Create a list of base files. These are the files from /tex/latex and the fonts directory +# that will _not_ go into tetex-extra. + grep -E "$(latexbase_pattern)|$(latexbasefonts_pattern)" \ + $(stampdir)/files.all-nodoc-noextra > $(stampdir)/files.base + sort $(stampdir)/files.all-nodoc-noextra $(stampdir)/files.base | \ + uniq -u > $(stampdir)/files.all-nodoc-noextra-nolatexbase + +# All other (i.e. non-base) files with /tex/latex in their paths go to tetex-extra, +# except lm which will be removed anyway + grep -E "/tex/latex" $(stampdir)/files.all-nodoc-noextra-nolatexbase | \ + grep -v "/tex/latex/lm/" >> $(stampdir)/files.extra + +# # Now split off Type1-files. +# grep -E '\.(afm|pfb)$$' files.extra > files.extra-fonts +# sort files.extra files.extra-fonts | uniq -u > tetex-extra.tmp +# mv -f tetex-extra.tmp files.extra +# sort files.extra-fonts > debian/tetex-extra-fonts.files + +debian/xfonts-tetex.files debian/xfonts-tetex.links: debian/tetex-extra-fonts.files +# create soft links in usr/X11R6/lib/X11/fonts/Type1/ and list these files +# in xfonts-tetex + sed -ne \ + 's@^\.\(.*[/]\)\([^/]\{1,\}\)$$@/usr/share\1\2 usr/X11R6/lib/X11/fonts/Type1/\2@p' \ + debian/tetex-extra-fonts.files > debian/xfonts-tetex.links + sed -ne \ + 's@^\..*[/]\([^/]\{1,\}\)$$@usr/X11R6/lib/X11/fonts/Type1/\1@p' \ + debian/tetex-extra-fonts.files > debian/xfonts-tetex.files + +debian/tetex-extra.files : $(stampdir)/files.extra +# Process files.extra into a debian/tetex-extra.files file that can be +# used by dh_movefiles + sed -e "s#debian/tetex-base/##" \ + $(stampdir)/files.extra > debian/tetex-extra.files + + --- tetex-base-3.0.orig/debian/rules.d/install.mk +++ tetex-base-3.0/debian/rules.d/install.mk @@ -0,0 +1,151 @@ +md5sums-extra = config.ams config.amz config.cm config.cmz +lmdirs = tex/latex/lm/ doc/fonts/lm/ fonts/afm/public/lm/ \ + fonts/enc/dvips/lm/ fonts/map/dvips/lm/ fonts/tfm/public/lm/ \ + fonts/type1/public/lm/ +preview-latex-dirs = doc/latex/preview/ tex/latex/preview +pgf-dirs = tex/latex/pgf doc/latex/pgf +xcolor-dirs = tex/latex/xcolor doc/latex/xcolor +texinfo-dirs = tex/texinfo +beamer-dirs = tex/latex/beamer doc/latex/beamer +remove-dirs = $(lmdirs) $(preview-latex-dirs) $(pgf-dirs) $(xcolor-dirs) $(texinfo-dirs) $(beamer-dirs) + + +setup-install: $(stampdir)/setup-install-stamp + +$(stampdir)/setup-install-stamp: $(stampdir)/eperl-stamp +# Make sure we're in the right directory and that we have root-like privileges. + dh_testdir + dh_testroot + dh_clean -k +# Install the directories listed in debian/*dirs into package subdirectories. + dh_installdirs -A + touch $@ + +$(stampdir)/copy-texmf-stamp: $(stampdir)/build-stamp $(stampdir)/setup-install-stamp +# Copy the whole texmf tree to the install directory. + cp -a `ls -1 | egrep -v 'debian|stampdir'` $(txmfdir) + touch $@ + +install-remove: $(stampdir)/install-remove-stamp + +$(stampdir)/install-remove-stamp: $(stampdir)/copy-texmf-stamp + # remove files that are in other packages: + # lmodern, preview-latex, pgf, xcolor, texinfo + for dir in $(remove-dirs); do rm -rf $(txmfdir)/$$dir; done + + touch $@ + + +install-base: $(stampdir)/install-base-stamp + +$(stampdir)/install-base-stamp: $(stampdir)/build-stamp $(stampdir)/setup-install-stamp +$(stampdir)/install-base-stamp: $(stampdir)/filelists-stamp $(stampdir)/copy-texmf-stamp +$(stampdir)/install-base-stamp: $(stampdir)/install-remove-stamp +### Install tetex-base. + +## set up configuration files, make a lot of links, and +## copy the md5sum files for ucf + debian/setup-conflinks -base + +# updmap cfg + cp debian/10tetex-base.updmap.cfg debian/$(package)/etc/texmf/updmap.d/10tetex-base.cfg + cp debian/tetex-base.fontmap.list debian/$(package)$(FONTMAP_MEMORY_DIR)/tetex-base.list + +## documentation and licensing stuff + +# Move the documentation directory from the texmf tree to /usr/share/doc in tetex-doc + mv debian/$(package)/usr/share/texmf-tetex/doc debian/$(docpack)/usr/share/doc/texmf +# Remove unneeded files in tetex-doc + rm debian/$(docpack)/usr/share/doc/texmf/Makefile +# Create a link within the texmf tree to the documentation. + (cd debian/$(package)/usr/share/texmf-tetex/; ln -s ../doc/texmf doc) +# Create a link within the package doc directory to the documentation. + (cd debian/$(package)/usr/share/doc/tetex-base/; ln -s ../texmf texmf) + +# Copy the dhelp definition file to the package documentation directory. + cp debian/dhelp debian/$(package)/usr/share/doc/tetex-base/.dhelp + +# Copy the LPPL file to /usr/share/doc/tetex-base. + cp -p doc/latex/base/lppl*.txt debian/$(package)/usr/share/doc/tetex-base + +# Do something about making the mkhtml script usable. +## We should move this binary to tetex-bin, really, but at least into +## an appropriate directory. In the meantime, we'll leave it where it +## is. +# chmod +x $(txmfdir)/doc/mkhtml + +# setup map state directory + cp debian/README.texmaps debian/$(package)/usr/share/$(package)/ + +# replace buggy marvosym.pfb with a version from CTAN, +# http://www.ctan.org/tex-archive/fonts/psfonts/marvosym/ + rm $(txmfdir)/fonts/type1/public/marvosym/marvosym.pfb + uudecode -o $(txmfdir)/fonts/type1/public/marvosym/marvosym.pfb debian/patches/marvosym.pfb.uu + +## Done installing tetex-base! + touch $@ + +install-nonfree: +# nothing to be done, no tetex-nonfree + +install-extra: $(stampdir)/install-extra-stamp + +$(stampdir)/install-extra-stamp: $(stampdir)/install-base-stamp +### Install tetex-extra and tetex-doc + dh_movefiles --sourcedir=debian/$(package) +# remove empty dirs from tetex-base - some might become symlinks in tetex-extra! + $(remove-emptybasedirs) +# install font config file + cp debian/20tetex-extra.updmap.cfg debian/$(extra)/etc/texmf/updmap.d/20tetex-extra.cfg + cp debian/tetex-extra.fontmap.list debian/$(extra)$(FONTMAP_MEMORY_DIR)/tetex-extra.list + + +# cweb stuff + mkdir -p debian/$(docpack)/usr/share/doc/texmf/programs/cweb-examples + cp debian/cweb-examples/* \ + debian/$(docpack)/usr/share/doc/texmf/programs/cweb-examples + +# (cd debian/$(package); find . -type d -empty -prune -exec rm -rf {} \; && find . -type d -empty -prune -exec rm -rf {} \; && find . -type d -empty -prune -exec rm -rf {} \; || true) + +# setup conffiles for tetex-extra + debian/setup-conflinks -extra +# debian/setup-conffiles -extra + for file in $(md5sums-extra); do \ + cp debian/md5sums/$$file.md5sum debian/$(extra)/usr/share/$(extra); \ + done + +# unnecessary, useful only for the CVS repository. + rm -f debian/$(docpack)/usr/share/doc/texmf/metapost/base/.cvsignore + +# Move the helpindex.html file to /var/lib/texmf (where it can be +# safely updated without violating the FHS), and link it back to +# /usr/share/doc/texmf. + mv debian/$(docpack)/{usr/share/doc/texmf/helpindex.html,var/lib/texmf} + ln -s /var/lib/texmf/helpindex.html debian/$(docpack)/usr/share/doc/texmf/ + +# install additional documentation for the Sueterlin fonts - this +# was put on CTAN only after teTeX-3.0 was released + mkdir debian/$(docpack)/usr/share/doc/texmf/fonts/gothic + uudecode -o debian/$(docpack)/usr/share/doc/texmf/fonts/gothic/suet.pdf debian/patches/suet.pdf.uu +# provide a file that allows to access documentation via http://localhost/doc/texmf/texdoc.php + cp debian/tetex-doc.apache2.sites-available debian/$(docpack)/etc/apache2/sites-available/tetex-doc + ln -s ../sites-available/tetex-doc debian/$(docpack)/etc/apache2/sites-enabled/050-tetex-doc + # disable this for now + # mv debian/$(docpack)/usr/share/doc/texmf/mkhtml.nawk debian/$(docpack)/usr/bin/index-tetexdoc + # chmod a+x debian/$(docpack)/usr/bin/index-tetexdoc + # cp debian/index-tetexdoc.1 debian/$(docpack)/usr/share/man/man1/ + + touch $@ + +install-tmp: +# very temporary; marvosym.pfb was duplicated and should not be here. + rm debian/$(package)/usr/share/doc/texmf/fonts/marvosym/marvosym.pfb + +define remove-emptybasedirs + find debian/$(package)/usr/share/texmf-tetex -type d -empty | xargs rmdir || true + find debian/$(package)/usr/share/texmf-tetex -type d -empty | xargs rmdir || true + find debian/$(package)/usr/share/texmf-tetex -type d -empty | xargs rmdir || true + find debian/$(package)/usr/share/doc/texmf -type d -empty | xargs rmdir || true + find debian/$(package)/usr/share/doc/texmf -type d -empty | xargs rmdir || true + find debian/$(package)/usr/share/doc/texmf -type d -empty | xargs rmdir || true +endef --- tetex-base-3.0.orig/debian/rules +++ tetex-base-3.0/debian/rules @@ -0,0 +1,245 @@ +#!/usr/bin/make -f +# +# do not edit this file, instead edit rules.in! +# $Id: rules.in 387 2005-12-08 17:56:37Z frank $ + +# The debian/rules(.in) file was nearly completely rewritten by +# Frank Küster frank@debian.org in 2004, with patches by +# Florent Rougon , 2005, +# +# who share the copyright. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +export DH_COMPAT=3 + +EPERL_FILES := debian/preinst debian/postinst debian/postrm \ + debian/tetex-base.dirs \ + debian/tetex-extra.postinst debian/tetex-extra.preinst \ + debian/tetex-extra.postrm debian/tetex-extra.dirs \ + debian/setup-conflinks \ + debian/common.functions +eperl_sourcefiles=debian/variables debian/COPYRIGHT.scripts \ + debian/common.variables debian/common.functions +tex_common_dir = ../../tex-common/tex-common +real_common_variables=$(tex_common_dir)/debian/common.variables +real_common_functions_in=$(tex_common_dir)/debian/common.functions.in + +SHELL = /bin/bash + +package=tetex-base +extra=tetex-extra +docpack=tetex-doc +txmfdir=debian/$(package)/usr/share/texmf-tetex +extxmfdir=debian/$(extra)/usr/share/texmf-tetex +vardir=debian/$(package)/var/lib/texmf +pkgdir=debian/$(package)/usr/share/tetex-base +etcdir=/etc/texmf +debetc=debian/$(package)/etc/texmf + +### helper targets for the install target +stampdir=stampdir +include debian/rules.d/filelists.mk +include debian/rules.d/install.mk + +# needed for quilt: +export QUILT_PATCHES=./debian/patches + + +### variables from eperl that need to be passed to the static helper makefiles +FONTMAP_MEMORY_DIR=/var/lib/tex-common/fontmap-cfg + +############### +# Main targets +############### + +# Eperl is simply great: thanks, Davide! +% :: %.in $(eperl_sourcefiles) + eperl -P -o $@ $< + -head -1 $@ | grep '^#!/' >/dev/null && chmod a+x $@ + +# Override this rule for debian/rules, which needs an additional command +debian/rules: debian/rules.in $(eperl_sourcefiles) + # Refresh debian/common.variables and debian/common.functions.in every + # time the rules file is going to be regenerated + $(update_commonstuff) + # Regenerate the rules file + eperl -P -o $@ $< + +# Override the general rule for eperl-generated files in order to avoid a +# circular dependency (debian/common.functions is listed in +# $(eperl_sourcefiles)). +debian/common.functions: debian/common.functions.in debian/common.variables + eperl -P -o $@ $< + + +build: $(stampdir)/build-stamp + +install: $(stampdir)/eperl-stamp $(stampdir)/install-stamp + +binary: binary-indep binary-arch + +sarge: debian/sarge-stamp + +sid: debian/sid-stamp + + +############################## +# Subtargets that do the work +############################## + +# common.variables and common.functions are shared between the +# tetex-base and tetex-bin source packages. On a normal build, the +# versions included in the individual source packages are used. +# Developers can use the most recent version from tex-commons svn +# repository. If you want to use this mechanism, check out the trunk +# of the tetex-common tree and pass the variable $(tex_common_dir) to +# make, indicating its location relative to the build dir. The +# default is ../../tex-common/tex-common/. +define update_commonstuff +test -e $(real_common_variables) && \ + test $(real_common_variables) -nt debian/common.variables && \ + cp $(real_common_variables) debian/ || true + +test -e $(real_common_functions_in) && \ + test $(real_common_functions_in) -nt debian/common.functions.in && \ + cp $(real_common_functions_in) debian/ && \ + eperl -P -o debian/common.functions debian/common.functions.in || true +endef + +# For command-line use +commonstuff_update: + $(update_commonstuff) + +$(stampdir): + -mkdir $(stampdir) + +$(stampdir)/eperl-stamp: $(stampdir) $(EPERL_FILES) + touch $@ + +$(stampdir)/build-stamp: $(stampdir) patch-stamp + $(check-svn) + dh_testdir +# Make sure that our build scripts are executable. +# (only needed after upstream changes) +# chmod +x debian/remove-bad-license-files + + touch $(stampdir)/build-stamp + +# quilt patch targets +clean-patches: + -quilt pop -a + rm -f patch-stamp + +patch-stamp: + quilt push -a + touch $@ + + +### Clean up the source tree. +clean: clean-patches + dh_testdir + dh_testroot + $(update_commonstuff) + + dh_testdir + dh_testroot +# Make sure that our build scripts are executable. + chmod +x debian/remove-bad-license-files + +# Remove files that we can't distribute if they're still in the tree +# (needed only after an upstream change) +# debian/remove-bad-license-files + +# Run dh_clean to clean up the source tree, and remove stamps and filelists + dh_clean -Xconfig.old ./$(stampdir)/*-stamp ./$(stampdir)/files* ./debian/*.links ./debian/*.files + +# clean eperl files + rm -f $(EPERL_FILES) + +### Install the files for the packages. + +$(stampdir)/install-stamp: $(stampdir)/build-stamp $(stampdir)/setup-install-stamp +$(stampdir)/install-stamp: filelists install-base install-extra install-nonfree + # these targets are in debian/rules.d/{filelists.mk,install.mk} + touch $(stampdir)/install-stamp + +binary-indep: build install + $(check-svn) + dh_testdir + dh_testroot +# no debconf questions currently +# dh_installdebconf -p$(package) + dh_installdocs -i -N tetex-extra-fonts +# dh_installdocs -p tetex-extra-fonts debian/copyr.type1 debian/changelog -X copyright + + +# Remove the /usr/share/doc/tetex-extra directoriy and +# replace ist with a link to the /usr/share/doc/tetex-base directory + rm -rf debian/$(extra)/usr/share/doc/$(extra) + ln -s tetex-base debian/$(extra)/usr/share/doc/tetex-extra +# rm -rf debian/xfonts-tetex/usr/share/doc/xfonts-tetex +# (cd debian/xfonts-tetex/usr/share/doc/; ln -s tetex-extra-fonts xfonts-tetex) + ln -s ../texmf debian/$(docpack)/usr/share/doc/$(docpack)/ + + dh_installchangelogs ChangeLog -p tetex-base -p tetex-doc + cp debian/changelog.Debian.experimental debian/$(package)/usr/share/doc/$(package)/ + cp debian/changelog.Debian.experimental debian/$(docpack)/usr/share/doc/$(docpack)/ + dh_compress -Xhelpfile + dh_installinfo + +# Install reportbug scripts + install -D --mode=755 debian/reportbug.base debian/$(package)/usr/share/bug/tetex-base/script + install -D --mode=644 debian/reportbug-control.base debian/$(package)/usr/share/bug/tetex-base/control + install -D --mode=755 debian/reportbug.extra debian/$(extra)/usr/share/bug/tetex-extra/script + + dh_fixperms -i --exclude=var/cache/fonts + dh_gencontrol -i + dh_installdeb -i + dh_md5sums -i + dh_builddeb -i + +# Beep to let the builder know we're done. + echo -en "\a" + +## There are none now, but if we fix the mkhtml situation without +## moving the script to tetex-bin, there will be need to be a manpage. +# dh_installman + + +binary-arch: build +# There are no architecture-dependent files generated by this package. +# If there were any they would be made here. + + +#################################################################### +# targets to compile for sarge +#################################################################### + +debian/sarge-stamp: + cp debian/changelog debian/sarge/changelog.sid + sed -e s/3.0-15ubuntu1.1/3.0-14sarge15ubuntu1.1/ debian/sarge/changelog.sid \ + > debian/changelog && rm debian/sid-stamp + # need to remake rules + touch debian/rules.in + echo "dummy content for dpkg-source" > debian/sarge-stamp + +debian/sid-stamp: + mv debian/sarge/changelog.sid debian/changelog && rm debian/sarge-stamp + # need to remake rules + touch debian/rules.in + echo "dummy content for dpkg-source" > debian/sid-stamp + +.PHONY: build clean binary-indep binary-arch binary install sarge sid +.PHONY: commonstuff_update + +define check-svn + test -d debian/.svn && \ + (echo "please clean subversion directories"; exit 1) || true +endef + +# Local Variables: +# mode: Makefile +# End: --- tetex-base-3.0.orig/debian/dhelp +++ tetex-base-3.0/debian/dhelp @@ -0,0 +1,9 @@ + +tex +TeX +texmf +texmf/index.html + +teTeX, A Documentation Guide + + --- tetex-base-3.0.orig/debian/control +++ tetex-base-3.0/debian/control @@ -0,0 +1,60 @@ +Source: tetex-base +Section: tex +Priority: optional +Build-Depends-Indep: debhelper (>= 4.1.16), eperl, sharutils, quilt +Maintainer: teTeX maintainers +Uploaders: Julian Gilbey , C.M. Connelly , Atsuhito KOHDA , Frank Küster +Standards-Version: 3.6.2 + +Package: tetex-base +Architecture: all +Depends: ${misc:Depends}, ucf (>= 1.02), tex-common (>= 0.12) +Replaces: texidoc, bibtex, texpsfnt, mfbasfnt, xdvik, dvipsk, mfnfss, latex, texlib, mflib, textfm, kpathsea, latex2e-doc, ltxgraph, csplain, cslatex, cstexfonts, tetex-extra (<< 2.0.2a-1), tetex-doc (<< 1.0.2+20011128), tetex-nonfree, pxfonts, txfonts, mfpic, texdoctk, tetex-bin (<< 2.99) +Pre-Depends: dpkg (>=1.6.8) +Conflicts: texidoc, bibtex, texpsfnt, mfbasfnt, xdvik, mfnfss, texlib, mflib, textfm, kpathsea, latex2e-doc, ltxgraph, csplain, cslatex, cstexfonts, tetex-bin (<= 2.99.7), xbase (<< 3.3.2.3a-2), tetex-nonfree (<< 1.0.2+20000804-2), pxfonts, txfonts, mfpic, cspsfonts, arabtex (<= 3.10-5) +Recommends: tetex-doc (>> 2.0) +Suggests: tetex-extra +Description: Basic library files of teTeX + This is a subset of all teTeX library files provided by Debian. + It should give you a working basic LaTeX system. + . + Together with tetex-bin you'll have a minimal installation. For + a full installation of teTeX, you should also install tetex-extra. + +Package: tetex-extra +Architecture: all +Pre-Depends: dpkg (>=1.6.8) +Conflicts: kpathsea, texlib, textfm, bibtex, texpsfnt, mfbasfnt, mfnfss, xdvik, amsfonts, amstex, amslatex, ltxmisc, ltxtool, psnfss, mfdcfnt, mflib, hyperref, tetex-french, cspsfonts, tetex-nonfree, pb-diagram, revtex4 (<= 4.0-2), tetex-eurosym, tetex-base (<< 2.0.2a) +Replaces: kpathsea, texlib, textfm, latex, bibtex, texidoc, texpsfnt, mfbasfnt, mfnfss, xdvik, amsfonts, amstex, amslatex, ltxmisc, ltxtool, psnfss, mfdcfnt, mflib, hyperref, cspsfonts, tetex-bin (<< 1.0.7+20021025-3), tetex-french, tetex-nonfree, pb-diagram, tetex-eurosym, tetex-base (<= 1.0.2+20011202-4) +Depends: tetex-base (>= 3.0-11), tetex-bin (>= 2.99), ucf (>= 1.02) +Provides: tetex-nonfree, pb-diagram, tetex-eurosym +Description: Additional library files of teTeX + This package contains some additional parts of teTeX that some users + might not need. This includes some PostScript fonts from Adobe, + Bitstream, URW etc. It contains fonts like EC, some from the AMS, + and some decorative fonts. Furthermore, there are additional support + files for BibTeX, Omega, PSTricks, pdfTeX, LaTeX etc. + . + Together with tetex-bin and tetex-base, this will give you a + complete teTeX installation. + +Package: tetex-doc +Section: doc +Architecture: all +Pre-Depends: dpkg (>=1.6.8) +Replaces: latex2e-doc, tetex-base (<< 3.0), tetex-nonfree +Conflicts: latex2e-doc, tetex-extra (<< 2.0) +Recommends: tetex-bin (>> 2.0) | dvi2tty, xpdf | pdf-viewer, gv | postscript-viewer, mozilla-browser | www-browser +Suggests: libapache2-mod-php4 | libapache2-mod-php5 +Description: The documentation component of the Debian teTeX packages + This package contains all the documentation of (La)TeX-packages + which are contained in tetex-base and tetex-extra. There are + several FAQ's, the LaTeX Catalogue and some more documentation about + MetaPost, fonts, PSTricks, kpathsea, pdfTeX etc. + . + To search and view the documentation, three main tools are provided: The + command line tool texdoc, the graphical tool texdoctk, and the web interface + at http://localhost/doc/texmf/texdoc.php. To use the web interface, you have + to run a local web server, e.g. apache which is installed with the suggested + apache module. + --- tetex-base-3.0.orig/debian/preinst.in +++ tetex-base-3.0/debian/preinst.in @@ -0,0 +1,71 @@ +#include variables +#!/bin/bash -e +# +# preinst maintainer script for the Debian tetex-base package. +# $Id: preinst.in 461 2006-01-17 12:13:37Z frank $ +# don't try to understand this generated script as installed with the package. +# instead, look at the source files in the source package +<:=@COPYRIGHT:>// + +## Variables needed for upgrading +dvipdfmdef=/usr/share/texmf/tex/latex/graphics/dvipdfm.def +UNUSED_CONFFILES="<:=$UNUSED_CONFFILES_BASE:>" +PREINST_MOVE_EXT=<:=$PREINST_MOVE_EXT:> +FORMER_UCF="<:=$BASE_UCF:>" +oldstuff_dir=<:=$OLDSTUFFDIR:> +UNUSED_CONFDIRS="<:=$UNUSED_CONFDIRS_BASE:>" + +# UPDMAP_CFG=/etc/texmf/updmap.d/10tetex-base.cfg +# UPDMAP_CFG_TRANSITION=/etc/texmf/updmap.d/00updmap.cfg_keep-for-tetex-base + + + +################################################################# +# Functions +################################################################# + +<:open(FUNCTIONS,'common.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +################################################################# +# Here starts the real action +################################################################# + +case "$1" in + # install is also used if the old package is in state rc + upgrade|install) + +# force removal of a file diversion of dvipdfm + if [ -f ${dvipdfmdef}.tetex ]; then + rm -f ${dvipdfmdef} + dpkg-divert --package dvipdfm --remove --rename \ + --divert ${dvipdfmdef}.tetex ${dvipdfmdef} + fi + +# remove obsolete conffiles if they are unchanged, +# otherwise move them to the appropriate place + test -d $oldstuff_dir || mkdir $oldstuff_dir + for file in $UNUSED_CONFFILES; do + preinst_remove_or_move $file + done + for file in $FORMER_UCF; do + preinst_remove_or_move_ucf $file + done + for dir in $UNUSED_CONFDIRS $oldstuff_dir; do + test -d $dir && rmdir --ignore-fail-on-non-empty $dir || true + done + + ;; + failed-upgrade|abort-upgrade) + : + ;; +esac + +#DEBHELPER# + + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: + --- tetex-base-3.0.orig/debian/postrm.in +++ tetex-base-3.0/debian/postrm.in @@ -0,0 +1,93 @@ +#include variables +#!/bin/sh -e +# +# postrm maintainer script for the Debian tetex-base package. +# $Id: postrm.in 378 2005-12-06 19:44:38Z frank $ +# +# don't try to understand this generated script as installed with the package. +# instead, look at the source files in the source package +<:=@COPYRIGHT:>// + +## Define static variables +BASE_UCF_FILES="/etc/texdoctk/texdocrc" +DPKG_EXT="<:=$PURGE_EXTENSIONS:>" + +UNUSED_CONFFILES="<:=$UNUSED_CONFFILES_BASE:>" +PREINST_MOVE_EXT=<:=$PREINST_MOVE_EXT:> +FORMER_UCF="<:=$BASE_UCF:>" + +UNUSED_CONFDIRS="<:=$UNUSED_CONFDIRS_BASE:>" + +## Variables needed for upgrading +generated="download35.map builtin35.map psfonts_t1.map psfonts_pk.map \ + pdftex_dl14.map pdftex_ndl14.map dvipdfm_dl14.map dvipdfm_ndl14.map ps2pk.map" +generated_links="psfonts.map pdftex.map dvipdfm.map" +#/var/lib/texmf has been removed from vardirlist - some files must be removed differently +vardirlist="/var/spool/texmf /var/cache/fonts" +old_texdoctk="<:=$OLD_TEXDOCTK:>" + + +<:open(FUNCTIONS,'common.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +<:open(FUNCTIONS,'postrm.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +################################################################# +# Here starts the real action +################################################################# + +case "$1" in + upgrade) + ;; + remove) + ;; + purge) + # if these files still exist, remove them now + for file in $generated $generated_links; do + rm -f /etc/texmf/dvips/$file + done + # these directories are ours, and no package that does not (directly + # or indirectly) depend on tetex-base should ever place files there + for dir in $vardirlist; do rm -rf $dir; done + # old files from a beta texdoctk installation + rm -f $old_texdoctk + # this old file, and some possible backups, was under maintainer script control + remove_with_backups /etc/texmf/language.dat + + # remove files that were installed in 2.0.2, and renamed in our preinst + # - app-defaults/XDvi was not renamed, just taken over by + # tetex-bin if it was installed + # - 10tetex-base.cfg is a conffile, but there might be a *.postinst-bak file + for oldconffile in /etc/texmf/pdftex/pdftex.cfg /etc/texmf/updmap.d/10tetex-base.cfg /etc/X11/app-defaults/XDvi; do + remove_with_backups $oldconffile + done + for oldconffile in $UNUSED_CONFFILES $FORMER_UCF; do + newname=`get_newfilename $oldconffile` + remove_with_backups /etc/texmf/$newname + done + for oldconfdir in $UNUSED_CONFDIRS; do + rmdir /etc/texmf/$oldconfdir 2>/dev/null || true + done + + ucf_purge $BASE_UCF_FILES + ;; + abort-install|abort-upgrade) + for file in $UNUSED_CONFFILES; do + postrm_abort_restore_file $file + done + for file in $FORMER_UCF; do + postrm_abort_restore_file_ucf $file + done + ;; +esac + + +#DEBHELPER# + + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: + --- tetex-base-3.0.orig/debian/license-info/LICENSE-mails.sueterlin +++ tetex-base-3.0/debian/license-info/LICENSE-mails.sueterlin @@ -0,0 +1,230 @@ +From nobody Thu Mar 17 16:44:32 2005 +X-From-Line: ludewig@hrz.uni-siegen.de Thu Mar 17 09:59:53 2005 +Return-path: +Envelope-to: frank@localhost +Delivery-date: Thu, 17 Mar 2005 09:59:53 +0100 +Received: from localhost ([127.0.0.1]) + by alhambra.kuesterei.ch with esmtp (Exim 4.44) + id 1DBqr9-0000cM-Ik + for frank@localhost; Thu, 17 Mar 2005 09:59:51 +0100 +Received: from pop.1und1.com [212.227.15.161] + by localhost with POP3 (fetchmail-6.2.5) + for frank@localhost (single-drop); Thu, 17 Mar 2005 09:59:51 +0100 (CET) +Received: from [141.99.1.40] (helo=MAILF0.uni-siegen.de) + by mxeu11.kundenserver.de with ESMTP (Nemesis), + id 0MKuA8-1DBqbP1YMU-00049o; Thu, 17 Mar 2005 09:43:35 +0100 +Received: from spamt2.hrz.Uni-Siegen.DE ([141.99.102.42]) by MAILF0.uni-siegen.de with Microsoft SMTPSVC(6.0.3790.211); + Thu, 17 Mar 2005 09:43:34 +0100 +Received: from micral76 (www-wlan.hrz.uni-siegen.de [141.99.13.250]) + by spamt2.hrz.Uni-Siegen.DE (Postfix) with SMTP id 898A01B24CB; + Thu, 17 Mar 2005 09:43:34 +0100 (CET) +X-Gnus-Mail-Source: file:/var/mail/frank +Message-ID: <001b01c52acd$6738b8c0$6f02a8c0@micral76> +From: "Berthold Ludewig" +To: =?iso-8859-1?Q?=22Frank_K=FCster=22?= +Cc: +References: <874qffwol4.fsf@alhambra.kuesterei.ch><002901c52976$11b39a30$6f02a8c0@micral76> <87psy0q4mm.fsf@alhambra.kuesterei.ch> +Subject: =?iso-8859-1?Q?Re:_Nochmal:_Lizenz_Ihrer_S=FCtterlin-Metafont-Schriften?= +Date: Thu, 17 Mar 2005 09:43:33 +0100 +MIME-Version: 1.0 +Content-Type: text/plain; + format=flowed; + charset="iso-8859-1"; + reply-type=original +X-Priority: 3 +X-MSMail-Priority: Normal +X-Mailer: Microsoft Outlook Express 6.00.2900.2180 +X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 +Content-Transfer-Encoding: quoted-printable +X-OriginalArrivalTime: 17 Mar 2005 08:43:34.0635 (UTC) FILETIME=[67B2A3B0:01C52ACD] +X-SpamScore: 0.000 +Xref: alhambra.kuesterei.ch mail.Debianstuff:19 +Lines: 90 + +Sehr geehrter Herr Kuesters, + +ja, genau so koennen wir es machen. + +Mit freundlichen Gruessen + +Berthold Ludewig + +-------------------------------------------------------------------------= +------------ + +Graham, please see below for the english part. + +Sehr geehrter Herr Ludewig, + +"Berthold Ludewig" schrieb: + +> Sehr geehrter Herr Kuester, +> +> ich habe vor ca. 15 Jahren der TeX-Gemeinde die beiden Handschriften +> "Vereinfachte Ausgangsschrift" (va14) und "Suetterlin" +> geschenkt. Geschenkt ist vielleicht nicht ganz richtig; ich wollte den +> vielen vielen aktiven Mitglieder der TeX-Welt etwas zurueckgeben, als +> Dankeschoen vielleicht. + +Ja, so verstehen viele ihre Arbeit, auch ich; ich habe z.B. eine kleine +Klasse zum F=FChren eines Laborjournals auf CTAN gestellt. + +> Ich habe also ueberhaupt nichts dagegen, wenn die Schriften auf CD=B4s +> vervielfaeltigt werden. + +Also auch auf kommerziellen, wie den von Lehmann's verkauften +CTAN-Abz=FCgen, ja? + +> Die Dateien su-lig.mf, su-low.mf, su-upp.mf und su-spec.mf +> beschreiben die Form der einzelnen Zeichen und Ligaturen und werden +> von den Dateien suet14.mf und schwell.mf inkludiert. Sie sind +> selbstverstaendlich auch von mir. + +,---- [ translation for Graham] +| The files su-lig.mf, su-low.mf, su-upp.mf und su-spec.mf describe the +| forms of the individual characters and ligatures and are included by +| suet14.mf and schwell.mf. Of course they are also made by me. +`---- + +> Muss ich jetzt noch irgendetwas in die Dateien einfuegen, oder kann +> das jemand machen, der sowieso Zugriff zu den Dateien hat? + +Nicht unbedingt; wir k=F6nnen auch diese E-Mail zugrunde legen, und ich +w=FCrde die CTAN-Maintainer bitten, einfach folgende Datei +README.suetterlin ins CTAN-Verzeichnis aufzunehmen. Wenn Sie zustimmen, +senden Sie einfach eine Kopie Ihrer Antwort-Mail an Graham Williams, der +schon im Cc dieser Mail steht. + +***************************************** +I, Berthold Ludewig, put the files + +suet14.mf +schwell.mf +su-lig.mf +su-low.mf +su-upp.mf +su-spec.mf + +In the public domain, as a gift to the Tex community. You may freely +use, modify and distribute it. +***************************************** + +I used english because it is the language usually used on CTAN. If you +agree, please send a copy of your answer to Graham Williams who's in the +Cc. + +Vielen Dank im Voraus, +Frank K=FCster +--=20 +Frank K=FCster +Inst. f. Biochemie der Univ. Z=FCrich +Debian Developer + + + +----- Original Message -----=20 +From: ""Frank K=FCster"" +To: "Berthold Ludewig" +Cc: "Graham Williams" +Sent: Tuesday, March 15, 2005 5:02 PM +Subject: Re: Nochmal: Lizenz Ihrer S=FCtterlin-Metafont-Schriften + + + +From nobody Thu Mar 17 16:44:35 2005 +X-From-Line: ludewig@hrz.uni-siegen.de Thu Mar 17 15:47:33 2005 +Return-path: +Envelope-to: frank@localhost +Delivery-date: Thu, 17 Mar 2005 15:47:33 +0100 +Received: from localhost ([127.0.0.1]) + by alhambra.kuesterei.ch with esmtp (Exim 4.44) + id 1DBwHd-0006Az-Or + for frank@localhost; Thu, 17 Mar 2005 15:47:33 +0100 +Received: from pop.1und1.com [212.227.15.161] + by localhost with POP3 (fetchmail-6.2.5) + for frank@localhost (single-drop); Thu, 17 Mar 2005 15:47:33 +0100 (CET) +Received: from [146.82.138.7] (helo=master.debian.org) + by mxeu2.kundenserver.de with ESMTP (Nemesis), + id 0MKpdM-1DBvs01Ial-0003RX; Thu, 17 Mar 2005 15:21:04 +0100 +Received: from mailf2.uni-siegen.de [141.99.1.42] + by master.debian.org with esmtp (Exim 3.35 1 (Debian)) + id 1DBvry-00056R-00; Thu, 17 Mar 2005 08:21:02 -0600 +Received: from spamt2.hrz.Uni-Siegen.DE ([141.99.102.42]) by mailf2.uni-siegen.de with Microsoft SMTPSVC(6.0.3790.211); + Thu, 17 Mar 2005 15:18:56 +0100 +Received: from micral76 (www-wlan.hrz.uni-siegen.de [141.99.13.250]) + by spamt2.hrz.Uni-Siegen.DE (Postfix) with SMTP id 7BF191B24CB + for ; Thu, 17 Mar 2005 15:21:01 +0100 (CET) +X-Gnus-Mail-Source: file:/var/mail/frank +Message-ID: <007901c52afc$8b511840$6f02a8c0@micral76> +From: "Berthold Ludewig" +To: =?iso-8859-1?Q?Frank_K=FCster?= +References: <874qffwol4.fsf@alhambra.kuesterei.ch><002901c52976$11b39a30$6f02a8c0@micral76><87psy0q4mm.fsf@alhambra.kuesterei.ch><001b01c52acd$6738b8c0$6f02a8c0@micral76> <87psxybcl8.fsf@alhambra.kuesterei.ch> +Subject: =?iso-8859-1?Q?Re:_Nochmal:_Lizenz_Ihrer_S=FCtterlin-Metafont-Schriften?= +Date: Thu, 17 Mar 2005 15:21:00 +0100 +MIME-Version: 1.0 +Content-Type: text/plain; + format=flowed; + charset="iso-8859-1"; + reply-type=original +X-Priority: 3 +X-MSMail-Priority: Normal +X-Mailer: Microsoft Outlook Express 6.00.2900.2180 +X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 +Content-Transfer-Encoding: quoted-printable +X-OriginalArrivalTime: 17 Mar 2005 14:18:56.0944 (UTC) FILETIME=[41875300:01C52AFC] +X-SpamScore: 0.000 +Xref: alhambra.kuesterei.ch mail.Debianstuff:24 +Lines: 53 + +Hallo Herr Kuesters, + +ja, auch diese beiden Dateien. mfall.bat erzeugt auf einem=20 +dos/windows-system die PK-Dateien, suet.tex ist ein einfacher=20 +Beispieltext.(soweit ich mich noch erinnern kann). Man braucht diese Date= +ien=20 +aber nicht unbedingt. + +Mit freundlichen Gruessen + +Berthold Ludewig + + + +----- Original Message -----=20 +From: "Frank K=FCster" +To: "Berthold Ludewig" +Sent: Thursday, March 17, 2005 2:56 PM +Subject: Re: Nochmal: Lizenz Ihrer S=FCtterlin-Metafont-Schriften + + +"Berthold Ludewig" schrieb: + +> Sehr geehrter Herr Kuesters, +> +> ja, genau so koennen wir es machen. + +ich hatte noch was vergessen: +> ***************************************** +> I, Berthold Ludewig, put the files +> +> suet14.mf +> schwell.mf +> su-lig.mf +> su-low.mf +> su-upp.mf +> su-spec.mf +> +> In the public domain, as a gift to the Tex community. You may freely +> use, modify and distribute it. +> ***************************************** + +mfall.bat und suet.tex geh=F6ren sicher auch dazu, oder? + +Mit freundlichen Gr=FC=DFen, +Frank K=FCster +--=20 +Frank K=FCster +Inst. f. Biochemie der Univ. Z=FCrich +Debian Developer + + --- tetex-base-3.0.orig/debian/tetex-doc.postrm +++ tetex-base-3.0/debian/tetex-doc.postrm @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + + +case "$1" in + remove|failed-upgrade) + if [ -x /usr/bin/mktexlsr ]; then + /usr/bin/mktexlsr + rm -f /var/lib/texmf/helpindex.html + fi + ;; +esac + +#DEBHELPER# --- tetex-base-3.0.orig/debian/postrm.functions +++ tetex-base-3.0/debian/postrm.functions @@ -0,0 +1,97 @@ +################################################################# +# Function definitions included from file postrm.functions +################################################################# +# $Id: postrm.functions 379 2005-12-07 09:38:32Z frank $ +# Copyright 2004 Frank Küster + +remove_with_backups(){ + file=$1 + for extension in $DPKG_EXT; do + rm -f $file$extension + done + rm -f $file +} + +ucf_purge(){ + directory=/etc/texmf + case "$1" in + -d|--directory) + directory=$2 + shift 2 + ;; + esac + filelist="$@" + if [ -x /usr/bin/ucf ]; then # we can't rely on ucf being still installed in postrm + purgefile(){ ucf --purge $1; remove_with_backups $1; } + else + purgefile(){ remove_with_backups $1; } + fi + for file in $filelist; do + # does this filename start with a leading slash? + relativename=${file#/} + if [ ! "$file" = "$relativename" ]; then + # leading slash, change directory + directory=`dirname $file` + file=`basename $file` + fi + purgefile $directory/$file + done +} + +run_if_exist(){ + checkonly=false + if [ "$1" = "-c" ] || [ "$1" = "--check-only" ]; then + checkonly=true + shift + fi + command=$1 + shift + args="$@" + binary="" + test -x `which $command` && binary=`which $command` || true + if [ $checkonly = false ]; then + if [ -n "$binary" ]; then # else return 0 - no need to code that + $command $args + fi + else + if [ -n "$binary" ]; then return 0; else return 1; fi + fi +} + +debug(){ + true "$*" +} +# debug(){ +# echo -en "$*" +# } + +postrm_abort_restore_file(){ + file=/etc/texmf/$1 + newname=`get_newfilename $1` + debug $file + test -f "$file" || return 0 + debug "handled\n" + if [ -e $file.$PREINST_MOVE_EXT ]; then + mv $file.$PREINST_MOVE_EXT $file + else + if [ -e /etc/texmf/$newname ]; then + mv /etc/texmf/$newname $file + fi + fi +} +postrm_abort_restore_file_ucf(){ + file=/etc/texmf/$1 + newname=`get_newfilename $1` + debug $file + test -f "$file" || return 0 + debug "handled\n" + if [ -e $file.$PREINST_MOVE_EXT ]; then + mv $file.$PREINST_MOVE_EXT $file + else + if [ -e /etc/texmf/$newname ]; then + mkdir /etc/texmf/`dirname $newname` + ucf /etc/texmf/$newname $file + rm /etc/texmf/$newname + fi + fi +} --- tetex-base-3.0.orig/debian/create-md5sums +++ tetex-base-3.0/debian/create-md5sums @@ -0,0 +1,19 @@ +#!/bin/sh +#(setq skeleton-pair t) + +filelist=$1 +dirhier=$2 +version=$3 + +target_dir=debian/md5sums + +for file in `cat $filelist`; do + destfile=$target_dir/`basename $file`.md5sum + if [ -f $dirhier/$file ]; then + if ! grep $version $destfile >/dev/null 2>&1; then + md5sum $dirhier/$file | sed -e "s@$dirhier/$file@$version@" >> $destfile + fi + else + echo "$file does not exist in $version" + fi +done --- tetex-base-3.0.orig/debian/changelog +++ tetex-base-3.0/debian/changelog @@ -0,0 +1,1378 @@ +tetex-base (3.0-15ubuntu1.1) dapper-security; urgency=low + + * Add debian/patches/fix-installation-timebomb: fix the detection of + 5-year-old-source from error to a warning so that tetex-bin remains + installable (LP: #384904). + + -- Kees Cook Mon, 08 Jun 2009 12:23:27 -0700 + +tetex-base (3.0-15ubuntu1) dapper-updates; urgency=low + + * Repair hyphenation: + - debian/tetex-base.language.list: Fix include file name (00tetex -> + 10tetex). + - debian/postinst.in: Fix test for various programs, so that font maps, + formats, etc. are actually recreated. Also, call create_tetex_formats + with --all to ensure that upgrades get all files + updated correctly. + - Fixes ported from 3.0-16. + - Closes: LP#36145 + + -- Martin Pitt Thu, 1 Jun 2006 14:10:35 +0200 + +tetex-base (3.0-15build1) dapper; urgency=low + + * Fake sync. + + -- Martin Pitt Wed, 15 Mar 2006 13:21:49 +0000 + +tetex-base (3.0-15) unstable; urgency=high + + * Fixes a RC bug that prevented installation or upgrade of the package, + hence the urgency. + * Add many more md5sums for obsolete conffiles, and add a script in the + source package to check whether we now catch all of them. Many thanks + to Andreas Tille! (closes: #354444) [frank] + * Rename language.de/00tetex.cnf to 10tetex.cnf, so that it really sorts + after 00tex.cnf. Transitional code missing. [frank] + + -- Frank Küster Thu, 2 Mar 2006 15:40:17 +0100 + +tetex-base (3.0-14) unstable; urgency=medium + + * Urgency medium because this fixes some important (and actually even + RC) bugs + * Add md5sums for tetex-extra's former configuration files (closes: + #351649, #352486) [frank] + * Also add some forgotten md5sums for tetex-base, and make sure scripts + really stop if the md5sum is unknown (closes: #352688) [frank] + * Since version 3.0-11, texdocrc, the configuration file for texdoctk, + was not installed. The correct behavior is restored now (closes: + #348513) [frank] + * Apply patch for mptopdf by Sanjoy Mahajan , + approved by ConTeXt's upstream (closes: #347992) [frank] + * Really install NEWS.Debian, again (closes: #321257) [frank] + + -- Frank Küster Mon, 13 Feb 2006 22:14:05 +0100 + +tetex-base (3.0-13) unstable; urgency=low + + * The "Mind your docs" release + * Update the main documentation index to link to files in TEXMFSITE, and + update some upstream links - many thanks to Braun Gabor + (closes: #347931) [frank] + * Also adapt texdoc.php to TEXMFSITE [frank] + * Don't insist on removing helpindex.html in tetex-doc's postinst, + because it might not exist; also provide an upgrade path. Thanks to + Rene Engelhard (closes: #348614) [frank] + + -- Frank Küster Wed, 18 Jan 2006 09:12:44 +0100 + +tetex-base (3.0-12) unstable; urgency=low + + * add magic comment to language.d/00tetex.cnf [preining] + * tetex-extra now depends on tetex-base (>= 3.0-11), in order to prevent + partial upgrades with tetex-extra's files already in TEXMFDIST without + tetex-base and tex-common being updated appropriately (closes: + #343572) [frank] + * Add two missing md5sums to the list in common.functions (closes: + #344212) [frank] + * Bump standards-version to 3.6.2 (no changes needed except the + still outstanding fixes for #139353) [frank] + * When handling obsolete conffiles, also cater for files from woody, + necessary if tetex-extra has been in state rc throughout sarge + (closes: #347355) [frank] + * Again add the watchfile which was lost in sid; update it's syntax a + little. [frank] + * Do not keep a copy of the static language.dat if it is the version + shipped with woody or sarge (closes: #321804) [frank] + * Don't claim to remove unchanged conffiles if no conffiles are on the + system at all [frank] + * Unregister obsolete debconf questions (closes: #334723) [frank] + * Document in NEWS.Debian that we cannot migrate user's changes from old + 00updmap.cfg to 10tetex-base.cfg and 10tetex-extra.cfg (closes: + #321257) [frank] + * Do not let the preinst fail just because the previously installed + version is pre-sarge, as we did deliberately during experimental + development. + * Fix reportbug script handling [preining] + + -- Frank Küster Tue, 17 Jan 2006 13:14:15 +0100 + +tetex-base (3.0-11) unstable; urgency=low + + * Since /etc/texmf is a real TEXMF tree now, TeX input files are no + longer treated as configuration files. Upon upgrade, unchanged files + are removed, changed ones are moved to appropriate directories where + they are found by kpathsea [frank] + * Install files in TEXMFDIST, i.e. /usr/share/texmf-tetex, and depend on + tex-common (>=0.12) [frank] + * Install changelog.Debian in tetex-doc, too (closes: #338334) + * Unset variables that might override texmf.cnf settings in postinst + [frank] + * Remove tetex-extra's format and log files when the package is removed, + thanks to Kevin B. McCarty (closes: #341110) + [frank] + * Install an updated copy of marvosym.pfb from CTAN, it is still buggy + in teTeX 3.0 (closes: #261529) [frank] + * dvips/config.ps: keep lines under 80 characters long [jdg] + + -- Frank Küster Sun, 11 Dec 2005 15:10:55 +0100 + +tetex-base (3.0-10) unstable; urgency=low + + * Remove unneeded file /usr/share/doc/texmf/Makefile from tetex-doc + which caused a conflict with old tetex-base, and declare Replaces for + the files that are still needed (closes: #334659) [frank] + * Install changelog.Debian.experimental (closes: #334655) [frank] + * Do not generate helpindex.html dynamically. The upstream script is + too specialized to adapt it to Debian (closes: #334643, #334688) [frank] + + -- Frank Küster Wed, 19 Oct 2005 15:35:53 +0200 + +tetex-base (3.0-9) unstable; urgency=low + + * Upload new upstream release to unstable. The changelog of the + versions in experimental is available in + changelog.Debian.experimental.gz. + + Upstream changes: + + * Lots of bugs are closed by this upload - all bugs listed below have + already been tagged fixed-upstream, and there should be an explanation + in the bug logs at http://bugs.debian.org/. In some cases + the explanation is only a link to the LaTeX Project bug database, or + it is in the comments of the mail sent to the control server, but it's + always there. + + - For tetex-base: (closes: #221262, #261529, #272560, #119531, + #267768, #195711, #181310, #206315, #230931, #258976, #145339, + #190873, #214415, #255137, #181310, #219573, #229598, #286722) + + - For tetex-extra: (closes: #273246, #218178, #195109, #215925, + #251143, #202472, #259696, #261736, #271463, #273247) + + - For tetex-doc: (closes: #160692, #223569, #153985) + * Files are now arranged according to the TeX Directory Structure v. 1.1 + (changes mainly involve font maps and encoding files, and the script + directory). If you have locally installed fonts, see NEWS.Debian for + instructions. + * tetex-doc now supports a web interface to the documentation at + http://localhost/texmf/doc/texdoc.php, using the data from texdoctk. + + + Debian-specific changes: + + * All information for users and developers, Debian-specific or not, has + been collected in the README files of the tetex-bin package, as well + as in the draft for a Debian TeX Policy in the tex-common package. + * The packaging has been revised and partly rewritten: + - We now work with a pristine upstream tarball as orig.tar.gz. + - Most files needed for creation of the package, as well as the + maintainer scripts, are now generated using ePerl. The configuration + is done, as much as possible, through the files variables, + common.variables, and common.functions. + - To synchronise this and the tetex-bin package, common.functions and + common.variables from the tex-common package tree are used. + * We provide infrastructure to allow for easy backporting of teTeX 3.0 + to sarge. + * tetex-base now depends on tex-common, and has "lost" some configuration + files to that package. + * In particular, the updmap configuration files have been changed: + - 00updmap.cfg is now 10tetex-base.cfg (except the parts in + tex-common's 00updmap.cfg). + - 05tetex-extra.cfg is now 05tetex-extra.cfg + - language.dat is now a generated file, too, with the configuration + files in /etc/texmf/language.d/ + * The format ini files have been moved back to TEXMFMAIN, they are not + configuration files. + * A lot of files that used to be conffiles and are now unused, are + removed if they are unchanged. Thanks to Ralf Stubner. + * All debconf questions have been dropped or moved to tex-common + (closes: #332113). + * The following bugs only existed in experimental and were marked as + fixed-in-experimental by uploads to experimental. Some of them might + not have been closed manually, therefore this upload to unstable + finally (closes: #291531, #299843, #309596, #300855, #320066, #321361, + #320061, #320074, #324826, #325891, #325891) + + -- Frank Küster Fri, 14 Oct 2005 16:28:11 +0200 + +tetex-base (2.0.2c-9) unstable; urgency=low + + * Do no longer depend on texinfo, so that the new texinfo packages can + depend on tetex-bin. This could have been Recommends or Suggests, + anyway. [frank] + * Generate the debconf dependency with debhelper, thus adding + debconf-2.0 as an alternative. + * Translations: + - Added Vietnamese debconf translation, thanks to Clytie Siddall + (closes: #310054)[frank] + + -- Frank KÃŒster Tue, 4 Oct 2005 18:11:07 +0200 + +tetex-base (2.0.2c-8) unstable; urgency=low + + * Add documentation for the Sueterlin fonts (ancient german handwriting) + (closes: #300596) [frank] + * Add conflict with ivritex (closes: #309008) [julian] + + -- Julian Gilbey Mon, 16 May 2005 13:17:16 +0100 + +tetex-base (2.0.2c-7) unstable; urgency=low + + * Correctly purge and ucf-purge /etc/texdoctk/texdocrc in postrm [frank] + * Provide Debian-specific documentation in the tetex-doc package + (closes: #297934) [frank] + * The maintainer scripts now will again fail if the format or map file + generation fails. This has been turned into a debconf note in version + 2.0.2b-2 as an emergency action, and must be dropped now the packages + proved to be stable. + + -- Frank Küster Tue, 15 Mar 2005 17:52:33 +0100 + +tetex-base (2.0.2c-6) unstable; urgency=low + + * Fix a typo in the new postinst code that creates + /usr/local/share/texmf. This caused the directory to be created with + group root instead of staff + + -- Frank Küster Tue, 1 Feb 2005 17:21:11 +0100 + +tetex-base (2.0.2c-5) unstable; urgency=high + + * RC bug fix: Don't ship subdirectories of /usr/local in the deb, + instead create them in postinst, thanks to Kevin B. McCarty" + (closes: #292752) [frank] + + -- Frank Küster Mon, 31 Jan 2005 14:03:00 +0100 + +tetex-base (2.0.2c-4) unstable; urgency=low + + * Do no longer create any of the obsolete directories in /usr/local in + postinst. Instead ship today's LOCALTEXMF directory, + /usr/local/share/texmf, in the deb, thanks to Hans Ekbrand + (closes: #291541) [frank] + * Translations: + - Updated french debconf translation, thanks to Clement Stenac + (closes: #286518) [frank] + + -- Frank Küster Mon, 24 Jan 2005 00:08:28 +0100 + +tetex-base (2.0.2c-3) unstable; urgency=high + + * Fix bug in prerm script of tetex-base, this was a serious bug - hence + the urgency, and acknowlegdes the NMU [frank]. + * For some LaTeX packages in tetex-extra, the conffiles were in + tetex-base. These have now been moved to tetex-extra, too, and some + missing symbolic links were restored (closes: #284912) [frank] + + -- Frank Küster Fri, 10 Dec 2004 14:02:32 +0100 + +tetex-base (2.0.2c-2.1) unstable; urgency=low + + * NMU. Cleanup prerm removal of a possibly non-existant directory. + Closes: #284800 + + -- LaMont Jones Thu, 9 Dec 2004 10:02:15 -0700 + +tetex-base (2.0.2c-2) unstable; urgency=medium + + * This version contains updated translations, as well as fixes to our + packaging, and should got to sarge, therefore medium urgency + * Fix handling of old updmap script (closes: #278177) [frank] + * Add the floatflt package and its documentation, which has now been put + under LPPL (closes: #278235) [frank] + * Moved the tetex-doc symlink transition to the right package [frank] + * Put /etc/texdoctk/texdocrc under ucf control, to allow for a + smooth upgrade from woody when texdoctk was installed [frank] + * Fix a small error in the LaTeX html documentation, thanks to Jan Minar + (closes: #278362) [frank] + * Translations: + - added italian translation, thanks to Luca Monducci + (closes: #279714) [frank] + - added lithuanian translation, thanks to KÄ™stutis BiliÅ«nas + (closes: #280726) [frank] + + -- Frank Küster Mon, 6 Dec 2004 18:41:37 +0100 + +tetex-base (2.0.2c-1) unstable; urgency=high + + * Urgency high because the first three fixes address serious bugs. + * Removed letterspacing.tex from orig.tar.gz because it is non-free, + increased the version number accordingly (closes: #274868). [frank] + * Because of the move of two mapfiles from tetex-base to extra in the + last upload, we should have declared a Replaces relation; this is done + in this upload [frank] + * tetex-extra's ucf-managed configuration files were deleted when the + package was removed, not only when purged: Fixed now [frank] + * #273176 was not properly fixed. Now tetex-doc no longer depends on + tetex-base, and the symlink will safely be made a directory even when + upgrading. [frank] + * Backport 8000dpi mode for dvips -Ppdf from current upstream (closes: + #138446, #184875) [frank] + * Translations: + - added czech translation, thanks to Miroslav Kure + (closes: #273711) [frank] + + -- Frank Küster Wed, 20 Oct 2004 11:43:36 +0200 + +tetex-base (2.0.2b-6) unstable; urgency=medium + + * Translation update release, should go into sarge, therefore medium + urgency. Additionally addresses an important bug for upgraders from + older sarge/sid versions. + * Force removal of dvipdfm's file diversion of dvipdfm.def, and do no + longer "Replace: dvipdfm", because we only share this diverted + file. Furthermore, the dvipdfm config file is now handled by ucf to + prevent bogus dpkg dialogs. + + If dpkg cannot remove dvipdfm and gives an error about dpkg-divert, + you ran into an old bug of tetex-base which cannot be fixed + automatically. You have to manually remove the file + /usr/share/texmf/tex/latex/graphics/dvipdfm.def in this case. + + As good as possible, this (closes: #272341) [frank] + + * Small fixes in the postinst script (closes: #271603) + * Move bsr.map and bsr-interpolated.map back from tetex-base to + tetex-extra (closes: #269930) [frank] + * Move a dangling symlink from TEXMFMAIN to VARTEXMF where its target + now resides (closes: #271688) [frank] + * Let tetex-doc have it's own directory in /usr/share/doc, not just a + symlink to tetex-base, because it does not depend on tetex-base, + thanks to Hille (closes: #273176) [frank] + * Stylistic corrections to the english debconf template, thanks to + Richard Lewis [frank]. + * Translations: + - updated debconf translations, with many thanks to Javier + Fernández-Sanguino Peña (spanish), Claus Hindsgaul + (danish), Helge Kreutzmann + (german), Kenshi Muto + (japanese), Recai Oktas (turkish), Clément Stenac + (french), Josep Monés i Teixidor + (catalan), Luk Claes + (dutch) (closes: #271343, #271777, #272235). [frank] + - added a brazilian portuguese translation, thanks to Andre Luis Lopes + . [frank] + + -- Frank Küster Fri, 24 Sep 2004 17:18:57 +0200 + +tetex-base (2.0.2b-5) unstable; urgency=low + + * Correct a ConTeXt configuration file, so that the czech format can be + generated properly, thanks to Michal Kovac + (closes: #270356) [frank] + * Mention the remove-oldmaps script in README.Debian, and make the + description clearer, thanks to Ross Boylan + (closes: #269828). The text should + also be proper english now, thanks to Richard Lewis + (also for many other stylistic corrections) [frank] + * Some small fixes to make lintian happy (relative symlinks, and do not + depend on virtual packages without naming a real one) [frank] + + -- Frank Küster Tue, 7 Sep 2004 14:44:04 +0200 + +tetex-base (2.0.2b-4) unstable; urgency=high + + * Load debconf in tetex-extra's postinst script, fixing a RC bug - + thanks to Agustin Martin Domingo (closes: + #269416) [frank] + * Copy the fix to language.dat and texmf.cnf from tetex-bin to + tetex-base, because upon upgrade, tetex-base is configured first (see + the misled Followup-for bug in #267299) [frank] + * Translations: + - update danish debconf translation, thanks to Claus Hindsgaul + (closes: #268426) [frank] + + -- Frank Küster Wed, 1 Sep 2004 14:42:12 +0200 + +tetex-base (2.0.2b-3) unstable; urgency=high + + * Fix permissions of the font cache directories, causing FTBFS of zope + (and possibly others) (Closes: #267413), thanks to Pierre Machard + [frank] + + -- Frank Küster Wed, 25 Aug 2004 13:50:36 +0200 + +tetex-base (2.0.2b-2) unstable; urgency=high + + * If the generation of formats (and map files) fails in postinst, + display a critical debconf note, instead of exiting with an + error. This will lower the severity of some bugs, when only + unimportant formats failed, because the package generally becomes + usable. Currently, this lowers #267299 from release-critical to + important, and should go into sarge: Hence urgency=high + + -- Frank Küster Sun, 22 Aug 2004 12:53:33 +0200 + +tetex-base (2.0.2b-1) unstable; urgency=high + + * Fixes RC bugs that are also in sarge, hence the urgency + * Another repackaged orig.tar.gz: To really remove the non-free floatflt + (RC bug #263549), the files also have to be removed from the + orig.tar.gz [frank] + * Move configuration files from /usr/share/texmf to /etc/texmf, and + create appropriate symlinks (closes: #92594) [frank] + * Remove bashism (and thinko, anyway) from tetex-extra's postrm, thanks + to Hilmar, Adrian Bunk , Florent Rougon + and Ryan Murray (closes: + #264241)[frank] + * Test for the correct fmtutils.cnf file in the postinst scripts of + tetex-base and tetex-extra (closes: #265611) [frank] + * Fix tetex-extra's reportbug script and install a reportbug control + file, so that tetex-bin and tetex-extra are always reported together + with tetex-base, thanks to Hilmar (closes: #264388) [frank] + * Some fixes needed because of the introduction of VARTEXMF in 2.0.2a-2, + thanks to Hilmar [frank] + * Translations: + - updated french debconf translation, thanks to Clément Stenac + (closes: #265832) [frank]. + - updated danish debconf translation, thanks to Claus Hindsgaul + (closes: #266716) [frank] + + -- Frank Küster Thu, 19 Aug 2004 16:45:26 +0200 + +tetex-base (2.0.2a-3) unstable; urgency=low + + * This upload was practically by Hilmar. Thanks to Hilmar. [kohda] + * Fixed language.dat [kohda] (Closes: #263343) + * Removed floatflt which was non-free. [kohda] (Closed: #263549) + * Updated da.po, thanks to Claus Hindsgaul [kohda] + (Closes: #263919) + + -- Atsuhito KOHDA Fri, 13 Aug 2004 20:35:54 +0900 + +tetex-base (2.0.2a-2) unstable; urgency=low + + * By default, enable all hyphenation patterns in language.dat [frank] + * tetex-bin now uses $VARTEXMF, and thus /var/lib/texmf/ has its own + ls-R file. Therefore, the link from /usr/share/texmf into that + directory now points to ls-R-TEXMFMAIN. [frank] + + -- Frank Küster Fri, 30 Jul 2004 12:55:50 +0200 + +tetex-base (2.0.2a-1) unstable; urgency=high + + * Don't rely on /var/lib/texmf/web2c's existense in tetex-extra's + postrm - urgency high because of this bug's severity (Closes: + #261137). [frank] + + * New upstream tarball: Repacked by the Debian team to remove files with + non-free licenses: + + - british hyphenation (ukhyphen.tex) - users, please bug the UK-TUG to + resolve this issue! Some of the other hyphenation files mentioned in + #139900 are not contained in 2.0.2 any more, the other were taken + from CTAN (with clarified license). (Closes: #139900) + - Pandora fonts (closes: #175623, #261496) + - psfig.sty (People still using it should consider switching + to the graphics package. As long as this is not done you may use + epsfig.sty from the same package) (closes: #182324) + + Some files have been updated with now free versions from CTAN: + - russion, swedish, and galician hyphenation patterns (see #139900 and + above) + - g-brief: license clarified, new version from CTAN (europs.sty is + only used if available) (closes: #176153) + - caption.sty and caption2.sty (closes: #251761) + - fancyverb-examples in fvrb-ex.sty (closes: #177401) + + Wile on the way, + - we removed the obsolete pdfcrypt.sty. PDF encryption is no longer + supported by pdfTeX, please use external tools! (closes: #186869) + - include (now free) cahyph.tex and icehyph.tex in orig.tar.gz + (Closes: #219294, #223912) + - We updated listings.sty which was first deleted from the + orig.tar.gz, then added in diff.gz. But the version we had in + diff.gz had a problematic license, the new one is LPPL. euler.sty + also is in the orig.tar.gz again. + - we included updated kpathsea.{pdf,dvi} in the documentation (fix to + tetex-bin's bug #253958) + [frank] with thanks to Hilmar + + * Static font map files are no longer treated as conffiles (or with + ucf), but instead are installed as ordinary files under + /usr/share/texmf. Nobody really needs to edit those files (and they + can still be overriden by putting files in /usr/local/share/texmf). + Please refer to README.debian in order to learn how to get rid of the + old files in /etc/texmf/dvips (closes: 259003). [frank] + * Conflict with tetex-bin (<=2.0.2-15) because older versions will fail + to install if ukhyph.tex is missing. [frank] + * Include a correct fancyvrb.ps (in patch-tmp) (Closes: #256911) [frank] + * Use correct name for the tetex-xwarn binary in texfind.pl and + texshow.pl, thanks to Hilmar (closes: #258267) [frank] + * Remove tetex-extra's formats in postrm, also upon upgrade - thanks to + Hilmar (closes: 245599) [frank] + * Translations: + - Updated Danish translation, thanks to Claus Hindsgaul (Closes: + #255246) [frank]. + - Updated japanese translation, thanks to Kenshi Muto + (closes: #255672) [frank] + - Updated french translation, thanks to Christian Perrier + (closes: #255891) [frank] + + -- Frank Küster Sat, 24 Jul 2004 19:48:40 +0200 + +tetex-base (2.0.2-9) unstable; urgency=low + + * Correct redirections in reportbug scripts (thanks to Yannick + ) (closes: #246821) [frank] + * Applied patch to metapost's boxes.mp (in patch-tmp, because there will + be an upstream fix somewhen), thanks to Hilmar (closes: #182211) + [frank] + * Don't ask about /etc/texmf/updmap's removal without need [frank] + * Don't remove omega.map, add a comment to it and let tetex-extra + replace old tetex-base, so that it will be reinstalled by dpkg. Also + don't remove other old conffiles, and add a remark to + README.Debian. (closes: #246818) [frank] + * Apply patch to wasychr.mf (also uploaded the patched version to CTAN + on behalf of the author) (closes: #134763) [frank] + * Correctly remove format files in postrm [frank] + * Patch context's texfind.pl and texshow.pl to use tetex-xwarn if + perl-tk is not installed [frank] + * Do not leave spurious tempfiles around (see tetex-bin's bug #249597) + [frank] + * Translation: + - Added turkish po-debconf translation", thanks to Recai Oktas + (Closes: #252937) [frank] + - Added german debconf tmplate (Closes: #254547) [frank] + + -- Frank Küster Fri, 11 Jun 2004 16:52:49 +0200 + +tetex-base (2.0.2-8) unstable; urgency=low + + * Fix links to compressed files in helpindex.html and newhelpindex.html, + thanks to Hannu Koivisto (closes: #158352) [frank] + * Remove empty directories in /usr/share/doc/texmf/ from tetex-base + (closes: #148216) [frank] + * Add dependency on ucf (closes: #245502) + * Even better description of options in config.ps, thanks to Matthew + Swift (closes: #181065) [frank] + * Corrected directory for reportbug scripts (thanks to "Mario + 'BitKoenig' Holbe" ) (closes: #246318) + [frank] + + -- Frank Küster Wed, 28 Apr 2004 15:21:25 +0200 + +tetex-base (2.0.2-7) unstable; urgency=medium + + * Added Frank Küster to the Uploaders field in the + control file. [kohda] + * Added reportbug scripts in order to make bug reports more + informative. [frank] + * Some configuration files which were changed or renamed since woody's + version are now under ucf control (closes: #233886). [frank] + * Added patch by Hilmar Preusse that moves some + forgotten map files into /etc/texmf/dvips. [frank] + * Patching typo in config.builtin35 (fixed-upstream), thanks to + Hilmar. [frank] + * Included ca.po by Josep Monés i Teixidor . Thanks to + Josep Monés i Teixidor. [kohda] (Closes: #237302) + * Removed m4 from build-dependencies, it has not been used since ages, + thanks to Hilmar. [frank] + * Moved files for texdoctk from tetex-extra to tetex-base, let + tetex-base declare "Replaces: texdoctk". tetex-bin now depends on + these files to provide texdoctk's functionality (see: #200264) [frank] + + -- Frank Küster Fri, 16 Apr 2004 14:59:37 +0200 + +tetex-base (2.0.2-6) unstable; urgency=low + + * Cleaned up a bit; suggested by Hilmar Preusse [kohda] + - removed debian/ttlkeys.def which was not used any more. + - removed surplus marvosym.pfb from tetex-doc but this caused duplicated + marvosym.pfb in tetex-base so we removed (possibly) unnecessary + /usr/share/doc/texmf/fonts/marvosym/marvosym.pfb with rules. + * Added arabtex (<= 3.10-5) to Conflicts: entry. (Closes: #229725) [kohda] + * Refined a test for TEXMFMAIN in postinst suggested by Florent Rougon + . Thanks to Florent Rougon. [kohda] + * Removed language.dat handling from postinst for our new mechanism + suggested by Frank Küster . Now language.dat + would be handled with tetex-bin only. Thanks to Frank Küster. [kohda] + - Also we modified prerm of tetex-base with a patch by Frank. + * Run "debconf-updatepo" which I forgot to run. [kohda] + * Fixed control file. Thanks to Florent Rougon, Frank Küster and Hilmar + Preusse. [kohda] + - tetex-base: removed Replace: tetex-bin (<< 2.0.2-2) because there was + Conflicts: tetex-bin (<= 2.0.2-3) already. + - tetex-extra: removed Replaces: tetex-base (<< 2.0-2) and added + Conflicts: tetex-base (<< 2.0-2) which should be correct relation. + - tetex-doc: removed Replaces: tetex-extra (<< 2.0) and added + Conflicts: tetex-extra (<< 2.0) in the same reason as above. + * Included da.po by Claus Hindsgaul . Thanks to + Claus Hindsgaul. [kohda] (Closes: #232870) + + -- Atsuhito KOHDA Fri, 27 Feb 2004 23:35:48 +0900 + +tetex-base (2.0.2-5.1) unstable; urgency=low + + * Changed dependency: added "Recommends: tetex-doc (>> 2.0)" to tetex-base + and added "Recommends: tetex-bin (>> 2.0) | dvi2tty, pdf-viewer, + postscript-viewer, www-browser" to tetex-doc. [kohda] + * Fixed postinst and postrm so that unnecessary updmap.cfg and language.dat + would not be installed in /etc/texmf anymore. [kohda] + * Fixed a way of removing obsolete /etc/texmf/dvips/updmap [kohda] + (Closes: #197954) + * Removed obsolete sentence on tetex-nonfree in copyright file. [kohda] + + -- Atsuhito KOHDA Mon, 13 Nov 2003 21:46:19 +0900 + +tetex-base (2.0.2-5) unstable; urgency=low + + * Updated es.po and installed ja.po, nl.po Thanks to Carlos Valdivia Yagüe + and Kenshi Muto , Tim Dijkstra + [kohda] (Closes: #210386, #214600) + + -- Atsuhito KOHDA Fri, 24 Oct 2003 09:19:17 +0900 + +tetex-base (2.0.2-4.2) unstable; urgency=low + + * Modified language.dat so that debconf (of tetex-bin) could handle it + more flexibly. [kohda] + * Refined Description substantially. Thanks to Hilmar Preusse + and Stefan Ulrich + [kohda] (Closes: #189343) + * Fixed wrong place of fmtutil.cnf of tetex-extra.postinst [kohda] + (Closes: #207742) + * Removed unnecessary entries (tetex-base/updmap, tetex-base/lang_dat) + in debian/config [kohda] + + -- Atsuhito KOHDA Tue, 26 Aug 2003 22:43:37 +0900 + +tetex-base (2.0.2-4.1) unstable; urgency=low + + * Fixed postrm so that it didn't delete conffiles of other packages. + [kohda] (Closes: #197579) + + -- Atsuhito KOHDA Sat, 21 Jun 2003 23:50:13 +0900 + +tetex-base (2.0.2-4) unstable; urgency=low + + * Fixed tetex-extra.postinst, it would now call updmap. [kohda] + (Closes: #192716) + * Fixed newhelpindex.html with a patch by Hilmar Preusse + Thanks to his contribution. cf. #188150, couldn't close yet? [kohda] + * Added sharutils to Build-Depends-Indep: field. [kohda] (Closes: #189886) + - Note for maintainers: this is only for generating euler.dvi which was + lost by mistake so when the next upstream would be released, this should + be unnecessary. + + -- Atsuhito KOHDA Sat, 31 May 2003 20:24:38 +0900 + +tetex-base (2.0.2-3) unstable; urgency=low + + * Changed to use po-debconf now. Thanks to Carlos Valdivia Yagüe + for his spanish translation. [kohda] + (Closes: #183699) + * remove-bad-license-files: Removed lines dropping euler.sty and + euler.dvi (now under LPPL) [cmc] (Closes: #187179) + - we had already removed them from orig.tar.gz, so we added euler.sty + directly and euler.dvi through patch-tmp with uudecode/encode. [kohda] + * Installed fr.po, thanks to Christian Perrier + [kohda] (Closes: #185707) + + -- Atsuhito KOHDA Mon, 7 Apr 2003 16:14:18 +0900 + +tetex-base (2.0.2-2) unstable; urgency=low + + * Added cweb examples lost in transition to doc package [jdg] + * Installed web2c/mktex.cnf which I had failed in 2.0.2-1 [kohda] + * Added listings.sty (with patch-tmp) which seemed missing in upstream. + [kohda] (Closes: #184719, #172483) + -- Atsuhito KOHDA Sat, 15 Mar 2003 15:58:24 +0900 + +tetex-base (2.0.2-1) unstable; urgency=low + + * New Upstream Release. + * Added *.tcx files in texmf/web2c [kohda] (Closes: #182556) + * Installed web2c/mktex.cnf, formerly installed in tetex-bin. [kohda] + * /etc/texmf/language.dat was a configuration file and not a conffile, + and now it could be handled automatically with debconf with the new + tetex-bin (>> 2.0.1-2). [kohda] + * Removed g-brief because its license problem. [kohda] + * beton.sty was included in the upstream because it was free (LPPL) now. + [kohda] (Closes: #182602) + + -- Atsuhito KOHDA Fri, 28 Feb 2003 07:57:31 +0900 + +tetex-base (2.0.1-3) unstable; urgency=low + + * Fixed postinst; didn't call updmap any more. [kohda] (Closes: #182125) + * Moved language.def, language.dat under /etc/texmf and now they were + conffiles. [kohda] (Closes: #62271) + + -- Atsuhito KOHDA Tue, 25 Feb 2003 07:36:24 +0900 + +tetex-base (2.0.1-2) unstable; urgency=low + + * Fixed postinst a bit. [kohda] (Closes: #181882) + + -- Atsuhito KOHDA Sat, 22 Feb 2003 20:18:14 +0900 + +tetex-base (2.0.1-1) unstable; urgency=low + + * New Upstream Release. + * There was duplication with older tetex-extra and this tetex-doc so we + setted Replaces: tetex-extra (<< 2.0) in tetex-doc. [kohda] + * Added Section: doc in tetex-doc entry so the disparity should be fixed. + [kohda] + + -- Atsuhito KOHDA Tue, 18 Feb 2003 15:09:35 +0900 + +tetex-base (2.0-2) unstable; urgency=low + + * Fixed dependency and setup-conffiles. [kohda] + (Closes: #180360, #180297, #180600) + * Fixed postrm so /etc/texdoctk should be removed at purge. Also old + dat files would be removed with debconf. [kohda] (Closes: #180400) + * Fixed handling of generated files with updmap; now they were not conffiles + but configuration files and only installed when they didn't exist. + [kohda] (Closes: #180770) + * Fixed Description. [kohda] + + -- Atsuhito KOHDA Mon, 10 Feb 2003 07:23:47 +0900 + +tetex-base (2.0-1) unstable; urgency=low + + * New Upstream Release. + - Included dvipdmf stuffs. + - bsr-interpolated.map and bsr.map were moved from bluesky to tetex, and + lucida map files were added so we modified setup-conffiles. [kohda] + - config.ps was fixed in the upstream so we removed the patch. + - xdvi.cfg was removed and moved tetex-bin again. + * rules by cmc and updated. [kohda] (Closes: #177639) + * Used updmap again in postinst, but experimental yet. [kohda] + * Removed debian/conffiles, debian/tetex-extra.conffiles because we already + setted DH_COMPAT=3 in rules. [kohda] + * Refined config and templates. [kohda] (Closes: #175457) + + -- Atsuhito KOHDA Mon, 3 Feb 2003 17:36:09 +0900 + +tetex-base (1.0.2+20021025-7) unstable; urgency=low + + * Stopped to run updmap. This need much more investigation. [kohda] + + -- Atsuhito KOHDA Sat, 11 Jan 2003 08:56:39 +0900 + +tetex-base (1.0.2+20021025-6) unstable; urgency=low + + * Fixed handling of updmap in postinst. [kohda] (Closes: #175606) + * Fixed templates; added more elaborated explanation. Thanks to "R. Lewis" + [kohda] + + -- Atsuhito KOHDA Wed, 8 Jan 2003 10:07:28 +0900 + +tetex-base (1.0.2+20021025-5) unstable; urgency=low + + * Fixed templates. [kohda] (Closes: #175381) + * Fixed handling of psfonts.map, pdftex.map; if possible, used updmap now. + [kohda] + + -- Atsuhito KOHDA Mon, 6 Jan 2002 12:12:32 +0900 + +tetex-base (1.0.2+20021025-4) unstable; urgency=low + + * Added note for tetex maintainers about how to create orig.tar.gz + This is irrelevant for users but might be helpful for maintainers + cooperation. [kohda] + * Now postinst and tetex-extra.postinst checked the existence of + /etc/texmf/fmtutil.cnf" before running "texconfig init". [kohda] + (Closes: #62539) + * Now updmap.cfg is not a conffile but a configuration file generated by + update-updmap of tetex-bin. [kohda] (Closes: #70581) + * Found extsizes was included. [kohda] (Closes: #111561) + * Removed unnecessary /etc/X11/Xresources from dirs. [kohda] + * Moved eurosym and texdoctk stuffs in tetex-extra so modified dependency + correspondingly. [kohda] (Closes: #173872, #170382) + * Moved pdftex/pdflatex stuffs in tetex-base so now pdftex/pdflatex + should work without tetex-extra. [kohda] + (Closes: #143751, #95995, #139298) + * Removed FMT files when tetex-extra would be removed. Note, obsolete + omaga.fmt and lambda.fmt would be removed with preinst of tetex-bin. + [kohda] (Closes: #45930) + * Fixed handling way of psfonts.map pdftex.map ; first removed + obsolete wrong files if any in preinst and set them up correctly in + postinst. [kohda] + * Tried to remove obsolete conffiles with debconf. [kohda] + * Fixed handling of /usr/share/texmf/doc in rules; in the former version + symlinks were messed up. In this time, they would be corrected and #170592 + should be fixed really. + + -- Atsuhito KOHDA Wed, 18 Dec 2002 07:50:57 +0900 + +tetex-base (1.0.2+20021025-3) unstable; urgency=low + + * Changed Conflicts: revtex4 (<= 4.0-2) as the revtex4 maintainer, + Alexei Kaminski, kindly made a dummy revtex4 4.0-3 for smooth upgrade. + I would like to express the greatest thanks to Alexei Kaminski! + (Closes: #169902) + * Now provided xdvi.cfg [kohda] (Closes: #171196, #171913) + * Fixed config.ps with patch-tmp. Now dvips was in secure mode by default + and '-R' option should work fine. This will be fixed in the upstream + soon, so we should remove this modification at that instance! [kohda] + (Closes: #51586, #127893, #133589, #139085, #156406) + * Removed tetex-extra.preinst and preinst completely. [advised by jdg and + done by kohda] (Closes: #170592) + - I believe this would fix the failure of installation + (Closes: #78640, #153891, #170102) + * Removed listings.*, this package might be not DFSG-free. [kohda] + + -- Atsuhito KOHDA Mon, 2 Dec 2002 08:05:11 +0900 + +tetex-base (1.0.2+20021025-2) unstable; urgency=low + + * Added lost directories at cvs-upgrade. [kohda] + * Removed very obsolete 'babel' from Conflicts/Replaces entries. This was + a bug of serious, so we should fix this. [kohda] (Closes: #169799) + * Changed the condition in postinst from "if [ ! -e /usr/share/texmf/doc ]" + to "if [ ! -L /usr/share/texmf/doc ]" This might fix #170592 [kohda] + * Now remove /etc/texmf (and /var/cache/fonts) at purge by postrm. [kohda] + (Closes: #61293) + * Setted Conflicts/Replace with old tetex-bin because prologues for dvips + was moved in tetex-bin now. + * ttlkeys.def was included in the upstream source so I stopped fiddling + with it. [kohda] + * Added cspsfonts (tetex-base) and revtex4 (tetex-extra) to Conflicts + field. [kohda] (Closes: #159939, #169937) + * Following bugs could be closed. [kohda] + - newhelpindex.html could display the links. (closes: #141988) + - pool size was large enough. (closes: #165732) + - installed booktabs again. (closes: #167920) + + -- Atsuhito KOHDA Fri, 29 Nov 2002 10:15:02 +0900 + +tetex-base (1.0.2+20021025-1) unstable; urgency=low + + * New Upstream Release (20021025 beta version). + - web2c 7.3.9 in 20021025 version. (Closes: #165733) + - context would work. (Closes: #132232, #132237) + * Used the original tarball and applied necesary patches explicitly + to clarify our modifications but removed bad-license-files already + from .orig.tar.gz [kohda] + * Removed obsolete /var/spool/texmf and added /var/cache/fonts (debian/dirs) + [kohda] + * Added conffiles of dvips as possible as I could do. + (with debian/setup-conffiles) [kohda] + - utopia.map was removed in upstream (20021017) + * List explicitly already removed bad license files in the upstream source + in README.Debian [kohda] + * bookstabs, picinpar.sty were added because the license problems were + cleared. [kohda] + * Refined mktexlsr handling in postinst/postrm files. [kohda] + * Modified restore-symlinks a bit. [kohda] + * Modified remove-bad-license-files a bit [kohda] + * Added pxfonts, txfonts, mfpic, texdoctk, tetex-eurosym to a field of + Conflicts/Replaces. Thanks to Adrian Bunk . [kohda] + - removed Suggests: texdoctk from tetex-doc. + * Added and updated ttlkeys.def, and installed it by rules. But ttlps.def + was now present in original. [kohda] + * Added code to debian/rules to chmod our extra scripts to be executable + [cmc] (Closes: #148537) + + -- Atsuhito KOHDA Mon, 18 Nov 2002 17:00:03 +0900 + +tetex-base (1.0.2+20011202-4) unstable; urgency=low + + * For smooth upgrading, I collected every modifications to patch-deb, + so I hope cvs-upgrade would not cause troubles. + Please do NOT upload this version. [kohda] + * texmf/doc/generic/pstricks/multido.doc: Remove extra + ``\end{description}'' line [cmc] (Closes: #145478) + + -- Atsuhito KOHDA Sat, 16 Nov 2002 20:45:59 +0900 + +tetex-base (1.0.2+20011202-3) unstable; urgency=high + + * Added ttlkeys.def and ttlps.def from tetex-src package [cmc] + (Closes: #123981, #123989) + * Removed extra copy of draftcopy.sty [cmc] (Closes: #137238) + * texmf/: doc/fonts/oldgerman/corkpaper.dvi, + doc/fonts/oldgerman/suet.dvi, doc/generic/pstricks/README.pst-osci, + doc/latex/booktabs/booktabs.dvi, doc/latex/booktabs/booktabs.readme, + doc/latex/caption/caption.dvi, doc/latex/fancyvrb/fvrb-ex.dvi, + doc/latex/styles/algorithms.dvi, doc/latex/styles/beton.dvi, + doc/latex/styles/caption.dvi, doc/latex/styles/euler.dvi, + doc/latex/styles/footbib.dvi, doc/latex/styles/picinpar.dvi, + fonts/source/public/gothic/suet14.mf, + fonts/tfm/public/gothic/suet14.tfm, tex/latex/algorith/algorithm.sty, + tex/latex/algorith/algorithmic.sty, tex/latex/caption/caption.sty, + tex/latex/fancyvrb/fvrb-ex.sty, tex/latex/misc/beton.sty, + tex/latex/misc/booktabs.sty, tex/latex/misc/euler.sty, + tex/latex/misc/footbib.sty, tex/latex/misc/picinpar.sty: Files removed + because of licensing issues [cmc] (Closes: #131191) + * Add complete list of authorized folks to the Uploaders field in the + control file [cmc] + * Added debian/remove-bad-license-files to remove files we cannot + distribute if they are present (removed from CVS, but present in the + upstream tar file) [cmc] + * Removed executable bit from *.sty files in /texmf/tex/latex/cite/ [cmc] + * Rebuilt orig.tar.gz so that it unpacks into tetex-base-20011202 rather + than tetex-texmf-20011202 [cmc] + * Added missing angle bracket to + texmf/doc/latex/latex2e-html/ltx-174.html (Closes: #140394) [cmc] + * Should go into woody + + -- C.M. Connelly Sat, 27 Apr 2002 16:18:59 -0700 + +tetex-base (1.0.2+20011202-2) unstable; urgency=low + + * change vardir in original texmf.cnf in tetex-bin so that we don't have + to change it via texconfig while installing or upgrading. (closes: + #69600) + * don't install xdvi.cfg with tetex-base (closes: #127596, #129165, #129168) + + -- Christoph Martin Fri, 18 Jan 2002 23:56:48 +0100 + +tetex-base (1.0.2+20011202-1) unstable; urgency=low + + * New upstream release. + * Changed the dvips default to print to a file. + (closes: #106448) + + -- Adrian Bunk Mon, 3 Dec 2001 11:25:50 +0100 + +tetex-base (1.0.2+20011128-1) unstable; urgency=high + + * New upstream release. This release includes: + - the non-free cmbright fonts + macros were removed + - pb-diagram; added a Conflicts + Provides + Replaces on + the pb-diagram package. + - LaTeX 2001/06/01 (closes: #111366, #111489) + - updated semhelv package (closes: #46774) + - updated babel (closes: #79420) + - updated listings package (closes: #121821) + - marvosym works now as expected (closes: #109456) + * Removed latin9.def and latin10.def (reopens: #119531) + + -- Adrian Bunk Fri, 30 Nov 2001 20:51:51 +0100 + +tetex-base (1.0.2+20000804a-2) unstable; urgency=medium + + * fix empty tetex-extra.prerm (closes: #120960) + + -- Christoph Martin Sun, 25 Nov 2001 10:43:59 +0100 + +tetex-base (1.0.2+20000804a-1) unstable; urgency=low + + * fix copyrights in gs fonts (closes: #111284, #111289) + * remove predepends on essential package perl(5)-base (closes: #120300) + * add latin9.def and latin10.def (closes: #119531) + * added correct psnfss.html (closes: #119191) + + -- Christoph Martin Thu, 22 Nov 2001 19:17:40 +0100 + +tetex-base (1.0.2+20000804-9) unstable; urgency=low + + * Removed the directory /usr/share/texmf/tex/texinfo from + tetex-base since it's now in texinfo and versioned the + dependency of tetex-base on texinfo. (closes: #105594) + * Changed the priority of tetex-base from standard to optional + in debian/control. + * Added an "Uploaders:" field to debian/control. + + -- Adrian Bunk Thu, 19 Jul 2001 22:21:59 +0200 + +tetex-base (1.0.2+20000804-8) unstable; urgency=low + + * tetex-base does now suggest tetex-extra. (closes: #60253) + * Updated README.debian: (closes: #99297) + - tetex-nonfree is gone. + - xdvi does display .dvi.gz files. + - s|/usr/doc|/usr/share/doc|g + * Fixed a typo in newhelpindex.html. (closes: #96270) + + -- Adrian Bunk Sat, 2 Jun 2001 15:45:56 +0200 + +tetex-base (1.0.2+20000804-7) unstable; urgency=low + + * Removed the empty tetex-nonfree package - it's enough that the + other packages conflict with tetex-nonfree to force the removal + of tetex-nonfree. + Let tetex-extra provide tetex-nonfree to make upgrades easier. + * /etc/X11/app-defaults/XDvi is now a conffile. + + -- Adrian Bunk Sat, 24 Mar 2001 23:05:49 +0100 + +tetex-base (1.0.2+20000804-6) unstable; urgency=low + + * tetex-extra now conflicts/replaces cspsfonts (closes: #86415, #86698) + * move Build-Depends to Build-Depends-Indep in right place and add m4 + (closes: #88374) + * tetex-extra depends on gsfonts (closes: #87517) + + -- Christoph Martin Sun, 11 Mar 2001 12:05:15 +0100 + +tetex-base (1.0.2+20000804-5) unstable; urgency=medium + + * remove Predepends: dpkg-perl (closes: #82227) + * conflicts now with csplain, cslatex and cstexfonts (closes: #83711) + + -- Christoph Martin Sat, 17 Feb 2001 19:50:26 +0100 + +tetex-base (1.0.2+20000804-4) unstable; urgency=low + + * exclude some files which belong into tetex-src (closes: #78029) + * make tetex-nonfree an update-convenience package (closes: #69511) + * tetex-base depends on texinfo because of cyrtxinf (closes: #61990) + + -- Christoph Martin Sun, 10 Dec 2000 15:25:35 +0100 + +tetex-base (1.0.2+20000804-3) unstable; urgency=low + + * move /usr/X11R6/lib/X11/app-defaults/XDvi to /etc/X11/app-defaults + (closes: #76812, #76763) + + -- Christoph Martin Tue, 21 Nov 2000 17:20:16 +0100 + +tetex-base (1.0.2+20000804-2) unstable; urgency=low + + * unset some more TEX variables when installing (closes: #66634) + + -- Christoph Martin Sat, 30 Sep 2000 16:39:20 +0200 + +tetex-base (1.0.2+20000804-1) unstable; urgency=low + + * new upstream beta + * no more nonfree packages (closes: #65961) + * remove some files which are now in texinfo (closes: #65825) + * update Standards-Version to 3.2.0 and introduce Build-Depends (closes: + #67781) + * tetex-doc suggests texdoctk (closes: #67756) + * new hyphenation-patterns for dutch (nehyph) (closes: #55001) + + -- Christoph Martin Sat, 19 Aug 2000 13:48:43 +0200 + +tetex-base (1.0.2-2) unstable; urgency=high + + * preinst end with "exit 0" instead of "exit 1" (closes: #66024, #66283) + * Removed obsolete /usr/share/doc/tetex-base/copyright.seminar.gz + and corrected description of tetex-nonfree (closes: #65826) + * Moved koma-script from tetex-nonfree to tetex-extra (closes: #65827) + * Added a note at debian/copyright about the licence change of seminar + and koma-script + * Corrected typo in the description of tetex-doc + * Upload sponsored by Tony Mancill + + -- Adrian Bunk Sat, 24 Jun 2000 03:08:08 +0200 + +tetex-base (1.0.2-1) unstable; urgency=low + + * new upstream version (closes: Bug#57493, #56993) + * new LaTeX version + * new changebar.sty (closes: Bug#63930) + * move seminar back from tetex-nonfree as it seems to be free now + (closes: Bug#63912) + * move stmary back from tetex-nonfree as it seems to be free now + (closes: Bug#63331) + * new multicol.sty (closes: Bug#65111) + * do not check anymore for old tex packages (closes: Bug#62541) + + -- Christoph Martin Mon, 12 Jun 2000 14:53:40 +0200 + +tetex-base (1.0-10) frozen unstable; urgency=low + + * run mktexlsr in tetex-doc.postinst (closes: #62697) + * move stmary* to nonfree (closes: #62776, #62775) + * corrected description of tetex-extra (closes: #62520) + + -- Christoph Martin Fri, 21 Apr 2000 18:15:17 +0200 + +tetex-base (1.0-9) frozen unstable; urgency=high + + * Change maintainer address to new list + debian-tetex-maint@lists.debian.org. This should really go into + potato, so that we have the same maintainer address in frozen and + unstable. The old address will vanish soon. + * No codechanges + + -- Christoph Martin Sun, 9 Apr 2000 12:54:38 +0200 + +tetex-base (1.0-8) frozen unstable; urgency=medium + + * fixed broken french option in babel (closes: Bug#42698) + * remove ^Z from picins.sty (closes: Bug#42938) + + -- Christoph Martin Sat, 18 Mar 2000 16:07:00 +0100 + +tetex-base (1.0-7) unstable; urgency=low + + * typo in description of tetex-nonfree (closes: Bug#54821) + * add koma-script to description of tetex-nonfree (closes: Bug#54822) + + -- Christoph Martin Sat, 15 Jan 2000 11:36:33 +0100 + +tetex-base (1.0-6) unstable; urgency=high + + * use some more debhelpers + * change maintainer to tetex-maint .. + * move /usr/doc/* to /usr/share/doc/* (closes: Bug#51031) + * y2k fix in dinbrief.cls (closes: Bug#54385) + * fix permissions of some files (closes: Bug#54125, #53207) + + -- Christoph Martin Sun, 9 Jan 2000 14:51:40 +0100 + +tetex-base (1.0-5) unstable; urgency=low + + * add some copyright files to tetex-nonfree (closes: Bug#46445) + * resolve some dangling sysmlinks (closes: Bug#42794) + + -- Christoph Martin Tue, 26 Oct 1999 16:10:28 +0200 + +tetex-base (1.0-4) unstable; urgency=low + + * remove info entry for texinfo + * don't check for old texinfo on new install (Bug #41215) + + -- Christoph Martin Tue, 13 Jul 1999 11:32:05 +0200 + +tetex-base (1.0-3) unstable; urgency=high + + * remove texinfo.tex from tetex-base (Bug #40981, #40998, #40999, + #40960, #40961, #40983) + + -- Christoph Martin Fri, 9 Jul 1999 09:50:56 +0200 + +tetex-base (1.0-2) unstable; urgency=low + + * koma-script has to be in non-free + + -- Christoph Martin Mon, 5 Jul 1999 00:37:11 +0200 + +tetex-base (1.0-1) unstable; urgency=low + + * new upstream release (Bug #39234) + * change permission and ownership of files in /usr/local (Bug #35752) + * Xresources for XDvi are now in /etc/X11/Xresources/tetex-base + (Bug #38259) + * we have koma-script in non-free again + + -- Christoph Martin Sat, 3 Jul 1999 18:12:33 +0200 + +tetex-base (0.9.990601-2) unstable; urgency=low + + * fix move of files from nonfree to base etc. (Bug #38896) + + -- Christoph Martin Thu, 3 Jun 1999 22:55:48 +0200 + +tetex-base (0.9.990601-1) unstable; urgency=low + + * New upstream version, almost 1.0. + * Upstream removes some nonfree packages, so they are no longer in + tetex-base, -extra or nonfree. (foiltex, french) + * move natbib, ntgclass, multicol, makebst back to base, as they are + free now (LaTeX Project Public License) + * License for a lot of files is in lppl.txt + * context moved to main, as it is GPLed now + + -- Christoph Martin Thu, 3 Jun 1999 13:39:45 +0200 + +tetex-base (0.9.990510-2) unstable; urgency=high + + * remove dir /usr/share/texmf/pdftex/config before update, because dpkg + can't replace a dir with a link (Bug #38207, #38278) + + -- Christoph Martin Tue, 25 May 1999 11:00:29 +0200 + +tetex-base (0.9.990510-1) unstable; urgency=low + + * new upstream version + * patch newhelpindex.html to point to compressed files (Bug #33819, + #37148) + * include pointers to nehyph2.tex in language.dat and README.debian (Bug + #36049) + * new version (3.6x) of babel (Bug #36908) + * fix for postinst (Bug #37095) + * add dhelp support (Bug #31171) + * compress all the .dvi files (Bug #29690) + * add a special copyright file for tetex-nonfree (Bug #36346) + * call fmtutil --missing in postinst of tetex-extra to generate missing + formats (Bug #37146) + + -- Christoph Martin Sat, 22 May 1999 16:49:47 +0200 + +tetex-base (0.9.990406-1) unstable; urgency=low + + * new upstream version + * rm /var/lib/texmf/ls-R (Bug #35808) + * test for correct paths before configuring + + -- Christoph Martin Sat, 10 Apr 1999 14:18:57 +0000 + +tetex-base (0.9.990311-2) unstable; urgency=low + + * conflicts now with tetex-bin << 0.9.990310 (Bug #35584, #35589) + + -- Christoph Martin Mon, 5 Apr 1999 22:58:08 +0200 + +tetex-base (0.9.990311-1) unstable; urgency=low + + * new upstream version (Bug #34646) + * move to /usr/share/texmf (Bug #32714) + * move uktug-fag/index.html to tetex-doc (Bug #32288) + * make /usr/doc/texmf/mkhtml executable (Bug #33790) + * rm /usr/lib/texmf/local as tetex can now search in multiple + paths. (Bug #33290) + * move etex to tetex-base + + -- Christoph Martin Sun, 4 Apr 1999 12:32:37 +0200 + +tetex-base (0.9.981113-1) frozen unstable; urgency=high + + * New upstream bugfix (which hopefully fixes some problems) + * really move french/ to nonfree (Bug #30509) + * check for parameter of nonfree.postinst (Bug #22130) + * corrected typo in copyright file (Bug #30772) + + -- Christoph Martin Sun, 10 Jan 1999 18:07:44 +0100 + +tetex-base (0.9.981030-3) frozen unstable; urgency=medium + + * removed some disturbing warning message from postrm (Bug #28938, + #30484) + * check if texmf.cnf is really there where texconfig and friends search + for it before running texconfig etc. in postinst (Bug #28940, #29213, + #30276, #30485) + * add conficts/replaces for tetex-french as tetex-extra now includes + french.sty (Bug #30387) + * move nehyph[12], context/ and french/ to nonfree (Bug #29485, #29341, + #30509) + + -- Christoph Martin Sun, 13 Dec 1998 18:38:46 +0100 + +tetex-base (0.9.981030-2) frozen unstable; urgency=medium + + * corrected wrong source format. .orig.tar.gz and .diff were missing. + + -- Christoph Martin Sat, 28 Nov 1998 23:19:46 +0100 + +tetex-base (0.9.981030-1) unstable frozen; urgency=low + + * new upstream version (981030) + * /usr/doc/texmf/mkhtml is now executable (bug #28151) + * README.debian now contains more usefull information and a pointer to + more documentation (bug #25286) + * tetex-extra now too suggest tetex-nonfree + * changing descriptions of packages to have better information about + tetex-nonfree + * adding some information to the copyright file about the copyrights and + where to find them of the individual parts of teTeX (Bug #28423) + * fixing making link for /usr/lib/texmf/doc + * fixes draftcopy problem (bug #20458) + + -- Christoph Martin Sat, 31 Oct 1998 16:37:32 +0100 + +tetex-base (0.9.981008-2) unstable; urgency=high + + * onother fix for Bug #27162 + + -- Christoph Martin Fri, 16 Oct 1998 15:21:01 +0200 + +tetex-base (0.9.981008-1) unstable; urgency=low + + * New upstream version (981008) + * koma-script moved to komascr + * do not remove everything on purge in /etc/texmf (Bug #27231) + * include latest version of hyperref (Bug #27026) + * moved /usr/lib/texmf/doc to /usr/doc/texmf and give hint to it in + README.debian (Bug #26695, #27612) + * added bibentry (Bug #24520) + * changed /usr/local/lib/texmf links from relativ to absolut (Bug + #27041) + + -- Christoph Martin Sun, 11 Oct 1998 19:12:51 +0200 + +tetex-base (0.9.980803-1) unstable; urgency=low + + * New upstream version (980803) + * Includes June 1998 LaTeX Release (fixes: bug #26299) + * web2c.info now registerd (fixes: bug #26365) + * moved some files from tetex-base to tetex-extra + * moved a4wide.sty to nonfree, because a4.sty depends on it (fixes: + bug #24320, #25263) + * corrected copyright file (fixes: bug #24018) + * moved multicol to nonfree + + -- Christoph Martin Sat, 5 Sep 1998 21:51:22 +0200 + +tetex-base (0.9-8) frozen unstable; urgency=high + + * fixed check for old texmf.cnf in postinst (bug #23030) + * remove some more files on purge + + -- Christoph Martin Mon, 15 Jun 1998 14:08:42 +0200 + +tetex-base (0.9-7) frozen unstable; urgency=high + + * fixed problems with old and incompatible texmf.cnf (bug #22680, + #22694, #22672, #22683) + + -- Christoph Martin Thu, 21 May 1998 12:05:47 +0200 + +tetex-base (0.9-6) frozen unstable; urgency=high + + * new upstream version (teTeX 0.9 980511) + * removed info links since info files are no longer available; docu is + in html (bug #21479) + * fixed circular dependency of tetex-bin and tetex-base (bug #21558) + * tetex-base now Suggests rather then Recommends tetex-nonfree (bug + #21492) + * fixed postinst (bug #21590) + * removed some junk (bug #21505) + * more html docs (bug #16322) + + -- Christoph Martin Fri, 15 May 1998 22:55:42 +0200 + +tetex-base (0.9-5) frozen unstable; urgency=low + + * new upstream release (teTeX 0.9 980325) + * include french hyphenation patterns per default (Bug #20610) + * fixed type in tabbing.html (was in latex.info) (Bug #20412) + * added kris.eps and ross.eps (Bug #19737) + * added conflicts and replaces for obsolete hyperref (Bug #20333, + #20346, #20437, #20457) + * moved more files into tetex-nonfree + + -- Christoph Martin Sat, 11 Apr 1998 22:05:32 +0200 + +tetex-base (0.9-4) frozen unstable; urgency=low + + * move some nonfree files to new package tetex-nonfree (bugs #13456, #10568) + + -- Christoph Martin Fri, 27 Mar 1998 10:53:34 +0100 + +tetex-base (0.9-3) unstable; urgency=low + + * fixed dependencies again (bug #20119) + * added comment in postinst about long initex run + + -- Christoph Martin Wed, 25 Mar 1998 17:34:41 +0100 + +tetex-base (0.9-2) unstable; urgency=low + + * added Replaces and Depends for 0.4 versions + * fixed important problems reported by lintian (bug #19721) + * fixed missing set -e in scripts (bug #18633) + * added koma-script/readme.txt (bug #16410) + + -- Christoph Martin Mon, 23 Mar 1998 14:22:52 +0100 + +tetex-base (0.9-1) frozen unstable; urgency=medium + + * New Upstream Release (teTeX 0.9-980318). + * includes new sphyph.tex (bug #9999) + * latin2.def defines now \dj etc (bug #12173) + * fixes errors reportet by lintian for tetex-base (bug #19417) + * fixes errors reportet by lintian for tetex-doc (bug #19419) + * pstricks/multido.doc is now included (bug #16338) + * koma-script/readme.txt is now included (bug #16310) + * fixes errors reportet by lintian for tetex-extra (bug #19420) + * use tempfile in postinst (bug #19719) + * \noindent now works in quote environment (bug #18370) + + -- Christoph Martin Sun, 22 Mar 1998 18:05:19 +0100 + + +;; Local Variables: +;; coding: utf-8 +;; End: --- tetex-base-3.0.orig/debian/finddoubles +++ tetex-base-3.0/debian/finddoubles @@ -0,0 +1,26 @@ +#!/bin/bash + +contentsfile=/var/lib/dpkg/Contents-unstable-i386.gz + +texmffiles=texmf.files +relative_files=texmf.files.relative +files_double=texmf.files.double +files_todo=texmf.files.todo +double_packages_known='fonts/.*/lm/|tex/latex/lm|tex/latex/pgf|tex/latex/preview|tex/latex/xcolor|tex/texinfo' + +# create list of files and packages in /usr/share/texmf +zgrep usr/share/texmf $contentsfile | \ + egrep -v 'tex/tetex-extra|tex/tetex-base|tex/tetex-doc|tex/tetex-bin' > $texmffiles + +# filter out the relative filenames +sed -e 's@usr/share/texmf/\([[:alnum:][:punct:]]*\).*@\1@' $texmffiles > $relative_files + +# check whether those files are in our TEXMF tree: + +# for file in `cat $relative_files`; do +# # don't match directories! +# test -f $file && echo $file >> $files_double +# done + +# grep out files that are already removed from the debs +# egrep -v "$double_packages_known" $files_double > $files_todo --- tetex-base-3.0.orig/debian/find_preinst_md5sums +++ tetex-base-3.0/debian/find_preinst_md5sums @@ -0,0 +1,101 @@ +#!/bin/sh + +# copy $EXTRA_UNUSED_CONFFILES $EXTRA_FORMER_UCF and $UNUSED_CONFFILES $FORMER_UCF +# from the generated preinst scripts into this file: +. ./preinst.conffiles + +# copy $teTeX3_md5sumlist $woody_md5sum_list $sarge_md5sum_list from the generated +# preinst scripts (or common.function.in in tex-common) to this file: +. ./preinst.md5sums + +for file in $EXTRA_UNUSED_CONFFILES $EXTRA_FORMER_UCF; do + found=false + set $sarge_md5sum_list + while [ $# -gt 0 ]; do + if [ "/etc/texmf/$file" = $1 ]; then + found=true + break + else + shift 2 + fi + done + set $woody_md5sum_list + while [ $# -gt 0 ]; do + if [ "/etc/texmf/$file" = $1 ]; then + found=true + break + else + shift 2 + fi + done + set $teTeX3_md5sumlist + while [ $# -gt 0 ]; do + if [ "/etc/texmf/$file" = $1 ]; then + found=true + break + else + shift 2 + fi + done + if [ $found = true ]; then + : +# echo "Found $file" + else + md5sum_found=false + if existing_file_maybe=$(kpsewhich $(basename $file)); then + echo -n " /etc/texmf/$file " + md5sum $existing_file_maybe | sed -e 's@[[:space:]].*@@' + md5sum_found=true + fi + if [ $md5sum_found = false ]; then + echo "$file not found." + fi + fi +done + +for file in $UNUSED_CONFFILES $FORMER_UCF; do + found=false + set $sarge_md5sum_list + while [ $# -gt 0 ]; do + if [ "/etc/texmf/$file" = $1 ]; then + found=true + break + else + shift 2 + fi + done + set $woody_md5sum_list + while [ $# -gt 0 ]; do + if [ "/etc/texmf/$file" = $1 ]; then + found=true + break + else + shift 2 + fi + done + set $teTeX3_md5sumlist + while [ $# -gt 0 ]; do + if [ "/etc/texmf/$file" = $1 ]; then + found=true + break + else + shift 2 + fi + done + if [ $found = true ]; then + : +# echo "Found $file" + else + md5sum_found=false + if existing_file_maybe=$(kpsewhich $(basename $file)); then + echo -n " /etc/texmf/$file " + md5sum $existing_file_maybe | sed -e 's@[[:space:]].*@@' + md5sum_found=true + fi + if [ $md5sum_found = false ]; then + echo "$file not found." + fi + fi +done + +exit 0 --- tetex-base-3.0.orig/debian/setup-conflinks-perl.in +++ tetex-base-3.0/debian/setup-conflinks-perl.in @@ -0,0 +1,130 @@ +#include variables +#!/usr/bin/perl +# +# setup-conflinks, internal packaging script for tetex-base and -extra. +# $Id: setup-conflinks-perl.in 113 2005-08-04 15:02:54Z frn $ +<:=@COPYRIGHT:>// +# +# +use strict; +use warnings; +use diagnostics; + +use Getopt::Long; +use File::Basename; + +################################### +# internal Variables +################################### + +my $progname = $0; +my $package; + + +################################### +# teTeX Variables +################################### + +my @base_conffiles = ( +"tex/cslatex/fonttext.cfg", +"tex/cslatex/hyphen.cfg", +"tex/latex/base/latex209.cfg", +"tex/latex/base/ltxdoc.cfg", +"tex/latex/base/ltxguide.cfg", +"tex/latex/base/texsys.cfg", +"tex/latex/graphics/color.cfg", +"tex/latex/graphics/graphics.cfg", +"context/config/texexec.ini", +"context/config/texexec.rme" +); +# $BASE_UCF is substituted by a space-separated list +my @base_ucf = split / /, "<:=$BASE_UCF:>"; + +################################### +# Function definitions +################################### + +sub usage () { + print < \$package ); +$package = "tetex-$package"; + +for ($package) { + if (/base/) { + +# miscellaneous config files + for my $conffile (@base_conffiles) { + ( my $destdir = dirname ($conffile) ) =~ s@^tex/@@; + $destdir =~ s@/.*@@; +# commented for testing +# move_and_link $conffile, $destdir; + }; + move_and_link "tex/generic/config", ".", "generic"; + +# ucf move +# commented for testing +# rename "debian/$package/usr/share/texmf/web2c/updmap.cfg", +# "debian/$package/usr/share/texmf/web2c/00updmap.cfg" +# or die "debian/$package/usr/share/texmf/web2c/updmap.cfg not found"; + for (@base_ucf){print "$_\n"}; +# print "@base_ucf\n"; +# for my $ucffile (){ +# }; + } + elsif (/extra/) { + print "extra\n"; + } + else { usage } +}; + +#print "$package\n"; + +# Local Variables: +# mode: cperl +# skeleton-pair: t +# End: + --- tetex-base-3.0.orig/debian/sid-stamp +++ tetex-base-3.0/debian/sid-stamp @@ -0,0 +1 @@ +dummy content for dpkg-source --- tetex-base-3.0.orig/debian/missingfiles +++ tetex-base-3.0/debian/missingfiles @@ -0,0 +1,3 @@ +mathpi.map +wolfram.map + --- tetex-base-3.0.orig/debian/copyright +++ tetex-base-3.0/debian/copyright @@ -0,0 +1,268 @@ +Copyright file for tetex-base, tetex-extra and tetex-doc. + +Table of contents: + +1. Copyright and License of the debian-specific adaptations +2. License of the teTeX distribution as a compilation work +3. (incomplete) list of licenses of individual parts +4. Text of the licenses + + +1. Copyright and License of the debian-specific adaptations + +Debian adaptations for this Package are under Copyright by: + + Christoph Martin christoph.martin@uni-mainz.de (1998-2002) + Adrian Bunk (2000-2002) + C.M. Connelly (2002) + Atsuhito KOHDA (2002-) + Hilmar Preusse (2003-) + Stefan Ulrich (2003-) + Frank Küster (2003-) + Florent Rougon (2004) + +This list has been compiled in July 2004, therefore it is probably +incomplete (missing names and too short date ranges). Contributors of +translations and other small patches are mentioned in +changelog.Debian. + +The package was downloaded from CTAN:/systems/unix/teTeX + +-------------- + +2. License of the teTeX distribution as a compilation work + +The teTeX distribution, i.e. the tetex-base, tetex-extra and tetex-doc +packages, together with the tetex-bin and tetex-src packages, is +Copyright by Thomas Esser (1994-2005). + +The teTeX distribution 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. + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License may be found in /usr/share/common-licenses/GPL. + +-------------- + +3. (incomplete) list of licenses of individual parts + +The GPL applies to the teTeX distribution as a compilation work. +Individual parts of this distribution have their own copyright and +license. + +We are attempting to provide comprehensive information on the licenses +of all files in the package, but this is ongoing work. Below you can +find a list of packages grouped by their license. (A "package" in this +sense is a bunch of files on the CTAN servers, usually one +subdirectory, with common copyright; the files in a package may be +installed in different locations in below /usr/share/texmf.) In the +accompanying file Copyright.Files you can find a list of files that +belong to each package. The actual text of the licenses (or a +reference to a separate file) is given at the end of this file +(copyright). The first file of a package's filelist is the file that +contains the license statement. If the license statement has been +found elsewhere (e.g. in a file that is not installed), the source of +information is stated in lines commented with #. + + +Therefore, if you want to know the license of a specific file, first +look up the package it belongs to in Copyright.Files, and then the +license of the package in this file, and it's text below. If you +cannot find the file in Copyright.Files, this means we did not yet +have time to look up it's license and include it in the list. In this +case, you have to look up the license: Often it is in the file itself, +sometimes you have to find out which package it belongs to, and look +into the file that describes it's license information (a file named +README, COPYING or similar). In some cases, the license information +may not be included any file installed with tetex-base, tetex-extra or +tetex-doc, but in the source in the tetex-src package. + +If you had to figure out the license of a file or package this way, +please submit your results as a bug report, so that we can include it +here - thanks in advance! + +-------------- +-------------- + +The format of the list is + +[Package|File]: License-abbreviation version[+] + +Files or packages marked with a + have a "or later" versioning +clause. Packages with non-common licenses have a number instead of a +license abbreviation after their name, and the text of the license is +given below in section 4, ordered by the number. However, we have +tried to classify those individual licenses. Therefore you will find +entries like "cite: PD (1)" meaning that the file is in the Public +Domain, and the license is given as number 1. + +A. Packages with unclear or problematic licenses + +- euler: LPPL according changelog, but no indication in file. + +- listings: LPPL, plus: + +,---- +| *Modification*advice* +| +| Permission is granted to modify the listings package as well as +| lstdrvrs.dtx. You are not allowed to distribute a modified version of +| the listings package or lstdrvrs.dtx unless you change the file names +| and provide the original files. In any case it is better to contact +| the address below; other users will welcome removed bugs, new +| features, and additional programming languages. + +This is more restrictive than LPPL 1.3 (6.a and 6.d.2). The title is advice... + +- ae: Just a formal problem, the GPL is included, but nowhere is it + explicitly stated that this license applies to the package. + + ***** + +B. Individual files, not belonging to any package: + + cahyph.tex: LPPL 1+ + gahyph.tex: GPL 2+ + icehyph.tex: LPPL 1.2+ + ruhyphas.tex: LPPL 1.2+ + ruhyphzn.tex: LPPL 1.2+ + sehyph.tex: LPPL 1.2+ + + ***** + +C. Packages + +- LaTeX/TeX/... packages + + acronym: LPPL 1.3+ + adrconv: LPPL 1.2+ + ae: GPL + antp: PD + antt: PD + base: See LaTeX + bbm: LPPL 1+ + bbold: mBSD + caption: LPPL 1.3+ + carlisle: LPPL 1+ + ccfonts: LPPL 1.2+ + cite: PD (1) + cmbright: LPPL 1.2+ + concmath: LPPL 1+ + ConTeXt: GPL 2+ + curves: LPPL 1.2+ + custom-bib: LPPL 1+ + cyrillic: LPPL 1+ + dinbrief: LPPL 1.1+ + dstroke: PD (2) + epic: PD (3) + endfloat: GPL 2+ + extsizes: LPPL (no version) + fancyhdr: LPPL 1+ + fancyvrb: Artistic 2 + fontinst: LPPL 1+ (some files 1.1+ or 1.2+) + fvrb-ex: Artistic 2 + g-brief: LPPL 1.1+ + LaTeX: LPPL 1.2+ + pslatex: LPPL+ + pst-osci: PD + +- Font packages + + Computer Modern: (4) + cmbright: LPPL 1.2+ + sueterlin: PD + +- Documentation + + uktug-faq: PD + +-------------- +-------------- + +4. Text of the licenses + +A. GPL (Gnu General Public License) + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL. + +B. LPPL (LaTeX Project Public License) + +The full text of the LPPL is given in +/usr/share/doc/tetex-base/lppl.txt.gz + +C. Artistic license + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/Artistic + +D. PD (Public domain): + +The file or package contains a statement equivalent to + +"This file is in the public domain. You may freely use, modify or +distribute it". + +E. mBSD (modified BSD) + +This abbreviation is used for BSD-type licenses if the only difference +to the original BSD license is that the text "the name of the +University nor the names of its contributors" has been changed to +something reflecting the authorship of the respective package. + +X. Non-standard licenses, by number: + +(1) These macros may be freely transmitted, reproduced, or modified + provided that this notice is left intact. + +(2) You may use and distribute these fonts as you like. + You may modify these fonts as long as you do not + rename the files to one of those names that + Donald E. Knuth chose for the Computer Modern fonts. + (And seriously, who would want to do that?) + +(3) eepic.sty, eepicemu.sty: + The macros are in public domain. + You may distribute or modify it in any ways you like. + epic.sty: + You may use this file in whatever way you wish. You are requested to + leave this notice intact, and report any bugs, enhancements, comments, + suggestions, etc. to: + ... + +(4) TeX, MetaFont and the Computer Modern fonts have a special + + license; essentially, they are public domain, but no modified + version may use the same name, and the names "TeX" and "MetaFont" + for the resulting programs, unless they pass the TRIP and TRAP + tests. The complete license statement can be found in a text at + http://www.ntg.nl/maps/pdf/5_34.pdf, and the relevant parts are: + + ,---- + | My work on developing TEX, METAFONT, and Computer + | Modern has come to an end. I willmake no further + | changes except to correct extremely serious bugs. + | + | I have put these systems into the public domain so that + | people everywhere can use the ideas freely if they wish. + | + | [...] + | As stated on the copyright pages of Volumes B, D, and + | E, anybody can make use of my programs in whatever + | way they wish, as long as they do not use the names + | TEX, METAFONT, or Computer Modern. In particular, + | any person or group who wants to produce a program + | superior to mine is free to do so. However, nobody is + | allowed to call a system TEXor METAFONT unless that + | system conforms 100% to my own programs, as I have + | specified in the manuals for the TRIP and TRAP tests. + | And nobody is allowed to use the names of the Computer + | Modern fonts in Volume E for any fonts that do not + | produce identical tfm files. This prohibition applies to + | all people or machines, whether appointed by TUG or + | by any other organization. I do not intend to delegate the + | responsibility formaintainance of TEX, METAFONT, or + | Computer Modern to anybody else, ever. + `---- --- tetex-base-3.0.orig/debian/tetex-extra.postinst.in +++ tetex-base-3.0/debian/tetex-extra.postinst.in @@ -0,0 +1,63 @@ +#include variables +#!/bin/sh -e +# +# postinst maintainer script for the Debian tetex-extra package. +# $Id: tetex-extra.postinst.in 400 2005-12-11 14:10:30Z frank $ +<:=@COPYRIGHT:>// + +## Define static variables we need +UNUSED_CONFFILES="<:=$UNUSED_CONFFILES_EXTRA:>" +FORMER_UCF="<:=$BLUESKY_UCF:>" +PREINST_MOVE_EXT=<:=$PREINST_MOVE_EXT:> +oldstuff_dir=<:=$OLDSTUFFDIR:> + + +<:open(FUNCTIONS,'common.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +################################################################# +# Here starts the real action +################################################################# + +case "$1" in + configure|abort-*) + + # remove backup files from preinst + if [ -z "$2" ] || dpkg --compare-versions "$2" le 3.0-10 ; then + # we should echo only if there are actual files. But this would require + # to put the echo command in the loop, with checks to ech only once. + # Instead, we just prevent it from being displayed if a version has + # been configured that already had the confiles removed. + echo -n "Removing unchanged obsolete conffiles ... " + fi + for file in $UNUSED_CONFFILES; do + rm -f $oldstuff_dir/`basename $file`.$PREINST_MOVE_EXT + done + for file in $FORMER_UCF; do + rm -f $oldstuff_dir/`basename $file`.$PREINST_MOVE_EXT + if [ -x /usr/bin/ucf ]; then ucf --purge /etc/texmf/$file; fi + done + rmdir $oldstuff_dir 2>/dev/null || true # ignore errors if nonexistent or non-empty + if [ -z "$2" ] || dpkg --compare-versions "$2" le 3.0-10 ; then + echo "done" + fi + + mktexlsr + echo "Creating missing formats." + create_tetex_formats --missing + update-updmap --quiet + create_fontmaps + ;; + *) + echo "tetex-extra: postinst called with unknown argument: '$1''" >&2 + ;; +esac + + +#DEBHELPER# + + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: --- tetex-base-3.0.orig/debian/index-tetexdoc.1 +++ tetex-base-3.0/debian/index-tetexdoc.1 @@ -0,0 +1,32 @@ +.TH INDEX-TETEXDOC 8 +.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.SH NAME +index-tetexdoc \- shell script to generate an index of all TeX documentation files +.SH SYNOPSIS +.B index-tetexdoc +.I "[options]" +.br +.SH DESCRIPTION +This manual page documents briefly the +.BR index-tetexdoc +command. +.PP +.B index-tetexdoc +is a shell script to generate a html file that contains links to all +TeX documentation files in TEXMF/doc. The default output file is +/var/lib/texmf/helpindex.html +.PP +.PP +.SH OPTIONS +.B \-o, \-\-output\-file +.I "[filename]" +.br +.PP +Output to +.I filename +instead. +.PP +.SH AUTHOR +This manual page was written by Frank Küster , +for the Debian GNU/Linux system (but may be used by others). --- tetex-base-3.0.orig/debian/tetex-extra.fontmap.list +++ tetex-base-3.0/debian/tetex-extra.fontmap.list @@ -0,0 +1 @@ +20tetex-extra --- tetex-base-3.0.orig/debian/moved_files +++ tetex-base-3.0/debian/moved_files @@ -0,0 +1,2 @@ +files moved from tetex-base to tetex-bin: +XDvi --- tetex-base-3.0.orig/debian/README.texmaps +++ tetex-base-3.0/debian/README.texmaps @@ -0,0 +1,13 @@ +Some of the configuration files of TeX-related packages cannot be +present in /etc when the package is removed (but not purged). In +particular, font configuration files in /etc/texmf/updmap.d/ will +cause errors when the respective map files (or symlinks) in +/usr/share/texmf/fonts/map are not present. + +To preserve user changes, maintainer scripts can put those +configuration files into subdirectories of this directory to preserve +changes made by the local administrator. + +When tetex-base is purged, these files will stay in this directory, +causing a warning by dpkg. Please do not remove this directory, unless +it is empty. --- tetex-base-3.0.orig/debian/remove-oldmaps +++ tetex-base-3.0/debian/remove-oldmaps @@ -0,0 +1,105 @@ +#!/bin/sh +# +# Script to remove unused conffiles from /etc/texmf/dvips +# +# In previous versions, font map files were treated as configuration +# files by the teTeX packages and therefore installed in /etc/texmf +# (some were handled using ucf). In fact, however, these files hardly +# ever need to be edited. (Indeed it is much more likely that there is +# an error in the *.sty or *fd files). Therefore, these files are now +# installed in the usual TEXMF tree. +# +# Since they formally were conffiles previously, dpkg treats them +# specially: They will not be altered or removed when the package is +# updated. The purpose of this is to keep any local configuration +# changes - even if the files are no longer used, the changes therein +# can be taken as a model for new changes elsewhere. In our case, +# however, it also results in lots of unused files that probably were +# never changed. +# +# If you want, you can remove these files - it will not affect tetex's +# behavior at all. You can do this manually, or let this script do the +# work for you. When working manually, note that there are still some +# files left in /etc/texmf/dvips: Files with other extensions than "map" +# as well as map files from other packages, and generated map files. +# + +DVIPS=/etc/texmf/dvips + +ANTP="config.antp antp.map antp.enc" +ANTT="config.antt antt.map antt.enc" +BLUESKY="psfonts.ams psfonts.cm psfonts.amz psfonts.cmz" +CCPL="ccpl.map" +LUCIDA="lucidabr-k.map lucidabr.map lumath-k.map lumath.map" +PSNFSS="charter.map pazo.map psnfss.map" +MISC="cmcyr.map mathpi.map cs.map config.mirr marvosym.map pcrr8rn.map wolfram.map" +EXTRAMISC="eurosym.map" +TETEX="hoekwater.map mt-yy.map txfonts.map lucidabr-o.map pdftex35.map mathpple.map \ + ps2pk35.map mt-belleek.map pxfonts.map dvips35.map mt-plus.map ttcmex.map \ + dvipdfm35.map lumath-o.map" +PL="config.pl pl.map" +QFNT="config.qbk config.qpl config.qzc config.qcr config.qhv config.qtm qbk.map qcr.map qhv.map qpl.map qtm.map qzc.map" +XYPIC="xypic.map" + +OMEGA_UCF="omega.map" +BSRTETEX_UCF="bsr-interpolated.map bsr.map" + +# from tetex-1.x +oldfiles='antp.cfg +antt.cfg +ar-ext-adobe-bi.map +ar-ext-adobe-kb.map +ar-ext-urw-kb.map +ar-ext-urw-urw.map +ar-std-adobe-bi.map +ar-std-adobe-kb.map +ar-std-urw-kb.map +ar-std-urw-urw.map +bakoma-extra.map +config.qf +lw35extra-adobe-bi.map +lw35extra-adobe-kb.map +lw35extra-urw-kb.map +lw35extra-urw-urw.map +mathpple-ext.map +mtsupp-ext-adobe-bi.map +mtsupp-ext-adobe-kb.map +mtsupp-ext-urw-kb.map +mtsupp-ext-urw-urw.map +mtsupp-std-adobe-bi.map +mtsupp-std-adobe-kb.map +mtsupp-std-urw-kb.map +mtsupp-std-urw-urw.map +pl.cfg +raw-ar-ext-adobe-bi.map +raw-ar-ext-adobe-kb.map +raw-ar-ext-urw-kb.map +raw-ar-ext-urw-urw.map +raw-ar-std-adobe-bi.map +raw-ar-std-adobe-kb.map +raw-ar-std-urw-kb.map +raw-ar-std-urw-urw.map +raw-lw35extra-adobe-bi.map +raw-lw35extra-adobe-kb.map +raw-lw35extra-urw-kb.map +raw-lw35extra-urw-urw.map +utopia.map' + +# generated files and links are still needed, but will probably +# be moved to VARTEXMF +generated="download35.map builtin35.map psfonts_t1.map psfonts_pk.map pdftex_dl14.map pdftex_ndl14.map dvipdfm_dl14.map dvipdfm_ndl14.map ps2pk.map" + +generated_links="dvipdfm.map pdftex.map psfonts.map" + +for oldmap in $ANTP $ANTT $BLUESKY $CCPL $LUCIDA $PSNFSS \ + $MISC $EXTRAMISC $TETEX $PL $QFNT $XYPIC $OMEGA_UCF $BSRTETEX_UCF $oldfiles; do +# $generated $oldfiles; do + file=$DVIPS/$oldmap + if [ -e $file -a ! -L $file ]; then rm $file; fi +done + +# for oldlink in $generated_links; do +# file=$DVIPS/$oldlink +# if [ -L $file -a ! -f "`readlink $file`" ]; then rm $file; fi +# done + --- tetex-base-3.0.orig/debian/postinst.functions +++ tetex-base-3.0/debian/postinst.functions @@ -0,0 +1,98 @@ +################################################################# +## Function definitions - included from file postinst.functions +################################################################# + +# common.functions need to be included also! + +# for pdftexconfig_transition() +# args: 1. command to change/add, 2. setting +ConfigReplace(){ + pdfcommand=$1 + setting="$2" + if grep $pdfcommand $newfile | grep -v '^[[:space:]]*%' >/dev/null; then + new_tempfile=`mktemp` + sed -e "s/^[[:space:]]*\\$pdfcommand=[^%]*/\\$pdfcommand=$setting /" $newfile > $new_tempfile + savemove $new_tempfile $newfile + else + # is there still an \endinput? + if [ $endinput_removed = 0 ]; then + new_tempfile=`mktemp` + sed -e 's/^[\]endinput//' $newfile > $new_tempfile + savemove $new_tempfile $newfile + endinput_removed=1 + fi + echo "\\$pdfcommand=$setting" >> $newfile + fi +} + +pdftexconfig_transition(){ + # if pdftex.cfg still exists, and the new pdftexconfig.tex does not yet + # exist, we try to provide a transition for the settings. The + # pdftexconfig.tex file that results from the transition of 2.0.2's + # unchanged default pdftex.cfg is already registered to ucf; therefore + # the user will only be asked if they have changed pdftex.cfg. + oldfile=/etc/texmf/pdftex/pdftex.cfg + newfile=/etc/texmf/tex/generic/pdftexconfig.tex + template=/usr/share/texmf-tetex/tex/generic/config/pdftexconfig.tex + + # only act if the old file is there, and the new one not yet: + test -f $oldfile && test ! -f $newfile || return 0 + # If the old file is unchanged, remove it and stop. The default md5sum is needed + # in case tetex-base 2.0.2 is removed without purging and 3.0 installed afterwards. + default_sarge_md5sum="8d08d2723661c86cd45e4a1408a5f923" + dpkg_md5sum=`dpkg_md5sum $oldfile` + : ${dpkg_md5sum:=$default_sarge_md5sum} + actual_md5sum=`md5sum $oldfile | cut -f 1 -d ' '` + if [ "$dpkg_md5sum" = "$actual_md5sum" ]; then + rm $oldfile + return 0 + fi + + # start the work + echo -n "Using obsolete pdftex.cfg to generate pdftexconfig.tex ... " + mkdir -p `dirname $newfile` + cp $template $newfile + + pdf_tempfile=`mktemp` + grep -v '^[[:space:]]*%' $oldfile > $pdf_tempfile + + # do not fiddle with \pdfoutput! + parameters="pdfadjustspacing adjust_spacing_level + pdfcompresslevel compress_level + pdfdecimaldigits decimal_digits + pdfmovechars move_chars + pdfimageresolution image_resolution + pdfpkresolution pk_resolution + pdfhorigin horigin + pdfvorigin vorigin + pdfpageheight page_height + pdfpagewidth page_width + pdflinkmargin link_margin + pdfthreadmargin thread_margin" + + + set $parameters + endinput_removed=0 + while [ $# -gt 0 ]; do + pdfcommand=$1 + parameter=$2 + setting=`grep "^[[:space:]]*$parameter" $pdf_tempfile | \ + sed -e "s/^[[:space:]]*$parameter[[:space:]][[:space:]]*\([^%]*\).*/\1/"` + if [ -n "$setting" ]; then + ConfigReplace $pdfcommand "$setting" + fi + shift; shift + done + if [ $endinput_removed = 1 ]; then + echo "\endinput" >> $newfile + fi + + rm $pdf_tempfile + + mv $oldfile $oldfile.$POSTINST_MOVE_EXT + echo "done." +} + +################################################################# +## End of function definitions from file postinst.functions +################################################################# --- tetex-base-3.0.orig/debian/common.functions.in +++ tetex-base-3.0/debian/common.functions.in @@ -0,0 +1,626 @@ +#include common.variables +################################################################# +## Function definitions - included from file common.functions +################################################################# +# Copyright (C) 2004 by Frank Küster . +# $Id: common.functions.in 940 2006-02-24 17:33:28Z frank $ + +# internal variables for common.functions +: ${MKTMPDIR:=$TMPDIR} # mktemp will create its files there +: ${MKTMPDIR:=<:=$MKTMPDIR:>} +SYMLINK_MOVE_EXT=<:=$SYMLINK_MOVE_EXT:> +TEXMFSYSVARDIR=<:=$TEXMFSYSVARDIR:> + +debug(){ + true "$*" +} +# debug(){ +# echo -en "$*" +# } + +savemove(){ + source="$1" + dest="$2" + chown --reference=$dest $source + chmod --reference=$dest $source + mv $source $dest +} + +rename_catinfo(){ + oldfile=$1 + newfile=$oldfile.$MOVE_EXT + echo $INFO_TEXT > $newfile + cat $oldfile >> $newfile + chmod --reference=$oldfile $newfile + chown --reference=$oldfile $newfile + rm -f $oldfile +} + +create_tetex_formats(){ + options="$@" + tempfile=`mktemp -p $MKTMPDIR tetex.postinst.XXXXXXXX` + echo "Running fmtutil-sys. This may take some time. ..." + # for jadetex safety (see #352391 and friends), remove old latex formats + if [ "$options" = "--all" ]; + then for file in latex.fmt latex.efmt latex.log pdflatex.fmt pdflatex.efmt pdflatex.log; do + rm -f $TEXMFSYSVARDIR/web2c/$file + done + fi + if fmtutil-sys $options > $tempfile; then + rm -f $tempfile + else + echo + echo "fmtutil failed. Output has been stored in" + echo "$tempfile" + echo "Please include this file if you report a bug." + exit 1 + fi +} + +create_fontmaps(){ + tempfile=`mktemp -p $MKTMPDIR tetex.updmap.XXXXXXXX` + echo -n "Running updmap-sys. This may take some time. ..." + if updmap-sys 2> $tempfile; then + rm -f $tempfile + echo " done." + else + echo + echo "updmap failed. Output has been stored in" + echo "$tempfile" + echo "Please include this file if you report a bug." + exit 1 + fi + echo +} + +handle_stateof_configfile(){ + # call this function with the correct action (see below) as first + # argument, the configuration file to handle as second, and the + # package it belongs to as third argument. + # + # If you want to understand the function, start reading the --remove + # action. The function cannot do all for you! What you have to do + # additionally in preinst is outlined in the preinst action. + + CONFIG_FILE="$2" + PACKAGE=$3 + + # static variables + CONFSTATEDIR=<:=$confstatedir:> + NO_CONFIG_PREFIX=<:=$no_config_prefix:> + PCONFSTATEDIR=$CONFSTATEDIR/$PACKAGE + SAVED_CONFIG_FILE=$PCONFSTATEDIR/`basename $CONFIG_FILE` + NO_CONFIG_FILE=$PCONFSTATEDIR/$NO_CONFIG_PREFIX.`basename $CONFIG_FILE` + TEMP_CONFIG_FILE="$PCONFSTATEDIR/`basename $CONFIG_FILE`.tmp" + + case $1 in + --preinst) + if [ ! -d "$PCONFSTATEDIR" ]; then + mkdir --mode=755 "$PCONFSTATEDIR" + fi + +# here comes what you need to do in _your_ preinst script + +# # if an old version is in state rc, we get "$old_version" as second arg +# # if an other version is installed, we will be called with upgrade. +# # Therefore we know that we install on a clean system if we've got +# # only one argument and first argument is "install" +# case $1 in +# install) +# if [ $# = 1 ] && [ ! -f $CONFIG_FILE ]; then +# cat > "$TEMP_CONFIG_FILE" <&2 < $NO_CONFIG_FILE + fi + ;; + --purge) + rm -f "$CONFIG_FILE" "$SAVED_CONFIG_FILE" "$NO_CONFIG_FILE" "$TEMP_CONFIG_FILE" + rmdir $PCONFSTATEDIR + ;; + esac +} + +preinst_move_symlink(){ + existing_symlink="$1" + if [ -e $existing_symlink ] && [ -L $existing_symlink ]; then + echo "Removing obsolete symlink $existing_symlink." + mv $existing_symlink $existing_symlink.$SYMLINK_MOVE_EXT + + fi +} + +preinst_move_dir(){ + existing_dir="$1" + if [ -d $existing_dir ] && [ ! -L $existing_dir ]; then + echo "Removing obsolete directory $existing_dir." + mv $existing_dir $existing_dir.$SYMLINK_MOVE_EXT + + fi +} + +# for abort-upgrade +preinst_restore_symlink(){ + stored_symlink="$1" + if [ -e $stored_symlink.$SYMLINK_MOVE_EXT ] && [ ! -e $stored_symlink ]; then + mv $stored_symlink.$SYMLINK_MOVE_EXT $stored_symlink + fi +} + +preinst_restore_dir(){ + stored_dir="$1" + if [ -e $stored_dir.$SYMLINK_MOVE_EXT ] && [ ! -e $stored_dir ]; then + mv $stored_dir.$SYMLINK_MOVE_EXT $stored_dir + fi +} + +postinst_remove_saveddir(){ + saveddir="$1" + if [ -e $saveddir.$SYMLINK_MOVE_EXT ] && \ + [ -L $saveddir ] && \ + [ -e $saveddir ]; # true if target exists + then + rm -r $saveddir.$SYMLINK_MOVE_EXT + fi +} + +postinst_remove_savedlink(){ + savedlink="$1" + if [ -e $savedlink.$SYMLINK_MOVE_EXT ] && \ + [ ! -L $savedlink ] && \ + [ -d $savedlink ]; + then + rm -r $savedlink.$SYMLINK_MOVE_EXT + fi +} + +select_lsrfile() { + case $1 in + main) LSR=$TEXMFSYSVARDIR/ls-R-TEXMFMAIN ;; + var) LSR=$TEXMFSYSVARDIR/ls-R ;; + cache) LSR=/var/cache/fonts/ls-R ;; + *) echo "select_lsr: don't know how to set this: $1" >&2 ;; + esac + echo $LSR +} + +clean_texenvironment(){ + envvars="AFMFONTS BIBINPUTS BSTINPUTS CMAPFONTS CWEBINPUTS ENCFONTS GFFONTS \ +GLYPHFONTS INDEXSTYLE LIGFONTS MAILCAPLIBDIR MFBASES MFINPUTS MFPOOL MFTINPUTS \ +MIMELIBDIR MISCFONTS MISSFONT_LOG MPINPUTS MPMEMS MPPOOL MPSUPPORT MPXCOMMAND \ +OCPINPUTS OFMFONTS OPENTYPEFONTS OPLFONTS OTPINPUTS OVFFONTS OVPFONTS PDFTEXCONFIG \ +PKFONTS PSHEADERS SFDFONTS SYSTEXMF T1FONTS T42FONTS T4HTINPUTS TEX4HTFONTSET \ +TEX4HTINPUTS TEXCONFIG TEXDOCEXT TEXDOCHTML TEXDOCS TEXDOCSCOMPRESS TEXDOCSSUFFIX \ +TEXFONTMAPS TEXFORMATS TEX_HUSH TEXINPUTS TEXMF TEXMFCNF TEXMFCONFIG TEXMFDBS \ +TEXMFDIST TEXMFHOME TEXMFLOCAL TEXMFMAIN TEXMFSCRIPTS TEXMFSYSCONFIG TEXMFSYSVAR \ +TEXMFVAR TEXPICTS TEXPOOL TEXPSHEADERS TEXSOURCES TFMFONTS TRFONTS TTFONTS \ +VARTEXFONTS VFFONTS WEB2C WEBINPUTS" + for var in $envvars; do + unset $var || true + done + +} + +get_newfilename(){ + file="$1" # without leading /etc/texmf + basedir=${file%%/*} + restname=$(echo ${file#*/}) + case $basedir in + $file) + case $file in + modes.mf) + echo metafont/misc/modes.mf + ;; + mktex.cnf) + echo web2c/mktex.cnf + esac + ;; + map) + echo fonts/$file + ;; + dvips) + echo $basedir/config/$restname + ;; + *) + echo tex/$basedir/config/$restname + ;; + esac +} + +dpkg_md5sum(){ + file=$1 + md5sum=`grep "$file[[:space:]]" /var/lib/dpkg/status | cut -f 3 -d ' '` + if [ -z "$md5sum" ]; then + get_sarge_md5sum_from_list $file + fi + echo $md5sum +} + +ucf_md5sum(){ + file=$1 + md5sum=`grep "$file$" /var/lib/ucf/hashfile | cut -f 1 -d ' '` + if [ -z "$md5sum" ]; then + get_sarge_md5sum_from_list $file + fi + echo $md5sum +} + + + +sarge_md5sum_list=" + /etc/texmf/mktex.cnf 6491db33ef75bbe4f38a6dcbdcab7db8 + /etc/texmf/modes.mf 17886f0a39f023a1830538073a743047 + /etc/texmf/context/cont-cz.ini 984f5ed1242258775b9c6e5e8b219a26 + /etc/texmf/context/cont-de.ini c2c75aaddf59e7cd1d14ef3661578eef + /etc/texmf/context/cont-en.ini 5d7064e3adc9acdaf94e37e9bc5c1a29 + /etc/texmf/context/cont-it.ini 96366065e347eab53a30e72d9a6e4ca0 + /etc/texmf/context/cont-nl.ini 25cbcc11164d749693de4eea197a9c65 + /etc/texmf/context/cont-ro.ini a94fd43e68156f57e6bf3ac4a901af14 + /etc/texmf/context/cont-uk.ini ee6f13cd52623786f7a13c151900ec50 + /etc/texmf/context/cont-usr.tex 15b671e578d517dc54df1db022c3f412 + /etc/texmf/context/texexec.ini 1497213cfcfded9d1ae2e5546cf55fc4 + /etc/texmf/cslatex/fonttext.cfg 1129c41c24cf37f4d2cad6deca949fb1 + /etc/texmf/cslatex/hyphen.cfg 987e934d95d372902b0e1a81d3dc3802 + /etc/texmf/cyrplain/cyramstx.ini 15d4ba30419b36376851a124619e20ba + /etc/texmf/cyrplain/cyrtex.cfg 843bd70324caf63d72269dd3afdd8eb1 + /etc/texmf/cyrplain/cyrtex.ini 40ae6def8399827a80f3736e5fb1cdf5 + /etc/texmf/cyrplain/cyrtxinf.ini 797f2dae2d06396a4b40b1454609f025 + /etc/texmf/dvipdfm/config 8713d15e9e574109c61474a3990b677f + /etc/texmf/dvipdfm/README.config 2731fe134e122f315d91cae400a6b13e + /etc/texmf/dvips/config.builtin35 5775e9a2ec5e89c44f03c49a84133c76 + /etc/texmf/dvips/config.dfaxhigh 1c7ef7c0bcc006af534241df17d1e085 + /etc/texmf/dvips/config.dfaxlo 25b7f9a41d13d188b75fb6ec63e8fa09 + /etc/texmf/dvips/config.download35 39bb1088ea568d10973f48293c205a8e + /etc/texmf/dvips/config.gsftopk e02bc7dd315e819e349c52191837975a + /etc/texmf/dvips/config.ps 7402075ae27071bff26ddeb1143ace07 + /etc/texmf/dvips/config.outline e671960560b7cb570aef7f19af14519a + /etc/texmf/dvips/config.pdf d05ab1e98fcf0d2a4eccd4bb7ad9b0e4 + /etc/texmf/dvips/config.pk 44348634a3771beda74b4133a8614fa5 + /etc/texmf/dvips/config.www ba6b447883942b5f0d653d878072321b + /etc/texmf/dvips/context.map 0c886351c178a140f3e2b6e39656ee44 + /etc/texmf/etex/etex.ini eb7eeca34d4f7c338480ae2f1e95dae6 + /etc/texmf/etex/language.def e28ea8119d0edaea53f2a55bd5a13bf5 + /etc/texmf/latex/color.cfg d77957eef96e7e9a4bdc3d1d24a49df3 + /etc/texmf/latex/graphics.cfg 3f384c52d267b7f0a50fb71fab57d60f + /etc/texmf/latex/latex.ini 09e4f410ade0befce1e0bacf8e272789 + /etc/texmf/latex/latex209.cfg c9af399f9747715e21b6e64daa4e5916 + /etc/texmf/latex/ltxdoc.cfg 50cf6ee9115a007246d2d79e350a8592 + /etc/texmf/latex/ltxguide.cfg cc8dbfee5a57b4ae20bb77cc6aeb0e1f + /etc/texmf/latex/texsys.cfg 055c0b3967730e2dd75dee66ccde2687 + /etc/texmf/latex/fontmath.cfg ee0a90dac1a81d3aee68f1abdbbd5839 + /etc/texmf/latex/fonttext.cfg 6be6de7b54df7d13a8831138e7f1297b + /etc/texmf/latex/preload.cfg a2df76edd8245ce697c998dd4cbf060f + /etc/texmf/map/dvips/context/il2-ams-cmr.map cc471142a76445139def6ad5b5202ad4 + /etc/texmf/map/dvips/context/pl0-ams-cmr.map 0bf5e38fde2a67bb4df7cdb11e499175 + /etc/texmf/pdftex/context/il2-ams-cmr.map cc471142a76445139def6ad5b5202ad4 + /etc/texmf/pdftex/context/original-adobe-euro.map ee2826182cf6f1b95890e8b7d0fc9633 + /etc/texmf/pdftex/context/original-ams-cmr.map 5912f95748bc1917f14632e48cc223ac + /etc/texmf/pdftex/context/original-ams-euler.map 878c01a7de86554eb41ff74a0b752f5f + /etc/texmf/pdftex/context/original-context-symbol.map 7090f11f5bee8f5e9b46841f286d1df9 + /etc/texmf/pdftex/context/original-vogel-symbol.map e4f07d28e80b93ad2513a3e812541f32 + /etc/texmf/pdftex/context/original-youngryu-px.map b17cc8cb081cb34cbff9e197c1e97512 + /etc/texmf/pdftex/context/original-youngryu-tx.map 229dbd1882f3378c4dd21e353489f03a + /etc/texmf/pdftex/context/pl0-ams-cmr.map 0bf5e38fde2a67bb4df7cdb11e499175 + /etc/texmf/pdftex/context/pl0-ams-cmr.map 0bf5e38fde2a67bb4df7cdb11e499175 + /etc/texmf/pdftex/cmttf.map 6b87723795683cdcfd846c2d8d60cb3e + /etc/texmf/pdftex/pdftex.cfg 8d08d2723661c86cd45e4a1408a5f923 + /etc/texmf/platex/hyphen.cfg 1199fd3dbe752e8eedaca7a5a6df9258 + /etc/texmf/platex/language.dat 8e3525fe40ae72bb08f673b30eca1236 + /etc/texmf/platex/platex.ini c865212575be3a09cbadb694a803ca55 + /etc/texmf/updmap.d/00updmap.cfg 82884281d955998e22141cf67b45209d + /etc/texdoctk/texdocrc 9957008bc9073607c1090f4ce55cc3c0 + + /etc/texmf/dvips/config.ams df69e80e8157afde30550f21317bbd6d + /etc/texmf/dvips/config.cm 363c5ef43576af28b14330ae78ed5de8 + /etc/texmf/dvips/config.amz 0ef9213edceaaba3185a79e5946c8411 + /etc/texmf/dvips/config.cmz 949213a1865415e6f5199188ee57419e + /etc/texmf/latex/SIunits.cfg e1c35ec7ca1a5a17ac67ecbdabb6990b + /etc/texmf/latex/draftcopy.cfg 339604ed6e259f766281201bc26a3ebf + /etc/texmf/latex/geometry.cfg 10ea5acebcdd8c1f6e50c6059a86fc4b + /etc/texmf/latex/hyperref.cfg 6865c020b50d426d7d3893193933f852 + /etc/texmf/latex/lettrine.cfg 980963bc52386638361f704f2316092b + /etc/texmf/latex/seminar.con e72fce0eed20a2c0ffe505578a517937 + /etc/texmf/latex/listings.cfg cda21886f370b2a08959be5b7c522bd0 + /etc/texmf/latex/jblong.cfg 1ff923049f25d755e3c598f1f9bd7321 + /etc/texmf/latex/jurabib.cfg d4655b3681c0a8be21267ee31a200164 + /etc/texmf/latex/efxmpl.cfg 8e5a8e1829832aefb9e6190365201470 + /etc/texmf/latex/adrplaner.cfg 26a0aedd3f777b141037b8bf0b992c92 + /etc/texmf/latex/adrdir.cfg fafff964038150fa8cf034d92a56ee77 + /etc/texmf/latex/adrsmall.cfg 6fdd42917d54ebb2389c6f4e4a13ae6c + /etc/texmf/latex/htex4ht.cfg 9f3b36f33fd350aa315a4a3a40c87ef9 + /etc/texmf/lambda/language.dat b7b70636a817d3f75f28a107c240d2cf + + /etc/texmf/dvips/config.qbk ba3f00776ea78362953c9211a09c09d7 + /etc/texmf/dvips/config.qcr 13822cff599bb1dc574a038f0d86a362 + /etc/texmf/dvips/config.qhv 7c77d2e5f9ca96fbfda5f3f6c68d8287 + /etc/texmf/dvips/config.qpl b36d7997a69aec7389a9580513750755 + /etc/texmf/dvips/config.qtm 8cc586156ba303881e41671f7d5d8227 + /etc/texmf/dvips/config.qzc ba705b343b90b615012fa41d5a7016d5 +" + +woody_md5sum_list=" + /etc/texmf/dvips/antp.cfg 5fdea5dec2977f321c1d39b90f161858 + /etc/texmf/dvips/antp.map 629cf954491b5092f56c79ba12761eb7 + /etc/texmf/dvips/antt.cfg eb9863fe55c45357f3e93cc0f796df7d + /etc/texmf/dvips/antt.map 015d3ea75dda8f11ac4d3d376fc3f4f9 + /etc/texmf/dvips/ar-ext-adobe-bi.map 7587ed88b27b0e85585bc2300d1c2a9a + /etc/texmf/dvips/ar-ext-adobe-kb.map b3e9ba6adac40cb9499d8f7c5bb7e6c3 + /etc/texmf/dvips/ar-ext-urw-kb.map 1e18d58b346a184b2c009e8a2611cf6c + /etc/texmf/dvips/ar-ext-urw-urw.map 4613ccfaa28c351167239a049149076f + /etc/texmf/dvips/ar-std-adobe-bi.map b8729c41827597f2a5d9dc293a6257a3 + /etc/texmf/dvips/ar-std-adobe-kb.map 4d5a5faacb6bb60ba44a040df0485c8f + /etc/texmf/dvips/ar-std-urw-kb.map 7c95efc06585ece0cad0c73f9bbe92bb + /etc/texmf/dvips/ar-std-urw-urw.map 512269272f1ec556035c8d4b38db4175 + /etc/texmf/dvips/bakoma-extra.map 2deed84112de63c43d532bbd1dd51afa + /etc/texmf/dvips/bsr-interpolated.map b1810467ac2e91f76745f0eaed3eddc6 + /etc/texmf/dvips/bsr.map dd57d8b9b4cc4fee6c4869ccb637f7d3 + /etc/texmf/dvips/charter.map bcbe669e6587e1c0b9fbf5d3ac69a716 + /etc/texmf/dvips/cmcyr.map 1fa90ba90a5ac959be73acbbf993aaa6 + /etc/texmf/dvips/config.ams 32c36b063268c5e45819fe8114ce3cf0 + /etc/texmf/dvips/config.amz b9c14f2d2e3923372e9067e2e1ee47b5 + /etc/texmf/dvips/config.antp 5fdea5dec2977f321c1d39b90f161858 + /etc/texmf/dvips/config.antt eb9863fe55c45357f3e93cc0f796df7d + /etc/texmf/dvips/config.cm 68d23ead2901dddbc1779c905806b783 + /etc/texmf/dvips/config.cmz 830f16e1e39c67b1c665a8b09824a7b4 + /etc/texmf/dvips/config.mirr 0e8b7634e3aeace8b57e240cb93408f6 + /etc/texmf/dvips/config.pl a516410ffe6bcea727b688cdbff15c45 + /etc/texmf/dvips/config.qf d8faeac49b163e20f2d5f7664fd4d312 + /etc/texmf/dvips/cs.map b9727dbb85c735942232d9e77c548892 + /etc/texmf/dvips/hoekwater.map bc6bdcc34147938cac35dd9cbfcf5461 + /etc/texmf/dvips/lucidabr.map 75651df30093b42f15a137f4e8abb2d0 + /etc/texmf/dvips/lw35extra-adobe-bi.map 11264229d954278095d041a7d406a1de + /etc/texmf/dvips/lw35extra-adobe-kb.map b599fd43351ddf92787bc4d45b210b33 + /etc/texmf/dvips/lw35extra-urw-kb.map 22fad0272384ba9040e095cb23f5b751 + /etc/texmf/dvips/lw35extra-urw-urw.map 947b2971882ac3defc4e1539e08d7755 + /etc/texmf/dvips/marvosym.map b62e3abdcb114dbc2a09cf34f7d8d1d3 + /etc/texmf/dvips/mathpi.map b583f43ff524840a455391c507a91630 + /etc/texmf/dvips/mathpple-ext.map 34ae5407fab3660f7121fcad21016a70 + /etc/texmf/dvips/mt-belleek.map 347a0440cf51e36f53fe76e205c71280 + /etc/texmf/dvips/mt-plus.map 1a905e8e34fab38aa54af13dc1479864 + /etc/texmf/dvips/mt-yy.map 6b31a726154f4542f030d1f73186683d + /etc/texmf/dvips/mtsupp-ext-adobe-bi.map 81bcdf8701d93786913a0139a7c37592 + /etc/texmf/dvips/mtsupp-ext-adobe-kb.map bd64720edf9c35db323305d801b11be5 + /etc/texmf/dvips/mtsupp-ext-urw-kb.map 74d836235b7c35e3af5fcef8404d6f86 + /etc/texmf/dvips/mtsupp-ext-urw-urw.map 88297fe4c49421bb283d4b70cc6edf83 + /etc/texmf/dvips/mtsupp-std-adobe-bi.map 8bb11a1c60587515f5d77170167f7f57 + /etc/texmf/dvips/mtsupp-std-adobe-kb.map 95fca79f2bb903589501b60623cf2a70 + /etc/texmf/dvips/mtsupp-std-urw-kb.map 464234ad0a8c06b5411e6bb69c69407f + /etc/texmf/dvips/mtsupp-std-urw-urw.map 500150762c74095610b6d57250f94b3b + /etc/texmf/dvips/omega.map 3d6c7dd276926b59b23ffdf03fb0572f + /etc/texmf/dvips/pazo.map d3595db441a758df87659e4818b38690 + /etc/texmf/dvips/pdftex.map 3d0e6e8f2d699c2f34d07d49e4de040d + /etc/texmf/dvips/pl.cfg a516410ffe6bcea727b688cdbff15c45 + /etc/texmf/dvips/pl.map b4c7ab7e7f366132ade80179181529b5 + /etc/texmf/dvips/ps2pk.map a5252a3d87db54b810b75296cceca7e6 + /etc/texmf/dvips/psfonts.map 30c95da0f4ba9c7fca1558212a245058 + /etc/texmf/dvips/psnfss.map f00b2d47c09074b3f7c138adac928731 + /etc/texmf/dvips/qpl.map f80cdfb21c7d47450d922bcdf2f0d741 + /etc/texmf/dvips/qtm.map 8597ab2c2c1f30a5eb338200c752bcc4 + /etc/texmf/dvips/raw-ar-ext-adobe-bi.map f625673c720a566fefc3adb2a330b0c6 + /etc/texmf/dvips/raw-ar-ext-adobe-kb.map 99fa23110abc0b6322b168cd942abb00 + /etc/texmf/dvips/raw-ar-ext-urw-kb.map a15eccb4c519784b0382e98b35462584 + /etc/texmf/dvips/raw-ar-ext-urw-urw.map 4e4c658e639ed63d6b089e970d5b8790 + /etc/texmf/dvips/raw-ar-std-adobe-bi.map 8f075586c668dd49d6659a47f80ca222 + /etc/texmf/dvips/raw-ar-std-adobe-kb.map 420803cd71d69a67d30e01414a4b0b7c + /etc/texmf/dvips/raw-ar-std-urw-kb.map d9761c9236ba5f72a6a1db0add78e4c0 + /etc/texmf/dvips/raw-ar-std-urw-urw.map a46a2fd9dc6c2b8d1520e9c5b8947293 + /etc/texmf/dvips/raw-lw35extra-adobe-bi.map b8f9a068495e84954575da333dbff52b + /etc/texmf/dvips/raw-lw35extra-adobe-kb.map 90090d802aa0591abd0897c836119e43 + /etc/texmf/dvips/raw-lw35extra-urw-kb.map e2ab5453857be7683779788218ea9e78 + /etc/texmf/dvips/raw-lw35extra-urw-urw.map de4b3fc35de1dc73202d1ea31a018bc7 + /etc/texmf/dvips/updmap ae1883f5a9a065d8b290943783ae5699 + /etc/texmf/dvips/utopia.map 1486b1d114c9b279cdfebaffa7a6d47f + /etc/texmf/dvips/xypic.map 76252f9400b09fd41094c59d3ec887ae + /etc/texmf/varfontdirs.debian 7a37da968bb865bde339fb44818ba44a +" + +teTeX3_md5sumlist=" + /etc/texmf/latex/microtype.cfg 649944bb5f193e75dba7604b9515317f + /etc/texmf/map/dvips/ams/psfonts.ams 4b9748dab405dfea8ed231f49c6d41be + /etc/texmf/map/dvips/ams/psfonts.amz b50e059ec6e8100fe2117c6369f481be + /etc/texmf/map/dvips/ams/psfonts.cm 32e4fd405f16fba1efa4b30b3eb6fbb2 + /etc/texmf/map/dvips/ams/psfonts.cmz 5e4704775fe8b7a50da60d0c89bddbb6 + /etc/texmf/map/dvips/misc/eurosym.map d166c4724e8ba420f96a1f09a520a571 + /etc/texmf/map/dvips/omega/omega.map 4e8b9ee7c3eeaf1f29acfb4e8498a300 + /etc/texmf/map/dvips/tetex/bsr-interpolated.map ff9ed6a46c278b41fe8fbbb6a2dff340 + /etc/texmf/map/dvips/tetex/bsr.map 0b0b15d8614b7b0fea0e39c4e0aac0d5 + /etc/texmf/map/dvips/xypic/xypic.map 76252f9400b09fd41094c59d3ec887ae + + /etc/texmf/latex/mt-bch.cfg 614a80d4ecd37228b91cc2218bf2318e + /etc/texmf/latex/mt-cmr.cfg 0628cdefd394aa8cf76e81b25b202939 + /etc/texmf/latex/mt-pad.cfg b8eb5e92c7fc74cfc76981cd2060efb1 + /etc/texmf/latex/mt-pmn.cfg 9590d6f8df10679a1bb1b3688debdc60 + /etc/texmf/latex/mt-ppl.cfg fd4be8fc50f24b2f71af4437aecd1b45 + /etc/texmf/latex/mt-ptm.cfg d45476b9dc1ccafdbe47ab3421ed6487 + /etc/texmf/latex/pict2e.cfg b16b3616fed72f01eb96e9db61b4c6b2 + /etc/texmf/latex/subfig.cfg 6576eee12179b8e6e74a61803dccd4e8 + /etc/texmf/latex/subfigure.cfg 42ba738bf6f1cec796106a69840777a4 + + /etc/texmf/map/dvips/tetex/ttcmex.map 30b444ca3bdddc7385674a264a88fc71 + /etc/texmf/map/dvips/tetex/txfonts.map 1517cdcd00753f4cf479e1cd902e5565 + /etc/texmf/map/dvips/urwvn/urwvn.map 3957d2189b90cf29432d11f3940f07a9 + /etc/texmf/map/dvips/vntex/vnr.map e24ba6c5dba7177b97b1f09674b2efdd + /etc/texmf/map/dvips/context/8r-base.map 79cfc6242d56d94a474f82cf68b9b4f7 + /etc/texmf/map/dvips/context/context-base.map 47f25cd8bbd06782c0c37e3a59fd2ad5 + /etc/texmf/map/dvips/context/cork-public-lm.map 52c874fe89509d5c5680f7bf065021a8 + /etc/texmf/map/dvips/context/cork-var-exclusive-public-lm.map d390da268671bfe0534a0e2f6f755ebe + /etc/texmf/map/dvips/context/cork-var-public-lm.map a9736f8a7e667b6e25a5d73743779424 + /etc/texmf/map/dvips/context/ec-base.map dac422cda2e42ebc444a9c0a5270118d + /etc/texmf/map/dvips/context/ec-public-lm.map 52c874fe89509d5c5680f7bf065021a8 + /etc/texmf/map/dvips/context/ec-var-exclusive-public-lm.map 8d8b3e2d03a46945abe9166ae8717980 + /etc/texmf/map/dvips/context/ec-var-public-lm.map 5bba1aec7dc180ab5c7a14a8c7f37307 + /etc/texmf/map/dvips/context/original-adobe-euro.map ee2826182cf6f1b95890e8b7d0fc9633 + /etc/texmf/map/dvips/context/original-base.map d2769316abae0730b0ba7302f8445bad + /etc/texmf/map/dvips/context/original-context-symbol.map 7090f11f5bee8f5e9b46841f286d1df9 + /etc/texmf/map/dvips/context/original-dummy.map c73e4c248c1b10fb4c2dba637e2ab5ac + /etc/texmf/map/dvips/context/original-empty.map c62254f50983f6bd7a9ba0b9c8a454e1 + /etc/texmf/map/dvips/context/original-micropress-informal.map b1193c3602a01d34e7325a154d7d0752 + /etc/texmf/map/dvips/context/original-public-csr.map 1b65adecb4e19df833eb7e74a0ba81f1 + /etc/texmf/map/dvips/context/original-public-lm.map 0e1d5937d6b78e933e6e9c82ef9aef60 + /etc/texmf/map/dvips/context/original-public-plr.map bb5e9c65080da1f780d52ca6d665c53b + /etc/texmf/map/dvips/context/original-vogel-symbol.map e4f07d28e80b93ad2513a3e812541f32 + /etc/texmf/map/dvips/context/psclean.map 3827b27c947b8ccf50010649d7deebd0 + /etc/texmf/map/dvips/context/qx-base.map 114614226629844c7e2895907254747b + /etc/texmf/map/dvips/context/qx-public-lm.map 6f4469307efb3d5219f8a59eb90439a0 + /etc/texmf/map/dvips/context/texnansi-base.map 4b4834091ada92c2bea9d04d64f367cc + /etc/texmf/map/dvips/context/texnansi-public-lm.map 19dd099ceadcc329c4b6a46e8c1f8837 + /etc/texmf/map/dvips/context/texnansi-var-exclusive-public-lm.map f06fac31ec825d35a478551652c28764 + /etc/texmf/map/dvips/context/texnansi-var-public-lm.map 9114ed6275fb2d9e17bb5fb7de8d76a6 + /etc/texmf/map/dvips/context/original-public-vnr.map f83114a5d4489dea4223d3d54dbaed2a + /etc/texmf/map/dvips/context/t5-base.map edfab2c556e71e69081803d366c32f36 + /etc/texmf/map/dvips/context/t5-public-lm.map ba63279e67979c19cadcd2115b1a9b8d + /etc/texmf/map/dvipdfm/tetex/cm-dvipdfm-fix.map 6df4e61f14013914f4c232465f38b096 + /etc/texmf/map/pdftex/cmttf/cmttf.map 6b87723795683cdcfd846c2d8d60cb3e + /etc/texmf/map/dvips/tetex/contnav.map 841fb6fa662cdee17994748492e8493c + /etc/texmf/generic/pdftexconfig.tex edd42bc8e0c2768a6e84c3bd5f41eb4a + /etc/texmf/generic/fontmath.cfg bf78874db3d6425f6f98d7dc6fd3ad74 + /etc/texmf/generic/fonttext.cfg 1871c2f77ee3c2ea6bad3c786d4b6b4f + /etc/texmf/generic/preload.cfg 63a7532825e1f8f5742fa392577e9101 + /etc/texmf/map/dvips/context/original-ams-euler.map baef813cea1c95eaf5782cd5c4db593d + /etc/texmf/map/dvips/context/original-ams-cmr.map 9f6c7359622ba2fe1cbbe36c8b40c07f + /etc/texmf/map/dvips/context/original-youngryu-tx.map efd89c4c9790b92c19dd9c94307c2497 + /etc/texmf/pdftex/context/original-youngryu-px.map aac975fbf317cb2c3af057ae011f0356 + + /etc/texmf/map/dvips/qfonts/qbk.map a880a86dc59af79fa21176109426e002 + /etc/texmf/map/dvips/qfonts/qcr.map 0dde05fe1edf9d22c1c33abb308337b5 + /etc/texmf/map/dvips/qfonts/qhv.map 1b7d8cecc9b2037b4e14be6aec821425 + /etc/texmf/map/dvips/qfonts/qpl.map 7d59433ee7e9ba0bab61973797280d01 + /etc/texmf/map/dvips/qfonts/qtm.map 440385da4f2f40e53440d9e0e7782a6b + /etc/texmf/map/dvips/qfonts/qzc.map 59e87840844241fe3eede78368c13ff6 + /etc/texmf/map/dvips/tetex/dvipdfm35.map ed194cf7240a45cb458c5ec174045cc6 + /etc/texmf/map/dvips/tetex/dvips35.map ca61c59bcecd9f75c90f8b03416533f9 + /etc/texmf/map/dvips/tetex/hoekwater.map bc6bdcc34147938cac35dd9cbfcf5461 + /etc/texmf/map/dvips/tetex/lucidabr-o.map d8125ebea10915ba2e5ab2d5168f1a4e + /etc/texmf/map/dvips/tetex/lumath-o.map 374a42867948c28911301aa8ae4b9f73 + /etc/texmf/map/dvips/tetex/mathpple.map bc2531931c6ab748e6a507803cc06f28 + /etc/texmf/map/dvips/tetex/mt-belleek.map 347a0440cf51e36f53fe76e205c71280 + /etc/texmf/map/dvips/tetex/mt-plus.map 4895bcb036ff481e067daec1a196b25a + /etc/texmf/map/dvips/tetex/mt-yy.map 7fb24232a249e9e899c97eaf33f6a7af + /etc/texmf/map/dvips/tetex/pdftex35.map 29f11fe462735f27af57ca893e37362d + /etc/texmf/map/dvips/tetex/ps2pk35.map f0d12d8dd8472e7fee1019c46b8718b6 + /etc/texmf/map/dvips/tetex/pxfonts.map d92a7aba5febb36b3179de747bd7c099 + + /etc/texmf/map/dvips/antp/antp.map 50e9ff27840e0c2225fe2ab10658b5d3 + /etc/texmf/map/dvips/antt/cork-antt.map b6d42f790e3bff20f56735ff6b612f57 + /etc/texmf/map/dvips/antt/cs-antt.map 19e8e4a13d77ca47e0a0c1acb254ad0d + /etc/texmf/map/dvips/antt/exp-antt.map 08919cd0c39577f860f8b4c7a64c2b3d + /etc/texmf/map/dvips/antt/greek-antt.map 67f6c7038c5963663bd5516c10acba4e + /etc/texmf/map/dvips/antt/qx-antt.map 669ebfc8198223b41e4008ef3d74f508 + /etc/texmf/map/dvips/antt/t2a-antt.map 1c9bd0a971ecf0cfa0e9ee9c57bbb100 + /etc/texmf/map/dvips/antt/t2b-antt.map 0f3018935e9047a6965941dc1899fdfa + /etc/texmf/map/dvips/antt/t2c-antt.map 1d57e45d10a6d9015e393cf7160be328 + /etc/texmf/map/dvips/antt/texnansi-antt.map 4baf42d2478c8a7e7d7e19b7dff03256 + /etc/texmf/map/dvips/antt/wncy-antt.map 60aeb6f763540cb9eae371bf6977c84f + /etc/texmf/map/dvips/antt/t5-antt.map afbb27d29fbebd8976f22623811a940e + /etc/texmf/map/dvips/cc-pl/ccpl.map f2b809a52174b30918426e94ef56b86b + /etc/texmf/map/dvips/lucida/lucidabr-k.map 30174ed3e1f4cba2731c22dd9571f1b1 + /etc/texmf/map/dvips/lucida/lucidabr.map c3b6c5489b772e235158b3c22117a95a + /etc/texmf/map/dvips/lucida/lumath-k.map ef1b8f1edbab74b19e450d732c8befa4 + /etc/texmf/map/dvips/lucida/lumath.map fed199fec8770f09c201208602978e04 + /etc/texmf/map/dvips/misc/cmcyr.map 1fa90ba90a5ac959be73acbbf993aaa6 + /etc/texmf/map/dvips/misc/cs.map b9727dbb85c735942232d9e77c548892 + /etc/texmf/map/dvips/misc/marvosym.map b62e3abdcb114dbc2a09cf34f7d8d1d3 + /etc/texmf/map/dvips/misc/pcrr8rn.map 798d4ca99e50961a24f8eaea20978ceb + /etc/texmf/map/dvips/misc/dstroke.map 48c4f60d6a6326675a9c377c8d835e6a + /etc/texmf/map/dvips/pl/pl.map facfcd8e0cfd0be291ea542fb6c10148 + /etc/texmf/map/dvips/psnfss/charter.map 993695ecc0d071d7fc3377129338cba1 + /etc/texmf/map/dvips/psnfss/pazo.map d3595db441a758df87659e4818b38690 + /etc/texmf/map/dvips/psnfss/psnfss.map 9bc5893a55f916e90839073715bbc390 + /etc/texmf/map/dvips/psnfss/fpls.map 277c296a5fed1dab839c3b50169b22cf + /etc/texmf/map/dvips/psnfssx/pcr8y.map d50bbaffee15c71b4f37a3e57ef8ae92 + /etc/texmf/map/dvips/psnfssx/phv8y.map 1a5eb8c9a441bf0f828212b0b3be535e + /etc/texmf/map/dvips/psnfssx/ptm8y.map 2f3991312960f9f9fd00156b34c0b4de + /etc/texmf/plain/language.def e28ea8119d0edaea53f2a55bd5a13bf5 + + /etc/texmf/map/dvips/psnfssx/README.mapfiles de70bcb7f559055385f0b450fce51d03 + /etc/texmf/dvips/omega.cfg 20f3291d20f52a0af681cea63d491f22 + /etc/texmf/dvips/config.omega 20f3291d20f52a0af681cea63d491f22 + /etc/texmf/context/texexec.rme aca8d2729ceb83bc24852c0876cf884b +" + +get_sarge_md5sum_from_list(){ + file=$1 + set $sarge_md5sum_list $woody_md5sum_list $teTeX3_md5sumlist + while [ $# -gt 0 ]; do + if [ $file = $1 ]; then + echo $2 + return 0 + else + shift 2 + fi + done + echo "$file: md5sum not known. Exiting" >&2 + exit 1 +} + +preinst_remove_or_move(){ + file=/etc/texmf/$1 + newname=`get_newfilename $1` + debug $file + test -f "$file" || return 0 + debug "handled\n" + oldmd5sum=`dpkg_md5sum $file` + currmd5sum=`md5sum $file | cut -d ' ' -f 1` + if [ "$oldmd5sum" != "$currmd5sum" ]; then + mv $file $oldstuff_dir/`basename $file`.$PREINST_MOVE_EXT + else + rm $file + fi +} +preinst_remove_or_move_ucf(){ + file=/etc/texmf/$1 + newname=`get_newfilename $1` + debug $file + test -f "$file" || return 0 + debug "handled\n" + oldmd5sum=`ucf_md5sum $file` + currmd5sum=`md5sum $file | cut -d ' ' -f 1` + if [ "$oldmd5sum" != "$currmd5sum" ]; then + mv $file $oldstuff_dir/`basename $file`.$PREINST_MOVE_EXT + else + rm $file + if [ -x /usr/bin/ucf ]; then ucf --purge $file; fi + fi +} + + + +################################################################# +## End of function definitions from file common.functions +################################################################# + + --- tetex-base-3.0.orig/debian/unclear_license +++ tetex-base-3.0/debian/unclear_license @@ -0,0 +1,56 @@ +This file contains preliminary information about unclear licenses. It +is intended for maintainers only - I want to collect unclear files +instead of contacting upstream for each single one. + +Also note that I am often working offline - an entry might only +reflect that I would need CTAN access to clarify the license. + +A. Packages with unclear or problematic licenses + +- euler: LPPL according changelog, but no indication in file. + +- listings: LPPL, plus: + +,---- +| *Modification*advice* +| +| Permission is granted to modify the listings package as well as +| lstdrvrs.dtx. You are not allowed to distribute a modified version of +| the listings package or lstdrvrs.dtx unless you change the file names +| and provide the original files. In any case it is better to contact +| the address below; other users will welcome removed bugs, new +| features, and additional programming languages. + +This is more restrictive than LPPL 1.3 (6.a and 6.d.2). The title is advice... + +- ae: Just a formal problem, the GPL is included, but nowhere is it + explicitly stated that this license applies to the package. + +- amsclass.dtx, amsfonts.dtx, amsmath.dtx: LPPL according to catalogue, + but more restrictive in the file; nothing in 00readme on CTAN. + +- antp: PD according to catalogue, no indication in files or on CTAN + +- cite: chapterbib.sty has no formal license statement + +- cmbright: tfm files are not in mf/manifest text, license? Source? + (--> Walter Schmidt) + +- concmath fonts: no license at all (concmath.dtx' license is probably + meant to cover them, but it doesn't. + +- cslatex.dtx/ins: No license at all, at least not in english (and it + seems also not in czech). + +- custom-bib: no formal license statement for mbs files, only for + dtx. + +- dstroke: is the restriction ("don't use DEKs filenames") DFSG-free? + +- dvilj: no license statement at all in the installed files + +- endfloat: horrible wording, even GPL is spelled out wrong... + +- extsizes: Many of the files don't have a license statement. + +- fancyheadings: no license statement --- tetex-base-3.0.orig/debian/md5sums/original-ams-cmr.map.md5sum +++ tetex-base-3.0/debian/md5sums/original-ams-cmr.map.md5sum @@ -0,0 +1,2 @@ +5912f95748bc1917f14632e48cc223ac 2.0.2 +9f6c7359622ba2fe1cbbe36c8b40c07f 3.0 --- tetex-base-3.0.orig/debian/md5sums/bsr-interpolated.map.md5sum +++ tetex-base-3.0/debian/md5sums/bsr-interpolated.map.md5sum @@ -0,0 +1,4 @@ +ff9ed6a46c278b41fe8fbbb6a2dff340 2.95.0.20040208 +62b31ddab874825dc77696af94d12815 2.0.2 +c42b18de0cda3d279b642710acad5f5c 1.0 +b1810467ac2e91f76745f0eaed3eddc6 1.0.2+20011202-2 --- tetex-base-3.0.orig/debian/md5sums/config.cm.md5sum +++ tetex-base-3.0/debian/md5sums/config.cm.md5sum @@ -0,0 +1,4 @@ +363c5ef43576af28b14330ae78ed5de8 2.95.0.20040208 +363c5ef43576af28b14330ae78ed5de8 2.0.2 +68d23ead2901dddbc1779c905806b783 1.0 +68d23ead2901dddbc1779c905806b783 1.0.2+20011202-2 --- tetex-base-3.0.orig/debian/md5sums/config.cmz.md5sum +++ tetex-base-3.0/debian/md5sums/config.cmz.md5sum @@ -0,0 +1,4 @@ +949213a1865415e6f5199188ee57419e 2.95.0.20040208 +949213a1865415e6f5199188ee57419e 2.0.2 +830f16e1e39c67b1c665a8b09824a7b4 1.0 +830f16e1e39c67b1c665a8b09824a7b4 1.0.2+20011202-2 --- tetex-base-3.0.orig/debian/md5sums/bsr.map.md5sum +++ tetex-base-3.0/debian/md5sums/bsr.map.md5sum @@ -0,0 +1,4 @@ +0b0b15d8614b7b0fea0e39c4e0aac0d5 2.95.0.20040208 +51b4517de064b34b9b31235df97ff391 2.0.2 +dd57d8b9b4cc4fee6c4869ccb637f7d3 1.0 +dd57d8b9b4cc4fee6c4869ccb637f7d3 1.0.2+20011202-2 --- tetex-base-3.0.orig/debian/md5sums/mktex.cnf.md5sum +++ tetex-base-3.0/debian/md5sums/mktex.cnf.md5sum @@ -0,0 +1,4 @@ +d42c3ed4fd98892239a1714c8bd7379f 1.0 +fa89f5233eff34ce507081dab294bfed 1.0.7+20011202 +d42c3ed4fd98892239a1714c8bd7379f 2.0.2 +d42c3ed4fd98892239a1714c8bd7379f 1.0.2+20011202-2 --- tetex-base-3.0.orig/debian/md5sums/ucf.files.1.0.2+20011202 +++ tetex-base-3.0/debian/md5sums/ucf.files.1.0.2+20011202 @@ -0,0 +1,9 @@ +texmf/web2c/mktex.cnf +texmf/dvips/config/config.ams +texmf/dvips/config/config.cm +texmf/dvips/config/config.amz +texmf/dvips/config/config.cmz +texmf/dvips/config/bsr-interpolated.map +texmf/dvips/config/bsr.map + + --- tetex-base-3.0.orig/debian/md5sums/ucf.files.1.0 +++ tetex-base-3.0/debian/md5sums/ucf.files.1.0 @@ -0,0 +1,9 @@ +texmf/web2c/mktex.cnf +texmf/dvips/config/config.ams +texmf/dvips/config/config.cm +texmf/dvips/config/config.amz +texmf/dvips/config/config.cmz +texmf/dvips/config/bsr-interpolated.map +texmf/dvips/config/bsr.map + + --- tetex-base-3.0.orig/debian/md5sums/config.ams.md5sum +++ tetex-base-3.0/debian/md5sums/config.ams.md5sum @@ -0,0 +1,4 @@ +df69e80e8157afde30550f21317bbd6d 2.95.0.20040208 +df69e80e8157afde30550f21317bbd6d 2.0.2 +32c36b063268c5e45819fe8114ce3cf0 1.0 +32c36b063268c5e45819fe8114ce3cf0 1.0.2+20011202-2 --- tetex-base-3.0.orig/debian/md5sums/ucf.files.2.0.2 +++ tetex-base-3.0/debian/md5sums/ucf.files.2.0.2 @@ -0,0 +1,10 @@ +texmf/web2c/mktex.cnf +texmf/web2c/updmap.cfg +texmf/dvips/bluesky/config.ams +texmf/dvips/bluesky/config.cm +texmf/dvips/bluesky/config.amz +texmf/dvips/bluesky/config.cmz +texmf/dvips/tetex/bsr-interpolated.map +texmf/dvips/tetex/bsr.map +texmf/dvips/tetex/config.builtin35 + --- tetex-base-3.0.orig/debian/md5sums/contnav.map.md5sum +++ tetex-base-3.0/debian/md5sums/contnav.map.md5sum @@ -0,0 +1 @@ +5c0179ff34126a4d555a178dd4b30200 2.0.2 + comment --- tetex-base-3.0.orig/debian/md5sums/texdocrc.md5sum +++ tetex-base-3.0/debian/md5sums/texdocrc.md5sum @@ -0,0 +1,2 @@ +9957008bc9073607c1090f4ce55cc3c0 2.0.2 +ac2c32579b68e664204e5c6d645c9993 texdoctk package --- tetex-base-3.0.orig/debian/md5sums/original-ams-euler.map.md5sum +++ tetex-base-3.0/debian/md5sums/original-ams-euler.map.md5sum @@ -0,0 +1,2 @@ +878c01a7de86554eb41ff74a0b752f5f 2.0.2 +baef813cea1c95eaf5782cd5c4db593d 3.0 --- tetex-base-3.0.orig/debian/md5sums/original-youngryu-px.map.md5sum +++ tetex-base-3.0/debian/md5sums/original-youngryu-px.map.md5sum @@ -0,0 +1,2 @@ +b17cc8cb081cb34cbff9e197c1e97512 2.0.2 +aac975fbf317cb2c3af057ae011f0356 3.0 --- tetex-base-3.0.orig/debian/md5sums/language.dat.md5sum +++ tetex-base-3.0/debian/md5sums/language.dat.md5sum @@ -0,0 +1,3 @@ +be43ff16bd02b6264e815bb5ce3ec1e5 2.99.3 +fe9baf0768ade79a585a9df568dac5f6 2.0.2 +4f815eac6e549d443ca9f8128256c4ad 2.0.2+postinst-fix --- tetex-base-3.0.orig/debian/md5sums/original-youngryu-tx.map.md5sum +++ tetex-base-3.0/debian/md5sums/original-youngryu-tx.map.md5sum @@ -0,0 +1,2 @@ +229dbd1882f3378c4dd21e353489f03a 2.0.2 +efd89c4c9790b92c19dd9c94307c2497 3.0 --- tetex-base-3.0.orig/debian/md5sums/10tetex-base.cfg.md5sum +++ tetex-base-3.0/debian/md5sums/10tetex-base.cfg.md5sum @@ -0,0 +1,2 @@ +82884281d955998e22141cf67b45209d 2.0.2 +62bd6e240004565d9e203e8067c210ae 2.95.0.20040208 --- tetex-base-3.0.orig/debian/md5sums/fonttext.cfg.md5sum +++ tetex-base-3.0/debian/md5sums/fonttext.cfg.md5sum @@ -0,0 +1,3 @@ +6be6de7b54df7d13a8831138e7f1297b 2.0.2 +27a8e2d88c780d0c4969f61e22eb7c52 2.0.2-preinst-edited +1871c2f77ee3c2ea6bad3c786d4b6b4f 2.99.3 --- tetex-base-3.0.orig/debian/md5sums/preload.cfg.md5sum +++ tetex-base-3.0/debian/md5sums/preload.cfg.md5sum @@ -0,0 +1,3 @@ +a2df76edd8245ce697c998dd4cbf060f 2.0.2 +e83958fe34af4502a41b529079f229ef 2.0.2-preinst-edited +63a7532825e1f8f5742fa392577e9101 2.99.3 --- tetex-base-3.0.orig/debian/md5sums/etex.ini.md5sum +++ tetex-base-3.0/debian/md5sums/etex.ini.md5sum @@ -0,0 +1 @@ +f14f8ec2d7d0376b4ad54dc7106bffed 2.0.2+preinst-comment --- tetex-base-3.0.orig/debian/md5sums/config.amz.md5sum +++ tetex-base-3.0/debian/md5sums/config.amz.md5sum @@ -0,0 +1,4 @@ +0ef9213edceaaba3185a79e5946c8411 2.95.0.20040208 +0ef9213edceaaba3185a79e5946c8411 2.0.2 +b9c14f2d2e3923372e9067e2e1ee47b5 1.0 +b9c14f2d2e3923372e9067e2e1ee47b5 1.0.2+20011202-2 --- tetex-base-3.0.orig/debian/md5sums/pdftexconfig.tex.md5sum +++ tetex-base-3.0/debian/md5sums/pdftexconfig.tex.md5sum @@ -0,0 +1,2 @@ +14ec7d31450e8dca8fb847af1f1f017d from 2.0.2 after automatic transition +edd42bc8e0c2768a6e84c3bd5f41eb4a 3.0 --- tetex-base-3.0.orig/debian/md5sums/ucf.files.2.95 +++ tetex-base-3.0/debian/md5sums/ucf.files.2.95 @@ -0,0 +1,10 @@ +texmf/web2c/mktex.cnf +texmf/web2c/updmap.cfg +texmf/dvips/bluesky/config.ams +texmf/dvips/bluesky/config.cm +texmf/dvips/bluesky/config.amz +texmf/dvips/bluesky/config.cmz +texmf/fonts/map/dvips/tetex/bsr-interpolated.map +texmf/fonts/map/dvips/tetex/bsr.map +texmf/dvips/tetex/config.builtin35 + --- tetex-base-3.0.orig/debian/md5sums/config.md5sum +++ tetex-base-3.0/debian/md5sums/config.md5sum @@ -0,0 +1,2 @@ +f8b8463ad65d96a5d93167c3a950ec52 config for dvipdfm, package dvipdfm woody +8713d15e9e574109c61474a3990b677f config for dvipdfm, package tetex-base_2.0.2 --- tetex-base-3.0.orig/debian/md5sums/fontmath.cfg.md5sum +++ tetex-base-3.0/debian/md5sums/fontmath.cfg.md5sum @@ -0,0 +1,3 @@ +ee0a90dac1a81d3aee68f1abdbbd5839 2.0.2 +d295e304c36b6b17f682b50d31c0c356 2.0.2-preinst-edited +bf78874db3d6425f6f98d7dc6fd3ad74 2.99.3 --- tetex-base-3.0.orig/debian/md5sums/config.builtin35.md5sum +++ tetex-base-3.0/debian/md5sums/config.builtin35.md5sum @@ -0,0 +1,3 @@ +5775e9a2ec5e89c44f03c49a84133c76 2.95.0.20040208 +e939ccfe4490547145dd45003cbab382 2.0.2 +5775e9a2ec5e89c44f03c49a84133c76 2.0.2-7 --- tetex-base-3.0.orig/debian/sarge/README.sarge +++ tetex-base-3.0/debian/sarge/README.sarge @@ -0,0 +1,44 @@ +Unfortunately, teTeX 2.0.2 which was released with Debian sarge is +rather outdated, but teTeX 3.0 was released to late to be included in +Debian sarge. + +We expect that nearly everybody who uses (La)TeX not only to compile +existing documents, but for typesetting new texts, will want a +backport of teTeX 3.0 for Debian sarge. Therefore we plan to care for +the changes necessary ourselves, in accordance with the Debian Social +Contract, namely our commitment to the users' interests. + + +********************************************* + Compiling backports + +Unless there is a bug in our backporting strategy, simply call + + debian/rules sarge + +and the build infrastructure will switch to backport generation - now +you should be able to run dpkg-buildpackage on a sarge system. + + +********************************************* + Bug reports + +If you are using backports created by somebody else, please send bug +reports to this person. If you have created your own backports using +plain source packages from Debian, you can use the normal Debian +Bugtracking System to report bugs. + +In this case, please mind that we are primarily developing the +successor of sarge, and that bug severities affect the migration into +testing and inclusion of the package in the current candidate for the +successor. Therefore, severities of bugreports against such backports +must be lowered: + +- normal, minor or wishlist bugs should be reported with severity + "wishlist", + +- important bugs should be reported with severity "minor", and + +- grave, serious or critical bugs should be reported with severity + "normal". + --- tetex-base-3.0.orig/debian/sarge/tetex-sarge.html +++ tetex-base-3.0/debian/sarge/tetex-sarge.html @@ -0,0 +1,131 @@ + + + + + +teTeX-3.0 for Debian sarge + + + + + +

teTeXVersion 3.0   for Debian Sarge

+


+ + + + + + +
What we provideCaveats and shortcomingsBug reports and contactHow to get them +
+ +

This repository provides Debian packages of teTEX 3.0 for sarge. +Please read below about what we provide, and what we cannot promise

+ + + +

What we provide

+
    +
  • Packages are based on the version that is also in unstable
  • +
  • The packages are compiled from the source in unstable, using the + special sarge target in debian/rules
  • +
  • We will continue updating them through the life cycle of sarge + (but see below). A major reason for this promise is that at least + one of the active maintainers of teTEX in Debian is using + these packages.
  • +
  • We will also provide backports of programs that depend on or + work together with teTEX, and need newer versions to + cooperate with teTEX 3.0. We will, however, not be able to keep + major source diversions, but rather limit ourselves to providing + backports from unstable, as good as our working time allows - while, + of course, our priority must be the teTEX packages + themselves. +
  • + +
+ + +

Caveats and shortcomings: Security

+ +
    +
  • We hope that tetex-bin will soon start using libpoppler, instead + of using its own copy of xpdf code. This will make security fixes + much easier. However, if it turns out that backporting libpoppler + to sarge is not feasible, security updates for tetex-bin might + become a big burden to the teTEX maintanence team. Under + these circumstances, it is possible that we stop updating these + packages - of course a notice will be given at a prominent place + when this should happen +
  • +
  • + Security updates will often be delayed compared to security updates + in stable (simply because the teTEX maintainers often get + information only after the security team has released the update for + stable). They might sometimes also be delayed compared to unstable. +
  • +
  • + No updates will be made when sarge becomes oldstable +
  • +
+ +

Bug reports and contact

+ +Please submit bugs directly to the Debian Bugtracking System. Please +keep in mind that we are primarily developing etch, the successor +release of sarge, and that bug severities affect the migration into +testing and inclusion of the package in the current candidate for +etch. Therefore, severities of bugreports against such backports +should be lowered: + +
    +
  • normal, minor or wishlist bugs should be reported with severity + "wishlist",
  • + +
  • important bugs should be reported with severity "minor", and
  • + +
  • grave, serious or critical bugs should be reported with severity + "normal".
  • + +
+ +

How to get them

+ +To get the packages, add the following line to your sources list: + +
deb http://people.debian.org/~frank/teTeX-3.0 sarge main
+ + +
+ + + +

Last update: +July 26, 2005.

+ + + +
+ + --- tetex-base-3.0.orig/debian/tetex-extra.preinst.in +++ tetex-base-3.0/debian/tetex-extra.preinst.in @@ -0,0 +1,48 @@ +#include variables +#!/bin/sh -e +# +# preinst maintainer script for the Debian tetex-extra package. +# $Id: tetex-extra.preinst.in 387 2005-12-08 17:56:37Z frank $ +<:=@COPYRIGHT:>// + +## Define static variables we need +UNUSED_CONFFILES="<:=$UNUSED_CONFFILES_EXTRA:>" +FORMER_UCF="<:=$BLUESKY_UCF:>" +PREINST_MOVE_EXT=<:=$PREINST_MOVE_EXT:> +oldstuff_dir=<:=$OLDSTUFFDIR:> +UNUSED_CONFDIRS="<:=$UNUSED_CONFDIRS_EXTRA:>" + + + +<:open(FUNCTIONS,'common.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +################################################################# +# Here starts the real action +################################################################# + +case "$1" in + install|upgrade) +# remove obsolete conffiles if they are unchanged, +# otherwise move them to the appropriate place + test -d $oldstuff_dir || mkdir $oldstuff_dir + for file in $UNUSED_CONFFILES; do + preinst_remove_or_move $file + done + for file in $FORMER_UCF; do + preinst_remove_or_move_ucf $file + done + for dir in $UNUSED_CONFDIRS $oldstuff_dir; do + test -d $dir && rmdir --ignore-fail-on-non-empty $dir || true + done + ;; +esac + + +#DEBHELPER# + + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: --- tetex-base-3.0.orig/debian/reportbug.base +++ tetex-base-3.0/debian/reportbug.base @@ -0,0 +1,53 @@ +#!/bin/sh + +cat <&3 <&3 +echo " List of ls-R files" >&3 +echo >&3 +for file in $ls_R_files; do + ls -l $file >&3 +# echo >&3 +# cat $file >&3 +# echo "######################################" >&3 +done --- tetex-base-3.0.orig/debian/NEWS +++ tetex-base-3.0/debian/NEWS @@ -0,0 +1,71 @@ +tetex-base (3.0-12) unstable; urgency=low + + * Customisation in 00updmap.cfg + + Parts of the file /etc/texmf/updmap.d/00updmap.cfg have been taken + over by the tex-common package; the rest has been moved to + 10tetex-base.cfg and 10tetex-extra.cfg. Since some map files have + changed name or have been split, automatic migration isn't possible. + If you have previously disabled or added font map files in this file, + you should manually transfer your changes to 10tetex-base.cfg, + 10tetex-extra.cfg or (in case of additions) something like + 99local.cfg. + + -- Frank Küster Fri, 13 Jan 2006 17:42:34 +0100 + +tetex-base (3.0-11) unstable; urgency=low + + * Configuration file handling: + + teTeX does no longer ship any TeX input or map files as configuration + files (see tetex-bin's README.Debian, section "Configuration file + placement", and the Debian TeX Policy in tex-common). Former + conffiles are removed if they are unchanged from the last distributed + version. + + * New TEXMF trees + + teTeX now installs its files into /usr/share/texmf-tetex, accessible + as TEXMFDIST. It also depends on a version of tex-common that + supports the new TEXMFSYSCONFIG tree in /etc/texmf. + + -- Frank Küster Mon, 5 Dec 2005 18:02:19 +0100 + +tetex-base (3.0-7) unstable; urgency=low + + * The new TeX Directory Structure (TDS) has new locations for some font + files, in particular the map files. If you have locally installed + fonts, you will get warnings when updmap is run, indicating the + changed locations. The location for encocding files has also + changed. + + Later in etch's release cycle, we should turn that text into an + easy-to-follow explanation what to do, and the warnings back to + errors. + + + -- Frank Küster Tue, 18 Oct 2005 17:08:12 +0200 + +tetex-base (3.0-4) unstable; urgency=low + + * In version 2.0.2c, *.ini files for format generation were treated as + conffiles. However, this is not really the case - according to the + LPPL, changed format files should nearly always be renamed anyway. + Therefore these files are in the main TEXMF tree from version 3.0 + onwards. Because they might contain user-specific adaptation, they + have been kept on the system, and been given the extension + ".preinst.bak". You can safely delete them. + + -- Frank Küster Tue, 29 Mar 2005 18:52:20 +0200 + +tetex-base (2.99.3) unstable; urgency=low + + * Previously, tetex-base came with some static font map files which + were enough for external programs to use the TeX fonts included in + tetex-base. Starting with this upstream version, such static templates + do no longer exist, and the map files are only generated when + tetex-bin is installed. Packages that need such mapfiles therefore + need to depend on tetex-bin now. + + -- Frank Küster Wed, 17 Nov 2004 21:54:38 +0100 + --- tetex-base-3.0.orig/debian/10tetex-base.updmap.cfg +++ tetex-base-3.0/debian/10tetex-base.updmap.cfg @@ -0,0 +1,107 @@ +# Don't delete the following pseudo-comment unless you know what you are doing. +# -_- DebPkgProvidedMaps -_- + +# AntykwaPoltawskiego; CTAN:fonts/psfonts/polish/antp/ +Map antp.map + +# AntykwaTorunska; CTAN:fonts/antt/ +Map cork-antt.map +Map cs-antt.map +Map exp-antt.map +Map greek-antt.map +Map qx-antt.map +Map t2a-antt.map +Map t2b-antt.map +Map t2c-antt.map +Map t5-antt.map +Map texnansi-antt.map +Map wncy-antt.map + +# "quasi" fonts derived from URW and enhanced (from the Polish TeX users); +# CTAN:fonts/psfonts/polish/qfonts/ +Map qbk.map +Map qcr.map +Map qhv.map +Map qpl.map +Map qtm.map +Map qzc.map + +# Bitstream Charter text font +Map charter.map + +# Computer Modern fonts extended with Russian letters; +# CTAN:fonts/cyrillic/cmcyr/ +Map cmcyr.map + +# symbols for ConTeXt macro package +Map contnav.map + +# latin modern; CTAN:fonts/lm. Enable encoding specific map +# files or the "all-in-one" file lm.map, not both at the same time. +# Debian: These fonts are in a separate package, lmodern +## Map cork-lm.map +## Map qx-lm.map +## Map texnansi-lm.map +## Map ts1-lm.map +## Map lm.map + +# a symbol font; CTAN:fonts/psfonts/marvosym/ +Map marvosym.map + +# two font map entries for the mathpple package +Map mathpple.map + +# the pazo fonts; CTAN:fonts/mathpazo +Map pazo.map + +# pxfonts (palatino extension); CTAN:fonts/pxfonts +Map pxfonts.map + +# txfonts (times extension); CTAN:fonts/txfonts +Map txfonts.map + +# 7-8-9 sizes for cmex taken from TeXtrace2001 +MixedMap ttcmex.map + +# CSTeX; http://math.feld.cvut.cz/olsak/cstex/ +MixedMap cs.map + +# mf -> type1 converted fonts by Taco Hoekwater +MixedMap hoekwater.map + +# cm like, but enhanced for polish; CTAN:fonts/psfonts/polish/plpsfont +MixedMap pl.map +MixedMap ccpl.map + +# See comments in doc/fonts/belleek/README about using mt-belleek.map +# instead of mt-yy.map: +Map mt-belleek.map + +# vntex support, see http://vinux.sourceforge.net/vntex +MixedMap vnr.map + +# urw++ fonts with vietnamese accents added +# see http://vinux.sourceforge.net/urwvn +Map urwvn.map + +# Y&Y's Lucida Bright and Lucida New Math supporting "Berry"-style +# tfm names (commercial fonts): +#! Map lucidabr.map +#! Map lumath.map + +# Y&Y's Lucida Bright and Lucida New Math supporting "Y&Y"-style +# tfm names (commercial fonts): +#! Map lucidabr-o.map +#! Map lumath-o.map + +# Y&Y's Mathtime (commercial fonts). Disable mt-belleek.map if you want to +# use mt-yy.map! +#! Map mt-yy.map +#! Map mt-plus.map + +# Doublestroke, based on Knuth's Computer Modern Roman; CTAN:fonts/doublestroke +Map dstroke.map + +# FPL, free substitutes for the commercial Palatino SC/OsF fonts +# are available from CTAN:fonts/fpl; used by psnfss 9.2. +Map fpls.map --- tetex-base-3.0.orig/debian/COPYRIGHT.scripts +++ tetex-base-3.0/debian/COPYRIGHT.scripts @@ -0,0 +1,19 @@ +# The eperl code is taken from the auctex package, Copyright (C) 1999, +# 2000, 01, 02, 03, 04 by Davide Giovanni Maria Salvetti. +# +# This file 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 file 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. +# +# On Debian GNU/Linux System you can find a copy of the GNU General Public +# License in "/usr/share/common-licenses/GPL". --- tetex-base-3.0.orig/debian/TODO +++ tetex-base-3.0/debian/TODO @@ -0,0 +1,19 @@ +- don't patch newhelpindex, rather parse it, find out correct + filenames and create a sed script. Or is there yet a new script that + does that? + +- Generally look at the documentation - should we add some + Debian-specific information in doc/texmf? + +- check perl/ruby scripts for dependencies + +- adapt tetex-xwarn wrapper for XML::Parser + +- permissions of language.dat? + +- the README.pst-osci with the new license information is lost + +- /etc/texmf/updmap.d/00updmap.cfg.dpkg-dist is created without + asking? + +- the symlink-to-dir stuff is missing in tetex-base's postrm --- tetex-base-3.0.orig/debian/common.variables_newer +++ tetex-base-3.0/debian/common.variables_newer @@ -0,0 +1 @@ +dummy content so that dpkg-source will keep this timestamp file --- tetex-base-3.0.orig/debian/remove-nonfreedocs +++ tetex-base-3.0/debian/remove-nonfreedocs @@ -0,0 +1,80 @@ +#!/bin/bash -e + +# Creative Commons will hopefully upgrade their licenses to a DFSG-free +# version before etch is released. +CC_LICENSED="" +CC_LICENSED_NOSOURCE=" +doc/context/base/LICENSE.teTeX +doc/context/base/mreadme.pdf +doc/context/base/setup-en.pdf +doc/context/base/ms-cb-en.pdf +doc/context/base/mtexexec.pdf +doc/context/base/minstall.pdf +doc/context/ppchtex/mp-ch-en.pdf +doc/context/bib/bibmod-doc.pdf +doc/context/bib/bibmod-doc.tex +doc/context/general/allkind/context.rme +doc/context/manual/cont-eni.pdf +" + +NONFREE_DOCS=" +doc/latex/general/l2tabu.pdf +" + +NONFREE_DOCS_GFDL=" +doc/latex/general/l2tabuen.pdf +doc/pdftex/manual/pdftex-a.pdf +doc/fontinst/fontinstallationguide.pdf +doc/latex/general/l2kurz.pdf +" + +ALL_NONFREE_DOCS="$NONFREE_DOCS $NONFREE_DOCS_GFDL $CC_LICENSED_NOSOURCE $CC_LICENSED" + +# only remove, don't put a copy into the tetex-doc-nonfree +# tree if the file still exits +COPY=false + +nonfree_pkg_version=0.99.1 +copy_destination="../../tetex-doc-nonfree/tetex-doc-nonfree-$nonfree_pkg_version" + +while [ $# -gt 0 ]; do + case $1 in + --copy) + COPY=true + shift + ;; + --copy-to) + copy_destination="$2" + shift 2 + ;; + --copy-version) + nonfree_pkg_version=$2 + shift 2 + ;; + --help) + echo Options: + echo " --copy copy still existing files into tetex-doc-nonfree tree " + echo " --copy-to copy destination" + echo " --copy-version version of the nonfree-package - for easier change of destination" + echo + exit 0 + ;; + esac +done + +for file in $ALL_NONFREE_DOCS ; do + if [ -e $file ]; then + if [ $COPY = true ]; then + destfile=$copy_destination/$file + if [ ! -f $destfile ]; then + mkdir -p $copy_destination/`dirname $file` + cp $file $copy_destination/$file && echo "Copied $file" + fi + fi + echo -n "Removing $file" + rm $file + echo "." + else + echo "Already removed: $file" + fi +done --- tetex-base-3.0.orig/debian/common.functions_newer +++ tetex-base-3.0/debian/common.functions_newer @@ -0,0 +1 @@ +dummy content so that dpkg-source will keep this timestamp file --- tetex-base-3.0.orig/debian/tetex-doc.apache2.sites-available +++ tetex-base-3.0/debian/tetex-doc.apache2.sites-available @@ -0,0 +1,12 @@ +# This is used for the web-based php version of texdoctk +# just try +# http://localhost/texmf/doc/texdoc.php or +# http://localhost/doc/texmf/texdoc.php +# +Alias /texmf /usr/share/texmf + + order deny,allow + deny from all + allow from 127.0.0.0/255.0.0.0 + Options Indexes FollowSymlinks MultiViews + --- tetex-base-3.0.orig/debian/config.in +++ tetex-base-3.0/debian/config.in @@ -0,0 +1,62 @@ +#include variables +#!/bin/sh -e +# +# config maintainer script for the Debian tetex-base package. +# $Id: config.in 461 2006-01-17 12:13:37Z frank $ +# Copyright (C) 200? by ? +# Copyright (C) 2004 by Frank Küster . +# +<:=@COPYRIGHT:>// + +# variables +etcdir=/etc/texmf +etctk=/etc/texdoctk +old_texdoctk="<:=$OLD_TEXDOCTK:>" +tkflag="" + + +. <:=${CONFMODULE}:> +db_version 2.0 + +#(copyright?) +if [ -f ${etcdir}/updmap ]; then + MD5SUM_1_0=64ab21acb1aee5ee9004b54417f22014 + MD5SUM_1_0_2=ae1883f5a9a065d8b290943783ae5699 + CURMD5SUM=`md5sum ${etcdir}/updmap | awk '{print $1};'` + if [ ${CURMD5SUM} = ${MD5SUM_1_0} ] || [ ${CURMD5SUM} = ${MD5SUM_1_0_2} ]; then + # it's one of the file versions we installed, unchanged + rm ${etcdir}/updmap + else + db_input medium tetex-base/oldupdm || true + db_go || true + mv ${etcdir}/updmap ${etcdir}/updmap.<:=${POSTINST_MOVE_EXT}:> + fi +fi + +#copyright? +for d in ${oldtexdoctk}; do + if [ -f ${etctk}/${d} ]; then tkflag=yes; break; fi +done + +if [ X${tkflag} = "Xyes" ] ; then + db_input low tetex-base/olddat || true + db_go || true + db_get tetex-base/olddat || true + if [ X"$RET" = X"true" ]; then + for f in ${olddat} + do + rm -f ${etctk}/${f} + rm -f ${etctk}/${f}.dpkg-* + done + fi +fi + +# purge obsolete questions +db_unregister tetex-base/fmtutil-failed || true +db_unregister tetex-base/updmap-failed || true + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: + --- tetex-base-3.0.orig/debian/README.Developers +++ tetex-base-3.0/debian/README.Developers @@ -0,0 +1,23 @@ +- Quilt: + + For those who have not worked with quilt (I haven't) a quick info how to + work: + +cd trunk +export QUILT_PATCHES=./debian/patches +You want to change a file `texk/web2c/man/Makefile.in' and it is either +already changed in debian/patches/patch-deb or you want to change it in +debian/patches/patch-deb + +quilt push patch-deb +# if it is a new file, i.e. not already changed in patch-deb, call +# quilt add texk/web2c/man/Makefile.in +edit texk/web2c/man/Makefile.in +quilt refresh +quilt pop -a + + svn status should show you that only debian/patches/patch-deb is changed + + ... + + -- Frank Küster , Mon Jan 09 17:10:27 2006 --- tetex-base-3.0.orig/debian/common.variables +++ tetex-base-3.0/debian/common.variables @@ -0,0 +1,68 @@ +<:# Copyright (C) 1999, 2000, 01, 02 by Davide Giovanni Maria Salvetti .:>// +<:# Copyright (C) 2004, 05 by Frank Küster .:>// +<:# $Id: common.variables 922 2006-02-23 14:17:13Z frank $:>// +<:# this list is from dpkg-1.10.9/include/dpkg.h.in: :>// +<:$DPKG_EXTENSIONS="'~' '%' .bak .dpkg-tmp .dpkg-new .dpkg-old .dpkg-dist":>// +<:$PREINST_MOVE_EXT="preinst-bak":>// +<:$POSTINST_MOVE_EXT="postinst-bak":>// +<:$PURGE_EXTENSIONS="$DPKG_EXTENSIONS $PREINST_MOVE_EXT $POSTINST_MOVE_EXT":>// +<:# package specific:>// +<:$ETC="/etc/":>// +<:$etc="/etc/texmf/":>// +<:$doc="/usr/share/doc/$PACKAGE/":>// +<:$TEXMFSYSVARDIR="/var/lib/texmf":>// +<:$MKTMPDIR="/tmp":>// +<:$FONTMAP_MEMORY_DIR="/var/lib/tex-common/fontmap-cfg":>// +<:$LANGUAGE_MEMORY_DIR="/var/lib/tex-common/language-cnf":>// +<:$LANGUAGE_DIR="$etc/language.d":>// +<:$LDAT_PATTERNS="inhyph.tex bahyph.tex cahyph.tex hrhyph.tex czhyph.tex \\ + dehypht.tex dehyphn.tex dkhyphen.tex nehyph.tex fi8hyph.tex frhyph.tex \\ + gahyph.tex grhyph.tex icehyph.tex ithyph.tex lahyph.tex huhyph.tex nohyph.tex \\ + nohyphb.tex nohyphbc.tex plhyph.tex pt8hyph.tex rohyphen.tex ruhyphen.tex \\ + sehyph.tex skhyph.tex sihyph23.tex sphyph.tex trhyph.tex ukrhyph.tex \\ + ukrhyph.t2a ukrhyph.lcy ukrhyph.ot2":>// +<:$TEXMF_CNF="/etc/texmf/texmf.cnf":>// +<:$TEXMF_PARTS="05TeXMF 15Plain 45TeXinputs 55Fonts 65BibTeX 75DviPS 85Misc 90TeXDoc 95NonPath":>// +<:for (@TEXMF_PARTS_FULLNAME=split(/ /,$TEXMF_PARTS)){s{(.*)}{texmf.d/$1.cnf}}:>// +<:$TEX_COMMON_UCF_FILES="@TEXMF_PARTS_FULLNAME updmap.d/00updmap.cfg":>// +<:#$confstatedir="/var/lib/tetex":>// +<:#$no_config_prefix="admin-wants-no":>// +<:$LSRS="/var/lib/texmf/ls-R /var/lib/texmf/ls-R-TEXMFMAIN /var/lib/texmf/ls-R-LOCAL /var/cache/fonts/ls-R":>// +<:# get the package version - must be usable in subdirectories, too:>//) +<:if(-f "changelog"){open(CHANGELOG,"changelog")} else {open(CHANGELOG, "../changelog")}; +# get the version even if the first line is blank +while($VERSION=){last if('' ne $VERSION=~s/$PACKAGE \((.*)\).*\n/$1/)}:>// +<:# compute the corresponding version for a sarge backport:>// +<:if ( ($rev=$VERSION)=~ s/.*-([[:digit:]]*).*/$1/, $rev == 0) + # if the debian revision is 0 or 0.x, don't make a backport + {$SARGEVERSION = ''} +else { + $sarge_rev=$rev-1; + ($SARGEVERSION=$VERSION)=~s/(.*-)$rev(.*)/$1${sarge_rev}sarge$rev$2/; +# ($SARGEVERSION=$VERSION)=~s/(.*-)$rev(.*)/$1$rev.0.sarge1/; +}:>// +<:$FIRST_BASE_VERSION_WITH_COMMON="3.0-4":>// +<:$README_sarge=''; $README_sarge='debian/sarge/README.sarge' if -e 'sarge-stamp':>// +<:# upgrading stuff:>// +<:$SYMLINK_MOVE_EXT="moved-by-preinst":>// +<:# debconf:>// +<:$CONFMODULE="/usr/share/debconf/confmodule":>// +<:# docbase:>// +<:$DINSTALL="test -x /usr/sbin/install-docs && install-docs --install":>// +<:$DREMOVE="test -x /usr/sbin/install-docs && install-docs --remove":>// +<:$docbase="/usr/share/doc-base/":>// +<:# info:>// +<:$IINSTALL="install-info --section \"$INFOSEC\" \"$INFOSEC\"" + . " --menuentry=\"$INFOMENU\"" + . " --description=\"$INFODESC\"" + . " --quiet":>// +<:$IREMOVE="install-info --quiet --remove":>// +<:$info="/usr/share/info/":>// +<:# misc:>// +<:$GPL="/usr/share/common-licenses/GPL":>// +<:open(COPYRIGHT,'COPYRIGHT.scripts');@COPYRIGHT=;close(COPYRIGHT):>// +<: +# local variables: +# mode: shell-script +# end: +:>// --- tetex-base-3.0.orig/debian/tetex-legalese +++ tetex-base-3.0/debian/tetex-legalese @@ -0,0 +1,248 @@ +#!/bin/sh +# $Id: tetex-legalese 113 2005-08-04 15:02:54Z frn $ +# Script that should help the maintainers of the tetex packages in Debian +# with maintaining the copyright file. +# License: GPL +# Copyright: Frank Küster (2004) +# +#(setq skeleton-pair t) + +# variable initialization. The main program starts at "main program" +action="" +exitcode=0 +old_pwd=`pwd` +sortorder=file + +# internal variables +list_classified=Copyright.Files +filelist=tetex-texmf.files + +# function defining +usage(){ +cat < /dev/null | \ + sed -e 's@[.][.]@/usr/share@g' | \ + sort > $filelist +} + +list_classified(){ + case $sortorder in + file) + egrep -v '^#|^%|^$' $list_classified | sort + ;; + package) + grep -v ^# $list_classified + ;; + *) + err_msg 2 "Internal error: impossible sortorder" + ;; + esac +} + +list_classified_packages(){ + grep '^%' $list_classified | \ + sed -e 's/^% //g' | \ + sed -e 's/[[:space:]]%src%.*$//g' | \ + grep -v "Individual Files, not belonging to any package" +} + +list_unclassified(){ + check_filelist + output_sortorder=$sortorder + sortorder=file + tempfile=`mktemp` + tempfile2=`mktemp` + list_classified | grep -v "/source/" > $tempfile + sortorder=$output_sortorder + case $sortorder in + file) + egrep -v '^#|^%|^$' $filelist > $tempfile2 + sort $tempfile $tempfile2 | uniq -u + ;; + package) + echo "Package ordering for unclassified files is not yet implemented." + echo "Please teach me perl." + ;; + *) + err_msg 2 "Internal error: impossible sortorder" + ;; + esac +} + +list_unclassified_packages(){ + echo "This function has not been implemented yet," + echo "because we do not have a list of all packages installed." +} + +query_file(){ + if grep $queryname $list_classified > /dev/null 2>&1; then + while read first second ; do + if [ "$first" = '%' ]; then + package=$second + fi + if echo $first | grep $queryname; then + echo "The file: $first" + echo "matches $queryname" + echo "It has been classified and is in Package: $package" + echo + fi + done < $list_classified + else + echo "The file" + echo $queryname + echo "has not yet been classified with respect to its license." + fi +} + +query_package(){ + while read first second; do + if [ "$first" = '%' ]; then + if echo $second | grep $queryname > /dev/null 2>&1; then + echo "The package: $second" + echo "matches $queryname" + echo "and has been classified." + echo + fi + fi + done < $list_classified +} + +# main program +# +# parameter handling + +if [ $# -eq 0 ]; then + err_msg_usage 1 "Please specify an action" +fi + +while [ $# -gt 0 ]; do + case $1 in + -h|--help|--usage) + usage;; + -c|--classified-files) + assign_action list_classified ;; + -u|--unclassified-files) + assign_action list_unclassified ;; + -C|--classified-packages) + assign_action list_classified_packages ;; + -U|--unclassified-packages) + assign_action list_unclassified_packages ;; + -f|--query-file) + assign_action query_file + queryname="$2" + shift;; + -p|--query-package) + assign_action query_package + queryname="$2" + shift;; + -N|--sort-filename) + sortorder=file ;; + -P|--sort-package) + sortorder=package ;; + -r|--regenerate-list) + assign_action regenerate ;; + *) + err_msg_usage 1 "Unrecognized option" + esac + shift +done + +if [ -z "$action" ]; then + err_msg 1 "Please specify an action! (-c, -u, -C, -U, -f, -p, -r)" +fi + +trap 'cleanup' 1 2 3 7 13 15 +checkdir + +$action --- tetex-base-3.0.orig/debian/watch +++ tetex-base-3.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +ftp://cam.ctan.org/pub/archive/systems/unix/teTeX/current/distrib/tetex-texmf-(.*).tar.gz --- tetex-base-3.0.orig/debian/remove-bad-license-files +++ tetex-base-3.0/debian/remove-bad-license-files @@ -0,0 +1,134 @@ +#!/bin/sh + +## remove-bad-license-files +# +## C.M. Connelly +# +## $Id: remove-bad-license-files 113 2005-08-04 15:02:54Z frn $ +# +## Remove files that Debian can't distribute from the source tree if +## they are still present. (If the package is built with +## cvs-buildpackage, using the CVS tree, this script is unnecessary; +## if the package is being built from the source tar file, however, +## these files will be present and need to be removed.) +# +## This script should be removed once the licensing issues are settled +## and the upstream source changes to reflect the changes. + +badfiles='./texmf/doc/fonts/oldgerman/corkpaper.dvi + ./texmf/doc/fonts/oldgerman/suet.dvi + ./texmf/doc/latex/styles/algorithms.dvi + ./texmf/doc/latex/styles/footbib.dvi + ./texmf/fonts/source/public/gothic/suet14.mf + ./texmf/fonts/tfm/public/gothic/suet14.tfm + ./texmf/tex/latex/algorith/algorithm.sty + ./texmf/tex/latex/algorith/algorithmic.sty + ./texmf/tex/latex/misc/footbib.sty + ./texmf/tex/generic/misc/psfig.sty + ./texmf/tex/generic/hyphen/ukhyphen.tex +' +bad_fontfiles='./texmf/doc/latex/mfnfss/pandora.dvi + ./texmf/tex/latex/mfnfss/pandora.sty + ./texmf/fonts/source/public/pandora/caps.mf + ./texmf/fonts/source/public/pandora/fligs.mf + ./texmf/fonts/source/public/pandora/ligs.mf + ./texmf/fonts/source/public/pandora/number.mf + ./texmf/fonts/source/public/pandora/panaccent.mf + ./texmf/fonts/source/public/pandora/pandor.mf + ./texmf/fonts/source/public/pandora/pangreeku.mf + ./texmf/fonts/source/public/pandora/panlowers.mf + ./texmf/fonts/source/public/pandora/panpunct.mf + ./texmf/fonts/source/public/pandora/pnb10.mf + ./texmf/fonts/source/public/pandora/pnr10.mf + ./texmf/fonts/source/public/pandora/pnsl10.mf + ./texmf/fonts/source/public/pandora/pnss10.mf + ./texmf/fonts/source/public/pandora/pnssb10.mf + ./texmf/fonts/source/public/pandora/pnssi10.mf + ./texmf/fonts/source/public/pandora/pntt9.mf + ./texmf/fonts/source/public/pandora/punctr.mf + ./texmf/fonts/source/public/pandora/puncts.mf + ./texmf/fonts/source/public/pandora/punctt.mf + ./texmf/fonts/source/public/pandora/rotext.mf + ./texmf/fonts/source/public/pandora/ttchar.mf + ./texmf/fonts/source/public/pandora/tttext.mf + ./texmf/fonts/source/public/pandora/widths.mf + ./texmf/fonts/tfm/public/pandora/pnb10.tfm + ./texmf/fonts/tfm/public/pandora/pnr10.tfm + ./texmf/fonts/tfm/public/pandora/pnsl10.tfm + ./texmf/fonts/tfm/public/pandora/pnss10.tfm + ./texmf/fonts/tfm/public/pandora/pnssb10.tfm + ./texmf/fonts/tfm/public/pandora/pnssi10.tfm + ./texmf/fonts/tfm/public/pandora/pntt9.tfm' + +bad_license_emptydirs='./texmf/fonts/tfm/public/pandora' + +for file in ${badfiles} ${bad_fontfiles}; do + if [ -e ${file} ]; then + echo -n "Removing ${file}..." + rm -f ${file} + echo "done." + elif [ x"$1" = x-src ]; then + echo "${file} is already removed in upstream." + else + echo "${file} is already removed." + fi +done + +for dir in ${bad_license_emptydirs}; do + if [ -e ${dir} ]; then + echo -n "Removing empty directory ${dir}..." + if rmdir ${dir}; then + echo "done." + else + echo + echo " Directory $dir not empty, or operation not permitted" + fi + elif [ x"$1" = x-src ]; then + echo "${dir} is already removed in upstream." + else + echo "${dir} already removed." + fi +done + +# revealed to be non-free +# ./texmf/doc/help/Catalogue/entries/floatflt.html +# ./texmf/doc/latex/floatflt/floatexm.dvi +# ./texmf/doc/latex/floatflt/floatexm.tex +# ./texmf/doc/latex/floatflt/floatfge.dvi +# ./texmf/doc/latex/floatflt/floatflt.dvi +# ./texmf/tex/latex/misc/floatflt.sty +# ./texmf/doc/latex/g-brief/g-brief.dvi +# ./texmf/tex/latex/g-brief/g-brief.cls +# ./texmf/tex/latex/g-brief/g-brief.sty +# +# now free: listings, beton, picinpar, booktabs, euler +# +# ./texmf/doc/latex/styles/listings.dvi +# ./texmf/tex/latex/listings/listings.cfg +# ./texmf/tex/latex/listings/listings.sty +# ./texmf/tex/latex/listings/lstdoc.sty +# ./texmf/tex/latex/listings/lstlang1.sty +# ./texmf/tex/latex/listings/lstlang2.sty +# ./texmf/tex/latex/listings/lstlang3.sty +# ./texmf/tex/latex/listings/lstmisc.sty +# ./texmf/tex/latex/listings/lstpatch.sty +# +# ./texmf/tex/latex/misc/beton.sty +# ./texmf/doc/latex/styles/beton.dvi +# +# ./texmf/doc/latex/styles/picinpar.dvi +# ./texmf/tex/latex/misc/picinpar.sty' +# +# ./texmf/doc/latex/booktabs/booktabs.dvi +# ./texmf/doc/latex/booktabs/booktabs.readme (this was removed) +# ./texmf/tex/latex/misc/booktabs.sty +# +# ./texmf/doc/latex/styles/euler.dvi +# ./texmf/tex/latex/misc/euler.sty +# +# ./texmf/tex/latex/caption/caption.sty +# ./texmf/doc/latex/caption/caption.dvi +# +# removed in the upstream: corkpaper.dvi suet.dvi algorithms.dvi +# caption.dvi footbib.dvi suet14.tfm algorithm.sty algorithmic.sty +# footbib.sty g-brief.dvi g-brief.cls g-brief.sty --- tetex-base-3.0.orig/debian/postinst.in +++ tetex-base-3.0/debian/postinst.in @@ -0,0 +1,151 @@ +#include variables +#!/bin/sh -e +# +# postinst maintainer script for the Debian tetex-base package. +# $Id: postinst.in 474 2006-01-25 11:52:06Z frank $ +# don't try to understand th generated script as installed with the package. +# instead, look at the source files in the source package +<:=@COPYRIGHT:>// + +## Define static variables we need +VARDVIPS=<:=$vardvips:> +VARDVIPDFM=<:=$vardvipdfm:> +VARPDFTEX=<:=$varpdftex:> +GENERATED_MAPS_DVIPS="<:=$generated_maps_dvips:>" +GENERATED_MAPS_DVIPDFM="<:=$generated_maps_dvipdfm:>" +GENERATED_MAPS_PDFTEX="<:=$generated_maps_pdftex:>" +mapdir=/usr/share/tetex-base/maps +etc=<:=$etc:> + +UCF="ucf --debconf-ok --three-way" +BASE_UCF=<:=$REAL_BASE_UCF:> + +## Variables needed for upgrading +obsolete_dirs="/usr/lib/texmf/local, /usr/share/texmf/local" +POSTINST_MOVE_EXT="<:=$POSTINST_MOVE_EXT:>" +PREINST_MOVE_EXT=<:=$PREINST_MOVE_EXT:> +OLD_LDAT=$etc/language.dat + +oldstuff_dir=<:=$OLDSTUFFDIR:> +FORMER_UCF="<:=$BASE_UCF:>" +UNUSED_CONFFILES="<:=$UNUSED_CONFFILES_BASE:>" + +umask 022 + +# no debconf questions currently +# . <:=${CONFMODULE}:> +# db_version 2.0 + +<:open(FUNCTIONS,'common.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +<:open(FUNCTIONS,'postinst.functions');@FUNCTIONS=;close(FUNCTIONS):>// +<:=@FUNCTIONS:>// + +################################################################# +# Here starts the real action +################################################################# + +## some things we have to do for upgraders from pre-woody versions +rmdir $obsolete_dirs 2>/dev/null || true +# case $1 in +# upgrade|reconfigure) +# ;; +# esac + +## some things we have to do for upgraders from 2.0.2 versions +case $1 in + configure|reconfigure) + # is there a file /etc/texmf/language.dat already? Move it out of the way + if [ -f $OLD_LDAT ]; then + old_ldat_md5sum=`md5sum $OLD_LDAT` + # do nothing if the md5sum matches sarge's or woody's default: + if [ ! "$old_ldat_md5sum" = fe9baf0768ade79a585a9df568dac5f6 ] && \ + [ ! "$old_ldat_md5sum" = 1d2d9b25a41ab1cec892bd3382af7645 ]; then + cat > $OLD_LDAT.$POSTINST_MOVE_EXT <> $OLD_LDAT.$POSTINST_MOVE_EXT + fi + rm $OLD_LDAT + fi + + # remove generated files that are now put into a new place + rm -rf /var/lib/texmf/dvips + + pdftexconfig_transition + + ;; +esac + +## common installation and upgrading tasks +case "$1" in + configure|reconfigure) + + # remove backup files from preinst + if [ -n "$2" ] && dpkg --compare-versions "$2" le 3.0-10 ; then + # we should echo only if there are actual files. But this would require + # to put the echo command in the loop, with checks to echo only once. + # Instead, we just prevent it from being displayed if a version has + # been configured that already had the confiles removed. + echo -n "Removing unchanged obsolete conffiles ... " + fi + for file in $UNUSED_CONFFILES; do + rm -f $oldstuff_dir/`basename $file`.$PREINST_MOVE_EXT + done + for file in $FORMER_UCF; do + rm -f $oldstuff_dir/`basename $file`.$PREINST_MOVE_EXT + if [ -x /usr/bin/ucf ]; then ucf --purge /etc/texmf/$file; fi + done + rmdir $oldstuff_dir 2>/dev/null || true # ignore errors if nonexistent or non-empty + if [ -z "$2" ] || dpkg --compare-versions "$2" le 3.0-10 ; then + echo "done" + fi + + # install the remaining ucf files + for file in $BASE_UCF; do + $UCF /usr/share/tetex-base/`basename $file` $file + done + +# Update language.dat (update-language is in tex-common on which we depend) + update-language + +# if tetex-base is upgraded while tetex-bin is already installed, we must +# call mktexlr, and regenerate the formats and font maps. + clean_texenvironment + TEXINIT_P="" + KPSEWHICH="" + test -x `which fmtutil` && TEXINIT_P=`which fmtutil` || true + test -x `which kpsewhich` && KPSEWHICH_P=`which kpsewhich` || true + if [ -n "$TEXINIT_P" ] && [ -n "$KPSEWHICH_P" ]&& \ + kpsewhich --format='web2c files' fmtutil.cnf >/dev/null && \ + kpsewhich --expand-var='$TEXMF' | grep -q "/usr/share/texmf" 2> /dev/null + then + mktexlsr + # Update fontmap configuration file and language.dat + update-updmap + # now call updmap + create_fontmaps + # create formats + mktexlsr + create_tetex_formats --all + mktexlsr + fi + + ;; + abort-*) + ;; +esac + + +#DEBHELPER# + + +# Local Variables: +# mode: shell-script +# skeleton-pair: t +# End: --- tetex-base-3.0.orig/debian/patches/patch-texdocphp +++ tetex-base-3.0/debian/patches/patch-texdocphp @@ -0,0 +1,39 @@ + doc/tdphp/config.php | 10 ++++------ + doc/tdphp/texdocfooter.php | 2 +- + 2 files changed, 5 insertions(+), 7 deletions(-) + +Index: tetex-base-3.0/doc/tdphp/config.php +=================================================================== +--- tetex-base-3.0.orig/doc/tdphp/config.php 2006-01-17 17:22:34.443906144 +0100 ++++ tetex-base-3.0/doc/tdphp/config.php 2006-01-17 17:23:04.858282456 +0100 +@@ -18,12 +18,11 @@ + ### End paths with slashes / + ### Always start with dist tree so that its section order is preserved + ### in case there are missing or extra sections in the other *.dat files. +-$texmftrees['fs'] = array( 'dist' => '../../../texmf-dist/' , +- '' => '../../../texmf/', +- 'local' => '../../../texmf-local/'); +-$texmftrees['url'] = array( 'dist' => '../../../texmf-dist/', +- '' => '../../../texmf/', +- 'local' => '../../../texmf-local/' ); ++$texmftrees['fs'] = array( '' => '../../../texmf-tetex/', ++ 'main' => '../../../texmf', ++ 'local' => '../../../../local/share/texmf/'); ++$texmftrees['url'] = array( '' => '../../../texmf/', ++ 'local' => '../../../../local/share/texmf/' ); + ### Support for variable names in the *.dat files. + ### One might argue that several names may be admissible + ### in each of one or more trees; then values should be arrays +Index: tetex-base-3.0/doc/tdphp/texdocfooter.php +=================================================================== +--- tetex-base-3.0.orig/doc/tdphp/texdocfooter.php 2006-01-17 17:22:34.443906144 +0100 ++++ tetex-base-3.0/doc/tdphp/texdocfooter.php 2006-01-17 17:22:35.954676472 +0100 +@@ -7,7 +7,7 @@ +

A PHP version of texdoctk. Underlying texmf trees from teTeX + 65 + \typeout{^^J% +-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J% +-! You are attempting to make a LaTeX format from a source file^^J% +-! That is more than five years old.^^J% +-!^^J% +-! If you enter to scroll past this message then the format^^J% +-! will be built, but please consider obtaining newer source files^^J% +-! before continuing to build LaTeX.^^J% +-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J% +++=================================================================^^J% ++| You are attempting to make a LaTeX format from a source file^^J% ++| That is more than five years old.^^J% ++|^^J% ++| If you enter to scroll past this message then the format^^J% ++| will be built, but please consider obtaining newer source files^^J% ++| before continuing to build LaTeX.^^J% +++=================================================================^^J% + } +- \errhelp{To avoid this error message, obtain new LaTeX sources.} +- \errmessage{LaTeX source files more than 5 years old!} ++ \typeout{To avoid this error message, obtain new LaTeX sources.} ++ \typeout{LaTeX source files more than 5 years old!} + \fi + \let\reserved@a\relax + \fi --- tetex-base-3.0.orig/debian/patches/patch-licenseinfo +++ tetex-base-3.0/debian/patches/patch-licenseinfo @@ -0,0 +1,16 @@ + doc/generic/pstricks/README.pst-osci | 3 +++ + 1 files changed, 3 insertions(+) + +Index: tetex-base-3.0/doc/generic/pstricks/README.pst-osci +=================================================================== +--- tetex-base-3.0.orig/doc/generic/pstricks/README.pst-osci 2005-10-06 14:55:14.151721292 +0200 ++++ tetex-base-3.0/doc/generic/pstricks/README.pst-osci 2005-10-06 15:02:31.989543970 +0200 +@@ -14,5 +14,8 @@ + + * Web page is http://www.tug.org/applications/PSTricks/Physics/Oscilloscopes + ++ * The files of this package are hereby put into the public domain: ++ README pst-osci.doc pst-osci.sty pst-osci.tex ++ + -- + Manuel Luque and Christophe Jorssen (updated November 22, 1999) --- tetex-base-3.0.orig/debian/patches/patch-deb +++ tetex-base-3.0/debian/patches/patch-deb @@ -0,0 +1,244 @@ + dvips/config/config.ps | 16 +++++++++---- + fonts/map/dvips/context/original-context-symbol.map | 2 - + fonts/map/dvips/omega/omega.map | 3 ++ + scripts/context/perl/texfind.pl | 23 ++++++++++++++++++- + scripts/context/perl/texshow.pl | 23 ++++++++++++++++++- + tex/generic/config/language.dat | 24 +++++++++++++++++--- + texdoctk/texdocrc.defaults | 18 +++++++-------- + web2c/mktex.cnf | 4 +-- + 8 files changed, 91 insertions(+), 22 deletions(-) + +Index: tetex-base-3.0/dvips/config/config.ps +=================================================================== +--- tetex-base-3.0.orig/dvips/config/config.ps 2005-08-07 17:19:18.000000000 +0100 ++++ tetex-base-3.0/dvips/config/config.ps 2005-12-11 06:01:38.000000000 +0000 +@@ -7,13 +7,20 @@ + % to determine this number. (It will be the only thing printed.) + m 3500000 + +-% z1 is "secure", i.e., inhibits execution of `shell commands` in +-% \specials. Dvips allows this by default. ++% A setting of `z1' inhibits execution of shell commands in `\special's ++% and via the `E' option in config files like this one ("secure mode"). ++% Dvips permits these operations by default or with an explit setting of `z0'. ++% Debian GNU/Linux inhibits these operations by default by setting `z1' here. + z1 + +-% How to print, maybe with lp instead lpr, etc. If commented-out, output +-% will go into a file by default. +-o |lpr ++% Where dvips output should go by default. ++% If unspecified, output goes to a file. ++% To send output via a pipe directly to a printing program such as ++% `lpr' or 'lp', use a line like one of the following two: ++% o |lpr ++% o |lpr -Pmyprinter ++% To send output to standard-output by default, use: ++% o - + + % Default resolution of this device, in dots per inch. + D 600 +Index: tetex-base-3.0/texdoctk/texdocrc.defaults +=================================================================== +--- tetex-base-3.0.orig/texdoctk/texdocrc.defaults 2005-08-07 17:19:19.000000000 +0100 ++++ tetex-base-3.0/texdoctk/texdocrc.defaults 2005-12-11 05:59:52.000000000 +0000 +@@ -8,7 +8,7 @@ + # want/need to leave empty. + + # root of doc directory (from $TEXMFMAIN) +-TEXDOCPATH=doc ++TEXDOCPATH=../doc/texmf + # root of local doc directory (from $TEXMFLOCAL) + # can be left empty if equal to TEXDOCPATH or if $TEXMFLOCAL is undefined + LOCALDOCPATH= +@@ -26,28 +26,28 @@ + DVIPS_CONV=dvips -q + + # PostScript handling +-PS_VIEWER=ghostview ++PS_VIEWER=see + + # PDF handling +-PDF_VIEWER=acroread +-PDFPS_CONV=acroread -toPostScript -pairs ++PDF_VIEWER=see ++PDFPS_CONV=pdf2ps + + # HTML handling +-HTML_VIEWER=netscape +-HTMLPS_CONV= ++HTML_VIEWER=x-terminal-emulator -e see ++HTMLPS_CONV=html2ps + # HTMLPS_REDIR must be on, if the html->ps converter normally writes its output + # to stdout instead of a file (e.g. as html2ps) (y or yes to make active) +-HTMLPS_REDIR= ++HTMLPS_REDIR=y + + # Plain text handling + # TDK_OWN is texdoctk's own text file viewer + TXT_VIEWER=TDK_OWN +-TXTPS_CONV=a2ps ++TXTPS_CONV=a2ps -q + # TXTPS_REDIR must be on, if the txt->ps converter normally writes its output + # to stdout instead of a file (e.g. as a2ps) (y or yes to make active) + TXTPS_REDIR=yes + + # printer +-PRINT_CMD=lpr -Plp ++PRINT_CMD=lpr -h + + # end of config +Index: tetex-base-3.0/web2c/mktex.cnf +=================================================================== +--- tetex-base-3.0.orig/web2c/mktex.cnf 2005-08-07 17:33:14.000000000 +0100 ++++ tetex-base-3.0/web2c/mktex.cnf 2005-12-11 05:59:52.000000000 +0000 +@@ -1,5 +1,5 @@ + : ${MT_FEATURES=appendonlydir:varfonts} +-: ${MODE=ljfour} +-: ${BDPI=600} ++#: ${MODE=ljfour} ++#: ${BDPI=600} + # uncomment the following line to use ps2pk instead of gsftopk: + # : ${ps_to_pk=ps2pk} +Index: tetex-base-3.0/tex/generic/config/language.dat +=================================================================== +--- tetex-base-3.0.orig/tex/generic/config/language.dat 2005-08-07 17:31:57.000000000 +0100 ++++ tetex-base-3.0/tex/generic/config/language.dat 2005-12-11 05:59:52.000000000 +0000 +@@ -5,6 +5,16 @@ + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++%% To make it possible for package scripts to parse this file, ++%% please use only "%! " to comment out hyphenation patterns! ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++ ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++% Do not modify the following line! ++% -_- DebPkgProvidedMaps -_- ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++ ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % CAUTION: the first language will be the default if no style-file + % (e.g. german.sty) is used. + % Since version 3.0 of TeX, hyphenation patterns for multiple languages are +@@ -15,7 +25,7 @@ + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +-% The hyphenation pattern files are in the dirctory: ++% The hyphenation pattern files are in the directory: + % texmf/tex/generic/hyphen + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +@@ -35,10 +45,14 @@ + % english should always be defined. Either an alias for american or british. + =english + +-% French, TWO lines! ++ ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++% By default, most languages are enabled - there should be no problems. ++% If you want to use only a subset, please use '%! ' as comment sign. ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++% French and German, TWO lines each! + french frhyph.tex + =patois +- + german dehypht.tex + =austrian + +@@ -98,3 +112,7 @@ + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % Email : Thomas Esser, te@dbs.uni-hannover.de + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++%% checked by postinst 2.0.2a-1 %% ++%% do not remove this comment! %% ++%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +Index: tetex-base-3.0/scripts/context/perl/texfind.pl +=================================================================== +--- tetex-base-3.0.orig/scripts/context/perl/texfind.pl 2005-08-07 17:19:22.000000000 +0100 ++++ tetex-base-3.0/scripts/context/perl/texfind.pl 2005-12-11 05:59:52.000000000 +0000 +@@ -20,7 +20,28 @@ + use Getopt::Long ; + use File::Find ; + use Cwd ; +-use Tk ; ++#use Tk ; ++# patched by Debian ++use File::Basename; ++BEGIN { ++ eval { require Tk; import Tk; }; ++ if ($@) { ++ my $progname = basename($0); ++ my $message; ++ if ($@ =~ /^Can\'t locate Tk\.pm/) { ++ $message = "$progname: you must have the perl-tk package installed\nto use this script\n"; ++ } else { ++ $message = "$progname: problem loading the Tk module:\n $@\nHave you installed the perl-tk package?\n"; ++ } ++ ++ if (! -t STDOUT and exists $ENV{DISPLAY}) ++ { ++ exec("tetex-xwarn", $message); ++ } else { ++ die $message; ++ } ++ } ++} + use Tk::widgets ; + use Tk::ROText ; + +Index: tetex-base-3.0/scripts/context/perl/texshow.pl +=================================================================== +--- tetex-base-3.0.orig/scripts/context/perl/texshow.pl 2005-08-07 17:19:22.000000000 +0100 ++++ tetex-base-3.0/scripts/context/perl/texshow.pl 2005-12-11 05:59:52.000000000 +0000 +@@ -28,7 +28,28 @@ + use Getopt::Long ; + use XML::Parser; + use Data::Dumper; +-use Tk; ++#use Tk ; ++# patched by Debian ++use File::Basename; ++BEGIN { ++ eval { require Tk; import Tk; }; ++ if ($@) { ++ my $progname = basename($0); ++ my $message; ++ if ($@ =~ /^Can\'t locate Tk\.pm/) { ++ $message = "$progname: you must have the perl-tk package installed\nto use this script\n"; ++ } else { ++ $message = "$progname: problem loading the Tk module:\n $@\nHave you installed the perl-tk package?\n"; ++ } ++ ++ if (! -t STDOUT and exists $ENV{DISPLAY}) ++ { ++ exec("tetex-xwarn", $message); ++ } else { ++ die $message; ++ } ++ } ++} + use Tk::ROText ; + use Config; + use Time::HiRes; +Index: tetex-base-3.0/fonts/map/dvips/omega/omega.map +=================================================================== +--- tetex-base-3.0.orig/fonts/map/dvips/omega/omega.map 2005-08-07 17:30:23.000000000 +0100 ++++ tetex-base-3.0/fonts/map/dvips/omega/omega.map 2005-12-11 05:59:52.000000000 +0000 +@@ -1,3 +1,6 @@ ++% map comment changed, so that Debian's dpkg will try to ++% reinstall it after deletion in versions prior to 2.0.2-9 ++% + omseco OmegaSerifCommon 6UB;VQS*2!R96%D;VYL>2!D968* +M+U=E:6=H="`H4F5G=6QA7!E(#`@9&5F"B]3=')O:V57:61T:"`P(&1E9@HO1F]N=%1Y<&4@,2!D968* +M+T9O;G1-871R:7@@6S`N,#`Q(#`@,"`P+C`P,2`P(#!=(&1E9@HO1F]N=$)" +M;W@@>RTU-S(@+34P,"`Q-3,Q(#$P,#1](')E861O;FQY(&1E9@HO16YC;V1I +M;F<@,C4V(&%R"!P +M=70*9'5P(#4U("]S979E;B!P=70*9'5P(#4V("]E:6=H="!P=70*9'5P(#4W +M("]N:6YE('!U=`ID=7`@-3@@+V-O;&]N('!U=`ID=7`@-3D@+W-E;6EC;VQO +M;B!P=70*9'5P(#8P("]L97-S('!U=`ID=7`@-C$@+V5Q=6%L('!U=`ID=7`@ +M-C(@+V=R96%T97(@<'5T"F1U<"`V,R`O<75E"!P=70*9'5P(#$R,2`O>2!P=70*9'5P(#$R,B`O>B!P=70* +M9'5P(#$R,R`O8G)A8V5L969T('!U=`ID=7`@,3(T("]B87(@<'5T"F1U<"`Q +M,C4@+V)R86-E"!P=70* +M9'5P(#$S-R`O<&5R=&AO=7-A;F0@<'5T"F1U<"`Q,S@@+U-C87)O;B!P=70* +M9'5P(#$S.2`O9W5I;'-I;F=L;&5F="!P=70*9'5P(#$T,"`O3T4@<'5T"F1U +M<"`Q-#$@+V,Q-#$@<'5T"F1U<"`Q-#(@+V,Q-#(@<'5T"F1U<"`Q-#,@+V,Q +M-#,@<'5T"F1U<"`Q-#0@+V,Q-#0@<'5T"F1U<"`Q-#4@+W%U;W1E;&5F="!P +M=70*9'5P(#$T-B`O<75O=&5R:6=H="!P=70*9'5P(#$T-R`O<75O=&5D8FQL +M969T('!U=`ID=7`@,30X("]Q=6]T961B;')I9VAT('!U=`ID=7`@,30Y("]B +M=6QL970@<'5T"F1U<"`Q-3`@+V5N9&%S:"!P=70*9'5P(#$U,2`O96UD87-H +M('!U=`ID=7`@,34R("]T:6QD92!P=70*9'5P(#$U,R`O=')A9&5M87)K('!U +M=`ID=7`@,34T("]S8V%R;VX@<'5T"F1U<"`Q-34@+V=U:6QS:6YG;')I9VAT +M('!U=`ID=7`@,34V("]O92!P=70*9'5P(#$U-R`O8S$U-R!P=70*9'5P(#$U +M."`O8S$U."!P=70*9'5P(#$U.2`O661I97)E&-L86UD;W=N('!U=`ID=7`@,38R("]C +M96YT('!U=`ID=7`@,38S("]S=&5R;&EN9R!P=70*9'5P(#$V-"`O8W5R7)I9VAT('!U=`ID=7`@,32!P=70*9'5P(#(Q-B`O3W-L87-H('!U=`ID=7`@,C$W("]59W)A +M=F4@<'5T"F1U<"`R,3@@+U5A8W5T92!P=70*9'5P(#(Q.2`O56-I6%C=71E('!U=`ID=7`@ +M,C4T("]T:&]R;B!P=70*9'5P(#(U-2`O>61I97)E2!D968*8W5R&5C"H`"0=H` +M`-G6;V,[A&J8FYETL!>?QLQ$6\$R7KCR=-TDI=(#B9DQ;++K<-F=@$@_?,41\?H +MU)!0A,@FKAX/@2T4ZK:IDABS<:=EA;Z''B"_QH=(0WV,:]`/WN,CB3HLZ#*; +M.L"PS=@D.IQ7EUX@6,4%(80D._#Q#Y`G[(6E=P +MHFH_#;,3[)_HQ`^SY0WB<<;D6K9 +M;=9G$IF:P@CLNN-YS`6AWN5)!MT[<)%*_L<3#>4J28WB:.DAO"1YI8[-BWZ' +M3R9-Q:H\#:EA+3"?!C;[EIA6X.-.3B7^R_;A&6F80H-NH=9!>H5>:IU]6`3_ +M7X(7QM+MK].H%;W?NRV46/Q%MH'!,&"T5>J[@*J0K;EMUC_CC`RWHD(:'`ED +MO?O=L+CVOYDW/*M&N\2Q!LK4`V3[9%$4'M+0AE`?2IZH(![3';MRN!_3]VCN +M/H`2$@B;Z`E6H3_L-`5;(ZC5_*F/^:B$$R[U/U@-1X;D=EJK0[7,9+M2XGX$ +MU>OE1P*!U]"(`X(ION8L(1LE2>8*&@]S?QAPI8R`UDB+U`FO@``+()Q3Z0:+ +MBV:TBEM2,G>X*@82<`V$F:/,LLU2*(*/J.^,U81ZSGM5]E:TL#2]\:-6[MZ^ +M8*_!^`<[[_0HX;?NI-]PJBYT*.?B%WJ9CJ#-;3##_'AOCEOKL!G;'P<3 +MVLHW*3J%WE:O]S(1@=?R%7\,#;@G5GJ9C')D]O4_"Q::N/KF4X$7 +M7.ZXL$/033:;!U&:&M%RL>&1X6Q'@S*9UJS%?-`@.`4&\57:)C7F=+.'E^I1 +M>L81M.0`N31YJ:]IK`\ZG401I]#@UI>'Z]-B["P2_A$!2Y=9L-ROY0:9V +MDA\SFWJAS+Z6+06'^\)>":ZQ*%R0P-NYT"-?7_M>S1MTBPN1^"!5P!EP%7M" +MU3VW?/Z>C(Z+@N:R'*GSP1-(IQ5S`3:\T=U06!-U#=\)-6P.CL.*1/N#DZ;CKF.G'X#Z;?3S87^8?Y.UU!/\&+<#J*#^#X%YTTBF/H_C.A;A%@: +M%9[;:6$)[U-2B-4KCD<,:C[BZ?K#/\EQ-?"QMXC,*!+*C!88J&TQT$_%#]18 +M*96S2V/]ZN92RUKVZWSPWVF8UKBT)GV5*C>;9@_C*=N*RBQ%^JG$]&DHQEO] +M=",]+2+>1U8R4=U%U'0S'L +MB-S">EG?931NY*1KGY#ZS(#GV79`K7R4.0+*B$@D&1I6%7#:B"QUN<1'CF`S +MEWAGLZS;QU)\I@;A>?:&KN80.OMZ-D9GFQ_A> +M.9K#WF5IEYVS0P*'HY-5#H^/-_/UF56+7%N?A'5=;?1^\T=D-$7DZA&8@Z=K +M$>VZ7Y#E\S`'/[LFZM*3Q8`C_+N+AGT3D,8J7K#3Y']GY=5K]WV266@S_YY-4L\Z +M(XW,X@W_!RR!!0&JQ9*SS(5R^2I\26]^/W_:U!]S'GYCU8+U@(B=:2U'PB]S +M5[QO.=!9?G`/&<=H72;@(95E!`Q.6:24D[@P.Y9@`(2KZ=KC,`++^CZE1FVEY#>B8\=3RB:C%\N8D.S>6;TK>3*L=DDD<0LCX_QOX5)]HI\*QOI2Y!C^:8:;Q>@[)6\#W"Y<^Y[&%5"* +M_/RNJ['%#/G^*$W^B0I^02M1O$V21P$+8!%-E#AZK@M4`(LQF)/?T[-_L'22 +MI?EML&D*M1^Z1F-2;V?;C\CU)6M"G,1HBVMZK^.QR]$!0:7-':<4\5(].1!` +M2S!H%RA1%H*TY*Q![Z%C@I\7GS('MB?@YH&O +MKMS_`@$+69!(I2!9K#9J*CVF%\98&.V"[TI]XCU__M)^/:W.H8)19UJ=>#.E +M0FW8Y-#!:>3II;*X"(D*2]/4F5#^+YNIZE +M\PNEK4&YA:0(A0Q"^ACDF0WNE5Y;!X6RRDD=\0^2Y6D)FKB6,A_!E?!IKM]2 +MNVP&V!0JALMZU4^VI[V2_6SJ(-!D$-.\P[0O/GU`6YO&H0-MYMFDGT7*>RE\ +M1+G>5`(=WOXN/OQ+Q1]YG.)VOH"/ +M5)5@WDW%D?05J':1>6J,ER`OA+RYXCC8G +M;E)QACY5J]A0`013OI`M)C-C^9VGTXB<;*QWY>=0T039[A0'Y0>K@17H\Q2; +M1_\#@,U8J#4VS51P[A;R6/((6/+T[9IWP-Q%QF#/SR2_!$%;6.]YLI9?:A[. +M2B2R1!I-SU1$'2XMVX?YE]I5Z-0!-,Y*GQ:`;`!W24N:9$6%KM)XYEI^M@1S;?00$71A]!ZV?`EW467 +M;3N%`9A?JZ)S[P-@?KI1:;?M,/SZ$".*Y&%K5TN.T7@*\D8OY1N.Q]H+ZC]$ +MHR.F(`@V#+(]8OOT":X#`W4\!`!$B^>(7#)+KV,R[!U(7Z_C$MH.*/ +M?/L"#MB.MLJ888W[E(>5(ZNN>-O21-LEZE>.PS5:#UF0[89E!(K85D8Z-2^N +M^KI<[U;,GW<8^%9L]]L5HXX?L.\XR!41NH_T".`5#SP;#ZZR-R%^)7[TL\6? +MIRWD9S/Y`]0\"FE6D-9^&7\4[LU??&7_CDOX`3KTCN?3D)1,MSC=YRJ5P'8EGA;K+:X +MXSI[%*%.)UU?9:G0+,G4N8M5[N2>?G/W]U%Y;RQF5)$M>\-&_FNIXV53)04= +M4%UIV[7UK<8.T@_6P[FE:`!:V#TNVME\;$ARL%HC<$R8,C9QL:O^F:UX&KN?G +M4@:`*#-9_!:`9<#>"6/:(<#[TWNK!!DG]7L`[XZ%Y_IL +MCWA?T[1?\F@THB(6.'"P9L'J`("N4TK!_>((2/P4!MGEI\/&+B@3_^\ZS"R> +M$8Y+35(-X9.0&!8=Y9/5F$J`J19E*CU=6=\.WV7:>SQWBQ;B&XE\)[M<@L<\ +M;Y<)Q6H+#03C/<=$C,SP01R`GB*1T+^<&?6HQ>0PA,*?:G8\'AQL%4;MP/1O +MCZHZ\V3VQ5W:*GRZ.O_C>@`Y\K[C;/ZA:R78WZ?==^*!./6C'4ZBTBX.A\>F +M`SDZ-`PR2B(QB+^4'>Q3U200:,8F14!3(D)IVEDK>EIR"HHISW'K79CV#0BC +M#MT?K`?''OI$F?/V66+((T79!K\@T[3OU=?W!C(S;1Q_6C*O"R*YQWIY$P=E +M@F;'U29QJ@_/&X^Z"_,T/IYUP-`_U)4KM)VFV!/:W+Z?42L"\*8G&K2&L-G, +M]2:*1]$P&XX>*E9<^EDL5*0H@7T=96)YE%N26/##.N0LELQ%WQ7]20>]:O[% +M"6O8.*"2JA.@?%ODB)]@J8-L/:9^=]E+=#I`L6.!$L4>UY*/6+Y66M*TP?H7 +M?<:O(3)CH$JN6@:6VP02CNF2BN-=9!CX/A'U]8; +MX.#BO[296WW#'U.BE@K6RT/AI`<&`>(0I"S$WM2@2*VJG82`;'D3M>J74NX4 +M6;S%A9,:\/JOF!KF^;(R-O@GKW5"I)GM=AO/<))"='D=B9CY:S"BK]+^PQ+$ +M^'C-S%?^+JP,9W`2K?+T%NL-\NX!4UZ0["5I/&BBC%#N!KYW!6G.96`.W5KA+0[(X> +M_\TF$DIS-Y0'*OF@^UNNP#-5ZI8-B"$-QD,M%[#6XFC<]*QU,(&/&ST;X^P? +M/64Z+MX>I=(#,*`H"=JTCG@+&(:@,4+5_D53+8:8_(%L\:4,V[=_ +MAE9>=C>X-AQ_`UQ-77D#:#<-5JF!K[=G!#0+'"A'PMR_02A0;^V4]]Y=KE!* +M8^&;`BH,E(!`'3R5/_ +M2G$1Y'>T7VF7C]\X:31\,OP5?0$HI$$UU59B6U+UK(-/^)"#HMH?3%'+%UK" +MZACK>^Z$/5&$MTM0;F64H)WN>?.?"KVZ +M_\&J&J[_(3HO_(9&U^:/=I60&DE^;'%L-WF7V)++[@;(U30D10"!8(6.'U'D +MD\[\@VH+'6GZ`>Z#G-%$7+VC!/$19\/UEQX/):OE'J0A9+(HK/RV(=\\1'C< +M,4$&VGUB:-YU1=V4]]"W\L%?F110SZPY'Y>JKY:P*5+AR'%NMZ2Q=OK%*N,A +M=2X*9+:%>0^$@YT-F*JY2"8SZCNJ,>GN]B9R%YF/X/:F9RO/+?HMIIR<.5W* +MZKZR,[]4AH^1?#H\D1K-X#K8^9-Z\Z9CU##'D-LUU5<$E59UUTW4I0*3,V`LWRK$^W3ZI._=/>40O8\;CY<,C_ +M5XL!-,[1))72M?#*VW0V2?ESA?'D6%RN`@DOF9^SW'G7VUW$RF"IXF9`-6"II#@KFP"'<]G'6+8FF@&_R#: +MXIFX/M[G.U9!3LD;QT[YX)8^^\_Z^ +M/#?%5&F^L1)J`\)@%DFPCI1%M;,=L&ZZ\D8U,0Q=NPL!0W106TQ67)<$I#9< +MMTKKMMCKB;.A3HF!%41&#)4Y4#.O3K=[G54@8RF661_:?6#58?:` +MXX[R@+O*-M_O979WTDC1T[^<3_)'C>9_I,OEE7ER_!Z5T\ +M]/4D6L\T]LJSYQR-:8;QBA,]"3KW_)84X^7R$T9-OO" +M_U(_%J6LZ.BSF$\P`X(*\R830A``\7,-S3._#+8Y@_!'R9C99E]8DFF:G_'Y36OPQ-'1B0*]7MZJJHLH2C00#)#B)4%E'-`GW;\7H"4-"!-8]CN`P"*1.!2C-'XWBKW5V,N(]^ +M/RS]NV&^]+_<@DX5]HY>%C%-<&\#:P!N&9W)Z,$``&8EGU5P +MAU-MSRYA1.Z[]NMK\53W#W;E-BM3@IPQ,0KP*U';P"8R"Q9D%]^.NSC)TJ2W +MFEX%&IQ/Z@Q\RWZ:TV=^/I5?!YV3F3CVA#[CQE_'1E.0`.$,1+X30,.)0`'4 +M]1I&5R""N70K\$..)5[-JH#6BR5=O,>+<^<-)[]SI_P'L-[J/4.!:Z?5WKG? +MF?N3S=#-BK1ALT%,G&+7H*H56:#@5.6.A3D5OF(IFH`.U),&8AU?WH=RFI&M +MR+C#O%L1W%N]D3T+&,S:#]/6W2;F"_AI<<,G%EJL)=YC?W[!M$Q5:4\*`K0V +M#9$E4NVAFFY./P$;?%?K3GNNXW+TRZ@U-7@]1WQA,`D\_;)TZABL2?%?EXM\ +M""']5VQ[=*'\TAY7B:G9=FU@?_TR`>1?" +M#-FF"NNZ/ZUUT6O2F2B8X1.>40;'CF(=9KGZG^=2), +M`;SA2I7J1%(U-U:?02K2(`1;J`5^$7Y2J]A-($YH61,Q-YG\I=VMMO;,`#JG +MMNB6O<*(TWM6LXI9I=/*$X,!:0,FLPX[=/[=K,?4V*Y(0C58D1D=*5YA^4%. +MWL^98_Z'J2!'G4X>1$UYC=H5IR,9IH?%S3#P*@1N3'L`OW];?C^KLI3?X=#) +M%D%!-$)&#-L$5T0.CMJ6Q@5]'U5/.IXUV!KNQ6I[`P]AS^5-_I4QY0M9J=]5 +M]?(0,GA%PMT0&1:WKJOQ?R0E1!8--8#"')M$?5N5=M4Q^%J&O<[13H'>)'IY +M``DH9#7KT5X(FI+(!FNUL8LQ1SJ:RLJ_GF'KQ-JDO+06!N`/&97#0%LOK?W. +MDQ`GB)JN_!4X/+9G]&!U)M<-S(F;V=Z]**ZY?C$H3?YSVQ_H5]>$0(51]A>E-TC6F#3U9( +M)$X'"&4#)37;SC0I\L0CO1?WE*<8\MQ$C5TQB!FT^K-@$V/S=G.`X%@3<#?I +M_NWED;WKU@L,5@J,W(\L6>"YZ1Z:V;ATNRS!NF"N>^H?,)5IS&=XQ`QM+%.; +M)/($K"OE8W!D7(H>_A9F52W[![L'^"]./5.K*712J2?XSVL\!NU-[1CA/X4? +M/OEM)BP/N,W%W(S_:'N9ZB+0PGBF/\966/%H$RR!$^$X+>6[&+=3C]XW[8$L +M<#%XD[0^TM438?[DB91;6GB^>7A!!WJ]4+L1ZLX*#L]*VS*VD&@/!4--W>%N +MN(S%*W0Q$:DK.UZD!#&GFS&*0DI2.9(/\9U<`[UNT-M#/;G*=$*C?4:IN=@* +MV,)J_U03AS3.J$EB*H28;`-]`]U7YW)XRIT\3R@'*2N7W1D^O23USHSF>3@# +M>^(R]W&>-G$G;6,T&)^"ROP(!H_.\=_Z7U,JICL?)2.TMI)^")KQ5)(7L,]V +M-?*C->D&:(>TR#T.H]U?)`7/;/^VNC$;>G-AJ*<%.B'PKK6'XKLNE9#K2@?L +M!2LB$EZ_VI@JJ]1QY@M0P:S+5#$S:0WS1C`">23>#/6Q_=.1-YC)U_&W_U\Y2*87"2!R\7_805;&QY@RE'+7<1X%SGWUTKE +M87,N3%*UOPN^,6S0`)Z8LR!>*-(S2D*4:;JJP!?0B+0E_BH#^YF+S(C)(FCT +MK%+.LK)H:IO(Z)-.F`6'#*8U[41N*I!N6V]:$ZVECC>F7*=UKZ8O_#,.&:X,! +MHWH()YUM]!E=?B?C\KO0P'4C301/)P7!\O^'\*BMDX>LH&6C$0SB1I%IE +MMG2.PL::?`TV+*V@6_DW>Y,6FR7-?6V8Y4XHM&NQ6^-5*\>RI*6??TVMPP)I +MG;GK&4T/9D_JY47#CAK*96E/].U,H.$>C,4&!NO]*GT]?H#-FDG;3)?2Q^X\ +M+&<2I-3_8HJ=TB.D,(>4:!-3.W&J2>8+^+R[_EY$:Y8`+<;AH^5XU/=UXPHB:Q +M?$Y4WW1\:S^[X,F*J,K3RSZDU[23TGS&GD0IVB#:_Z;8NP)*\Q5.6!=^'V^+=*CR1A_"@,ADIQSGS +MITC*>9GK0S?6%L+ZQQ6(P\!^3$$@QKD<$YVL;*P4S7-")=V>G[MK_Z;RNO*(DPW-"NF!,/VC%$)$GHLL=0L6, +M7[.L^^8YH\'5DLK+-=9R33.&/F,OBT;$*A +M%!%0.V!`-7(0Y:RMAOPM]6D?2OG)*%AZMET;Q+!7<9(%Z!W[$[#PH?GK\M8J +M5OWI@#8[I#'(JX9JF/:`>07W+'9;;,KEJLO,F(H=,U'N-KR:`O$*4XG-BY<\ +MF>H\U/FM=,J1#LV,,9+8J]/UK3BWI#!^&J]KI2[8U`&_';=)J1J0OIL\Z0I. +M;<`VDONV&F^$Q&"6S)L4V.8]?\_%\"J_QD-X[5ZY?5K1:E$^(3L@BC`RU>R4 +M8EU03LKU&9(\%:/9X80^M=6;"45SO^8J$V\::`0-*X;43%C+N'^#]5@_:L#?)U'K^D;>DM2'/(@*^0>>#8S_NS:V84_02?YAD^ +MP6OB^OF_Y?9M+/S_R%W1S=E%O\H!;RNHL]"B:%;2!EM]:AE)N4HD:8YV,IW^ +M1B")*@AA5>J_=3=+WRZ"TH%`9)&/]*QIQW< +M)K4B;[FES6\CE(\KUY-,F>>T636[II_<$S1/%9,;HIM3HK;+O'Y=%U=;'W&^ +M@>J]'\QV:)`-%6#KDX=VK#X+=#>/)LL74>;V^2-)J_2B\']1+=[9-$58JABF +MP')3SVKP2;R^S1G1-D#+Z$E=5X31A)D3)P]0I"3YEFC6)O.F +MY9<=$>N$N9+P59?3>C73L)'G]%=EQRSE&,:&^"S%(]D%%E&;*G2HSYS<4TU< +MW&/I_)@CJGPD'_%.LX<8]0RV?Q/*78\AP8^2-T"0?8TRT!7\E42`7@:=*=QR +M@U23]GU&-X[R@6+"B]=NMN>2/+KL5U7AP#3TIL.V$5'81^PS@X4UQL>LDM1T +MJZ8P:VE4%A_2&K7Q,7.6`E1L&9;%/U8X__^>X9PZV8G\D*G6.3S"?7NGONI) +M!'GI3_G9K<'+@_[+!:OC_2`DR6<>,CK/3CG(%:2Z:"!Q8S8%S`J*+)[G.41' +M!_FO2@ELI89`%HSC'NVT0$78A"_;/<2WW+=&AS]/F-@<)?`(JWG+U<#=SP9X +M^>.3MOQ"72%F7*4WZ.WAXDA;RN?%W?8Y8OA;>H0\4N*3/E(WEWCC`9U)`_Q91\;.^G*L+O5,DFIY&SKXK9O.3$E[^^OG/I$% +M+=\?[[B:O.2`3+D^5B"(!CW4B]]N#S@FON@ZH]F-YE5UX>I#%R:WVK.6GA1: +MB!'_+\\IF#Y%HI,\,:*\6#:N9`5Z?B_\^P9JV5U-\6*7_6UQK\6SV,BG=[X1 +M^SJT*'<41_:-N92JH$;L2E^Q9P+DAAZ$BJO-1;^BR6!V<=QU-#)W9JN;LPD6 +M73YO1C^%B-^,Y?BFH(4:WG^CH%?L[+%ML/.W#.[0*W")'@9.H.>4HXO?;T +M32*,#5;)-B66,Y7V'2F+A_>U`V?M,KJVM^LRZ[3J3I>,L$Z)?=69?GZ:&]]B +M+"_BLAT&TKE&%EDOF>_^/WV4RFF"+$3(3NZ"Z[C&=K/89FZB!HQ$$'D58.2$F#C9Z*8%J?732YIM7SW_OPM//E,,FU3HX91)RVF5 +MP&>1]"G"SK>H2FRJ5KG>N\R#V?=_VZ&8,<1K[]H,6!0N].N8"/;".!X]W]C# +M/W=F%$)Q&D%2OLO]>=C9:F-`]$P5`IE41P8-'O8\'J)Y(T&2.DJIHU74F#8Z +M>]M*UQ_NYU>M]!SZ`JD,'TLC[\W\-3,%TSI +MHS+C)Q=O/P;:>?-77Z(#=KKQ/.-%5B:\H!5>@V0S+!J.?-`"^PSIAV0UAB8\ +M<)],C2]@[1(0\()L]&6*E#QNFV'@%R2,F-JR5PL_PJAPC@:YM4T*[I=BUL4J +MWU43"E/8:KVHRM9___H6=UXCI.,VC%&PNSN;[=&3D:F_9@MK7D#`5'71=Q]9 +MGY]RQ[FG"MH/6H\4`F=L[!)A?IF9P?@U.=YD2V1:1OS#WP>#_"*ZQ;@-AK!A +MA[&]#KOMJ>8FT^%2RG*^?^_\$EF$]B_?[RJ/PY^'^13_%HCR"G\,?!7 +M@`%8TT0V?OAF,8H$VS)D*KI8DZR%L%B00*53\;L;9$L5"/,GJS``&O,B=HP( +M_X8@6V"SK2VD7X;4_%\=?"RE[.6":UT$HZM0CF+S=,!YFK!<[QF<-?[EUMYD +MN?3;IQE`H@%@8FM^B'[U^>1B[/*9*\H.<*%3)\G*`WH-*:[D]&_^'56\D&(]?)XEXT#[R`^##>W'MF?]?#CIE7/L\B98[/T4'MH&]ZL_U.,_2)U# +M:]$:3=W)[NPB(AP%],M$=YXYQX07@*'MC#'`J@.?C;!]>5.2P,4-P6<^,[0@ +M;>PW!2H4JNM`$HPLX%D+,:ZGU:QC4!-5*&J;9HZ@./ZT]OC-&D34@01R$!2* +MX64WVFR.=2S*S5B90(ME!V"Y:5L!M\H8O-3EI_!\2QL)\W8>.D2O@7`ZM#(L +MF@U0L7U?AV=Q!2Q0Z="+S>C51DZ$.O`&UC@#ER(E%B+;"5QERN< +MA;47<$^&<),$W[8@Y]QHXP)#6/X50HR`2:E^ZX/+`"$^,BOZ)`!!DHS\_D%( +MTL>B[P\`N<"$-_P,SP2M$R@#E#R8P>R["N.9A._.DO9U!#8YI;[L&V=`2W.1 +MMY)LR:^*\V4M#I%Q:WKA?C1U3LT5D/YS:=V$1E[D/0T^YXIU@-'0E.\B&93*ISA;&W4T5\?B5&1VAN^ +M27V_89PFUE-U&C\KY7V]F1(X)ZY9#\OUW+BSWX0@)F-%DC-H_^]1G"QG.:%- +M)K$>#,<@7?Y4QI-B'/'SS/XYPA^1UD/AES_JM=T9??"`"H0[6\(E:S+C]4%V +M?FB+)MQ@O%P3;`D1%0EM4/1<(LK\F:0EH>P$OF#\[:SD!O7?`0XB[1.PBT"N +M[@,'"B>J2D=5A+QTQ[.V8]K3>,;=O=J@H([-:&7!5@T!5CV=9$5&'"&\W#+DY[TP4. +MV(]`0=P.Q):^_-CJZ>Z1:#FT\,?I:N::'N*`\0'@YQTSP3=M/W878/00(M19 +MI0T9Y*>\'Y%N#$![CCG#/KW0'4O"=>8GA;'+0_9WR)>D_Q!M5$3YK_Q(3]:M +MWM4)'XRNBD2><&]]&)#"K%/@+784B^C^Y^.BQ&UKZL +MBID)-6?@MRR$'?4AH"TI5G^G'M)"4H8#NBUN[51GH)-R^9N>"".^T/\31&/R +MO3?=UF[=@1,NQ*&@%U#-EHU[0NF\E+D8_'P,VUJ"F*\S:PUPH>+!B-M;&3.[]8B +MU.7ZP$;"[35GG/NYH\8`.\S +M8KIT3Y[CM)O-YA@A\;-V7FFO;X7A=&HB$V9[?.*!N0RDK$>MA8_#0FS;F-.C +M$)7HJ3Z9L"5AV2]T!HUK>?=+TM[FQG;B/>YL-J;S4*_^B#4LY?3>5`K4=P4DZXN&P"[9R2&PGUX +ML_$>.&W1I-!&126UT_@[:*0D@:%<(@\%LJ4#S96P^4"I-?XY,FIZ;R52(-PTC>VVI'(4703&0.$)"X;@E +ME]5MYW>V2O[K"S#"ES8H3MM7A2K'V^P*/,.]>2S6'EJKF"<>A4(9+&:,RW/^ +M,_K1XJMK=#VIP0KCZL>\DJT1&66HAJ7)E*`_,R@U1OI1MV5T7#-#0W%B +MZ6`&MJB_3&Z7)&5[OI2($WUN%[D^U&E6?>;!&"FU1Z +MPUTDY.#>D/"R]LA>4PP;+M_?PG>/'8Z7W9<\6(URO`(TY2(^T.-OL>;6O_7)0-CEV=/ +M.E;H*4,G%O2A75@XCTF_&"'0U#).2H$]0O[>'B_`U+!/K*#;)')%^]:=D.>$ +MC2=C@<>%\/8Y"LDUWYPUO>Q9-B#>&`+B8HGVD81\V%,F3VS#6'2K1++#SUTI +M+"WMXXP_U%ZL8]<@+B^C8D:49DRS,A_M?$O*&AORI'>YA2H9*G5`Z=V-#F#: +MS07!;>%_B$!-CNAX]"AL,UUK1SJ2$1EHFOI$2:Z%)LFLO"BV_H2/,NWCOE`H +M0=FN62&/O(B,T]93C[0TG8*"]],0H<:GS62A40A:!$. +M<*L"OA)*1W%\6BT11I>LBNEF3L1C\.&SGOCLPQN2O*7T&IO:4]&H;,AK';#9 +MR*<^R3'XWK.*_B8-4IS=22+V6PXXU09WLJ82+HTHNI!@MW@8CW!I:*`BVOO.3J/((7?A +M452JJ/B8&2FSI%*5_;0[U,XJ>Y[!#<]F.K4?EQR22>(YM7,Z.3VR1AJFV]V$ +MN^$)*6K7`Z_4M\"5A["+M,_$G=S??AB29N9-K/X=.]KK+DRNEQ'*23=4$#V/ +M`3]NN9GWWH+@>D$PFI6%RF^B.Z-`/A!D8I[;SR0M43[! +M8LY[^,?YQ/@UO%KAL(`=/#1>5*TO[7;I-T!?&GR`>4$C; +M9L548^VI4Z9PL)C"B`C$V]ZD`EQL`!H6M=7+_B/(P:VSL@(C2J=VXF3-EGJ] +M';/NZ2V)O>36$E+6,,@KPKYO$VT$N=YEGUHP)QMJSHJ/H$8\/C*E57OFX"2& +MG*0J2:SO&M7EVUMH-=`FT>%Z98P#.&$M*PH;[\\"_P158`9 +MOE![HT[7+4:;`5N!'_/!D%]"-&XL5AOC^VS(IKBZ9\HI+BUI"5%F1@;VUG;\4GY#*P9-8.$Y@XUR7:Q@LYW\L[7"0`XUU`PINC3YJ'*?X/_R0F(3H +M8YFW#1C#9%,%580IPOJF(15M:+5VVBV*QDUY:<\A>"%X>9"=_KR>S7,$`(:E +M&*39[N_6)Z6R'&)"L#3&&.L\G=.M#@N;O$4+N["O)^8@#N,#&H&BNM$O/29, +M>RYQN'!Z"_QSY;&="]F'4P`S[V(4-8K=`_X8*QT#&CM0/C#Q_`DE^!!+/D(Y +MG\926T[XQPQ,9BLHW*74(G&.G[7\K!BY"H.YY]F"_0%-DXDL+*@M,-5U*U4O +M\)IT]%^79S"Z:*PA-(^WKV23`=6K6"D3C[]\.749E_#$4P(F6.63RMI"*86$ +MT79;>V@(KX>;+O==TH7[">S4X,$!Y(``N4$A26<6O8<8B62=%5&9#^8W^X<3 +M_CV/]('>N>J$*:69?`WM3[MQ5JF=M`%?@TL#0J4*"T42,Q/K^( +M7`^973@J,[MX4L$PJ\70QC75O]L>ES1-2&OJ<`$FNP!9PB +MLF8MC7L_*R9AC*8A%+OLG'>.L,,'A\`?$!&??5IDNO\_`W]`I&#LP,V-K>*$Q%*$<%\2T@01IA^P9R?\?/R0[_MR@,3^$9L+3?$44AIEJ +M5C>/Q6!LQ5!_O)JJ;;.%RXL0&2A?X)6PDP.\!`8JTU?K50=!;^.?S,X^8>]+ +MVV^1;@%IE-J +MHQR("6)L$!ERO(:?'N?9%%46!TXGH0K-;J!Q_C]C,K[-A5XX6BHYM6R_=-Q: +MK[N]KRZJ'9=4Q*H7UB/#QJ:WRA?P`BBR**Y(+9\<8O>G`O%)$7*454U6HO&\ +M_\I('H(*)8">+(9_4.LX!L6Q'"A;MK+@^4BMM-'CS:U4C:0)R0!83:"X,KHN#\(:& +MM*4>U^23-K*5'2JVJU+6Z9&`C=19?&3T2L5;U,8_LOUBC&KGYA[=L6.)D!(FPI_J +M=L7(2D5$9CAVQ-6%,G32NUN%(]VLG(ELT0D?"#PAQG(7R[/;O$E)3#;T6AUJ +M9$)FI*E6-/TS3H#^!DF>A31IF>C&\'@Y]0ZTG/B4\\[OG!S&%U0$%D>]'*!- +M_XOO9,D8C7G6&:=C*8=]QX^./_EJR*2E-P3UTC[V"OD3&A[S/2+[O@;:Q:AG +M;7=?B^3Q'.'Z%OG[6G,]!=L)O@3)QG*,)&U4C8#]:C&OQE:5(E0KU/+GLZ7( +M-O^C1MV*WV#Y%$%IP#WO["A"`K(#60FPX:1DC?#&@\Q*MG[R,=]U)+Q^+*PE +M.V3\G*A+3C*AA:03"`"(P^B>XC-C(NY#46*PNS/QN&.\D57)4ZCPQYUS!EI, +MN'O"QX-SKE'/'`5DS/(EB3.9?@K+J$Q&%5C`2,D_SF?VX!/JCH.RSG?3.Y/I.<[.^2 +MRZ)O?.K(F"V5AZ\Z:X>RL@QF'];&S%]_]T9R4IWR#!_URDH[\14'(BHS@&7Z +M7T2'E\G)FX;..K9O3-EMJZ1K,$+)1UXDD+X@8EXN%YK']Q0X\\P2%@7=9'B_ +MLY+$>W\B9V^4V!%B#M$WI+Q\'&+<0%NN4$[-0^'S#>[H(#M?K%+-+,MHH*9??K0NAKV`*T,VMZS7SI@(LGX\^'/C?J<\X#?8(,]=Q!O4J`A&LA+3$&HY>!A +MF(W*$&S_0&XL=3+$YWM37:8R).M%4W=K8`,VCW"O3FH5]PAKK64*K)VN'#W( +MRXE(DLSJ-^-YKK/R&4#H>TB +M\CQCK9P@0*YK1?I=,6]Z;EG^@VYZW5QD+9'"7D+;`@`G^DLX.3PV@[$FDUP7 +M`Y47R-.O8<4NQ^R_9/"$0KO&Q1*O5@BB +MU8M[Y5!B.[3W7P79RB%R2>/XF!WL#P[:10KDPKU*[6JA^IU^&7>JXV+B[PZ4 +M*E5;HM38<4R?"5*YQ[;&7T=4H1+>JQB\WU&73O3*WBIR:6'=BN'<333$Q]N^ +M0TU(GT0;0@ENQ(UN?::0^]5IV1$.A(MMJ]QMH_*/)\7D`+]W>>ZRBS\NQ?:< +M!<.IY5WGGNJB4L$,>'@+K("EK1CMZN;+2EMS(&BSG*=3O]=P58V'N'7+=NI/ +M#W1I9@W$&.R3T45-+F.FI^XTTFNSUJ"6F:DVQ=;.+YTP=\%M4O&5"_X?$?6M +M4-V".EN5(:OO2#2`VX",\GO%VW[(Z4CC\3!@OCRNRK?S^TL=YI4E;OWZ6XFR +MQ5O_292K2_=5.*@79Q8PC7%%OM.Z/C<0[^U!^::$N-H_W6^Z9U_)'B#^^L6F +M@T\S_J;R@[=+J*_*07'Y71Q0"]R3BGF2:FUV$YL#0E%U#[BC9TJGC#`.A!$# +M/,SBW>_`4IPKYJSKOJV'SS>B\X%O$-R.53I[.3#\")7#;LO;?1@9;P[M?&4^ +M3@-5E8R-/Y*-F0VP"N]$MC2DV@;A"/22!6(2L,D:[;/`YO!)$I>;.%!*G,`_ +M_Z.H%6MF9?$DW9=Q(6-XS6I+WOEO9,KQ1`C07RD`5[]1%.([A/W*;X'Y.71^T8D'44K9$[YJ+J'^, +M&'8@6^LIR7OFA9(QN%<.1#S_V*_SXYN]7"*G'W$0$_3$B@1*%:J&@\V#,A?> +MM<75/_,@721]\ANW7G=)@@+?>:V&_3\_U-PNI4"*75J-F[$4?9$$@?;8;L*[4,^Q@,HTGT6MF +MY.]L.+:R-A;U`0DR\5.) +M[1@0NM&M"_D5WRWDX>A24&<'HMU@RVV,S7LLZVZ,.`O@6"_";6E.QIWL"PJ(F-9&MF'G556JT +M;R*XMMKD09E)G1<_<8[.TSJEU#KIZ&=9Z>5>4"VHFP#4`9EQRY#1GL$5C'?3 +MHE\=CB&CPU9A\Q(3S<6RIU?CA=`"AJ";MUF$E*N/J^/.&;CA2@&,@Y:/BWKA +M$;)HZP+H4B'L)`Z#5O/_C-G0.R-!6+$3K4^0$6-%DRYQU&E6D%\/M8O5)3.E +MP0^S9XN:K&M,BHRXV[TO8OH(Y+]^6/TQ#/QF(E,N`->0Z"]!5>! +M?@9$:NA3)2[:#0C%;O-?R!Y"!;,5\+3VO-\Q)J0?&?R65/%EU)M.YP/*K/DQ +MQ3_I@.3`:VY(]X@;.P?1-G8I!L)E_A)2-YR/6.>'.2O#JD[H3U/83PI+J?,- +M+O<]ATA6)QVL9]*\R"M-J*R2R(D;FY4>.RC._PD[BHVQ])JXM?[1R=SMK]Y0 +M_O5=9(/L2Q\J+AT?[J?Y8^K[2I(@MJG=)W7+E0*D]T87@5A'(K-L(W;UJP5K +M@6I1`,3Z%9MI,#`A]B[KQ*RZM#,:;R9")*Z%K.+53!V-IO`-$SWPB@),%]GF +MIL5"8#&YHAEJ0T+;T0J'7=^7*3L'N6:3R)V-!WX+0D(.]&PS7#944]58]WA^ +M7^K(;84V5GVA3PK@/F=HY7WLCVRZ5<^Z(K_$W&X3>PW^BS^FNEGXK57,`CT)_P]Z76E +MFU$2\C1J**<^0Y$XB.D5("_"JG]=^!JC-"$P&7$CP?U9(P<]X:80OA+H;HF+ +MF]Q[`?8KVX<<'5)']ST(D^P%P0\4I#W1(0)1,,$9^P,C#Y-GVV00:.?V2/Y( +M("_-_;8'-S"YDMQPZ/3_F)V90,RR +MK#1.,O!STFL]ZP1[+>Q=/LP_OC]GG%?B!K-VJ,>%Z'L,MGE=H,A8I@G=0=`. +M%M%33(<4\/%?X'L&YWJ_S"(ITUR/9?E"JE/1,<_( +M4#:1'<0YT7Q+*MF`'R\`B&N.1C_3S!Z9!.T=]A'&.$Q6'X\5MR< +M&DL?J8,!LC`$;Y>YE(KS6+)D8QD>^0+LZN46`%V27F;!+-&5W!AFII@Z0*OC +MSNI':D@T)$W-B7?U9=3>P[G$?OQT^^LA<5QU:O-$&Y1>_T^_$?U&P:WT5[O< +MW;`$``^A!1$F4O$@1[(AW#C@9"C+N@BK9^M6\D5U8+QO?4E;);NWE]]?C^5( +MJ<)PFI'X>4<+R$@?F@L$#F5:2:'YXV2DXV814^KE>;.%(`1C%-#MH[ZL2SA< +M80(XZC*4KZPOBT\]YH>NV&U:&U=M>2#0`>Q]?E&B+,(R$^4@EB`$F!7=&.S/ +M>:X0GQ_"\T?#_'2C7M/0$72ZE4B<81?"KCR64P#;D:>T9UC;,>#KYL#Z`^ND +M7;9D75U[)0>K^-Y&CZF`S6ZV26Y,>AXKFD&7V>W\_5L0"W5IX+M?P(" +M1(V+5,KY]!G`[$]R`I"F#[*(HXNT*TG[HLM@?!>/.:W7J-3@N9WJ0^-10#,B +MJW>,WVDE@'B$S;F&D6[=UXMK'0&')R7R&7[M'C7\T6!.#!6W>PRP>VYM+R?: +MXO\2;=+`3+>2CG:ANH'&1)7)!*AR$^?W9]3`:2,-E4-@3YS\KY5>?KMRE7$X +M2"16_4J?_S\U>HF[92YB*7M"5393"=3X0T%I>)U<3M6U,U!+GDUB\K)HK*V\ +MN:@!SK5`"=;I]$J/=VLY9">"TM]YK0WI4NV$&73EW'339_L*`"L2GR4MU01Y +ML,ALC_%5'I)F)R9];&0X%(`S@KC`5)96#,UM\!(J)M_'FPC15XZAD:'@[7!L +M5I%"C1$9&T-4H%U4`R.FN,:D6CF`AI;(V1DG@%CXS?B]W8/K;EK<(H0\+:OH +M7QHH)]&/1=,\9Y5RMF[,!SD!^O_*?`\BI$;`7\('21O93_GKB_5ES\9FT[XY +MW8:T4,Y"0+%F"?E*W%-J!\S?O%.R[\GT;5#&[91%.QE!"]=?/LLJPL\O4SR\ +MH,8"@!RF:E388B>;`B.ZT^T;M`1C$&+58'&)N@-/W3?:>Q#F2T<(@_$2\9JGNUR,; +MMI,U$GL\C5N7'\=&85]^Q<3QFVH+P$$)!KG1_YY3`!T\I;(PJCA_["J_9-HD2P]N`8X8&$@C0#J__S0+VWX]EL#KARW +M2%B*4ANQ"16%MECAC]#[W)WIO=&E.=AF8NZ?V`'191`K"L*_6F3@0(@$6YP@ +M)!!5C8FO!@99029>LZB!(V/AK]&@3J.R?"+AHH3K5#MS(-XO2=C`V41<66L` +M!Z!+*EUPQNGWCX,).'F)C@VUVJ*($XT'$;<2LC;+-LM$=9W?O.WJ#<]B*#`Q +MJ9:A*#7^"KI#F']JA/QEBG_M_5IKI/6MJ/*8:\@UAS4I#U3JO9)U@P2^6X?UY>E)V'`]O-Z^Q6=P2Y6S7RQ:U_%B*WAX?TA[EQ^I(TUW^R&/U +M-K^),V+[8`"9=3F)BL%VRSVY:@W+6U!GJVP-`Y&T2BV2)#9)"7;V@@5)AZP[ +M+5H,*_US7Y2R/W:PJ'SEEF0WI/="(^:I->9@R\,=L^WYEJAA*!-L3`S'3SX4 +MR2.>+R)?;\GO,]"QGQ#HY)4$!I66MNY\HP +MQG;T&LV)M6FS(LI506.#PD?M5M,@%\%L'&2]ST8W#NE/=9STT+6\7G=-1Q.R +M8Z!ALL#<@IT.:3ZM.VH8TFD"'4[\D$(4$?,:/V\OG6Y6.%/3CG=P7^=LTD]/ +MG0]J%*OG[JGOTWIY!W!3Q_V\G-/?/9$RAJFA4BLJN!?I*=63*SA?,B/1->\P +MD->ZB.#<9RK-4^_?CR5DB]"1P,GB,(:K9D>]3VI@,G*9^"8ZINO5U:%/?6@F +MA?!0^BC^FHL6IY4T!UI:85GD#ZUF-SU^BNOFM"HT:B>+E^YOU>\["03*BPIA +MT%9)JI3>_"W\(_5E]-/:'!ZP'8IC\WJ1I=GWR6I6"]_R$(6TUY"QG`Q3^_HL +M&;9/C5KW5]:4-5\I%&:M7'K_MU'&P`M[V=?LOSP8.:>6E6"$+5O2!\*&@&B5W#D#V1T3'#I)^', +M)5C"7,U9!9Z4/7Z]N/5$^A.CND,:'B,L7]?9SU< +MI>0[?1EZDKN0`4%G09$.D>8'+S>QU)D+;_;BD)7D;J-^@BZCC%";CPQ7O72:Y[*)=%4U0I8KO.XB/>ECZC>O +M%/-IHC6:8E6:V5+2U]'%DW6)L@:A-CLDV7A':*E>U)+<4'1030,% +M:S*UX$V6Q")'4PZ2F_'-;[__5UQ)PPJ]7S:&%$IMUA=U@9D`53E +M"5P3CJX::-T&5J*`CA^/15VI;4@()B,I%@BEF8$D8)A--\4`AKGB`8()CPF? +M3P(]YW.=^&NI,Z.`L3W=O]$$XN0@'O!,)WBZ/T*L"U_@NMZ.C\[\46NK:T>" +MMR([A]LB:W2NE";G+HR]P[&.5XT'0N)E':E"/D-A[BEDA6A"5F8NYI3&DZT< +M*?)^F)1-LG;3S$J]M0J.N./LB6[-9G^TTE[.X%=Q$>B^PZ]WR#0%Z]NV]=$)YD@F^M";!A(`Q.\_@[Q:MV'M8:]L?FRY7U&JT"N&'Z;@1.N[N= +M-I@;S.Y$L9=MI;'H4Z^;9>1M0TYL%](3^X)DFX\,QOHI7&#]66)789:^SE/W +M5&-TQ[,@ED?]<:LGW0P'M.%GF+]\R"^$U"4.6Q7VL!P"M$ +M`R3/:J/M*'P24,G?*RP?'4C/4'0U$VZD*+#'_=^V1&(F7'V9?_@62OK*ID$>TT8KXQ9':[S*V3 +M#0@'R&YSY]UOLI]/?U`(5J/N!:!"RTRO9U+BJ,0=>6#4FZRI:!O[&-OCL^HR +M/`TI_:8!'?FGD67HA!J(<6R-[UZSTY;/&@-,8Z@+9_;O""92I#E1\[B;IW8M +MPOX-KPQ\1=01EJ8A7KQ%5=KLU57Y)AT.QQ#+5Z?5PCTV+P:>GR<8\X'8QJ4^ +M_-X\\F[AE-J*UP%^H;>\S>RSU^7WKEC6[XA%NM,L$U+=ZL8 +MA-&HQUUCGBL879=HB*$FZ%DWYV.9="/R!F9'*23!>^3-$2@+T#L$U4_.1_T3 +MX]).AC/8C=U#M:':7`23^7IR('$3=//Y+7UDFB;NR\G+G-#IPLM`/3X%H.++ +MP'K10HAVD<<%"F;/!VD0)*)M+#?$X,@S/U)%L+[OM$JD<_7Y].-'N14%1W[^ +MB]>OY]"!=\=N4$>[GX-3T6^4>XBS^IX)O^J]39.)B*66("[2P^"PGI0=%18\ +MH&#U@F,^DC/3_V5]^D&QW.9)WQ)`WJ::I%[^>T`KK.2[OKDE)P-^L$AHZZ%D +M;^=()DD3N*7#H$X6KFHZFE)B\7/M'1^ +M8817SM,279=S-]HLBS!$`";R49>M._1H93 +MSW98$!F#\T:\GW6%"Z2A2FK-]J#?>6$NA-6+!Y$%SD\/%H6>@0SW3/08II.D +MA9YN!B.K2=?(B,(TC$)W+$,SZ>0394K$X%MB/1UU"`, +MJ3ZR$M.33MTYLW?1K@K&1;6/FXC!W6Q*[3N/V&HSV%9W(I]WVHY]6#X%#!=W +M4L7X"=VK>`<;`DV`A8?[E6U0G_*:"J36``<`HLO*3B'TA_-17-JKX??NMR]I +M)%Q?@+@[X[#57+;5`-R,Z1#\9W#;,Z3Y[I`*3Z=J;QTAL@1S] +M[<$:R"+#N4-H+6JFI%3KM'$KP9];X(T\#U7=LVZO[W4XR[@\MWDA2ZA#CIT@ +M.F?;O:Y$L+GZ#Z'R2EKA\=#S91*EAZ;G%&>.4QMXHW8F;8N]A,UT8"T'R[VI +M_*44[;!TR\']#BZYK#.L``0^%EJ`9V5FVH4*^)NI1T#;.S>L>OG[3R82F@,J +M)660(32"8E]D9)@4=L_YG-Y]R%E/R""\(IO1QSRQ1XJOV!EX3, +MO-ANV/S@#F+LLWQ:E-P$I@?9H]#$V]<3^_(4L+:]ZSY^A[P4EEK%7;?T/:`' +M-#9&CUE(+R"Q`@KF9@_+Y_KS/YU,T%F9E,ZVME(\RDC!&N$3K7[0B5HIVDOQUA"00;G +M7[M42!51`I[575@.S0VJY/[/TGC5'\D[(YV@G2E/`<:]8Y-&_6B`;2>ZFGF@Q$C+]U;,K1C5F +M+'JK^5VJ8[(NJ91XG":9T;4EIJ%EW1X_GW;$B/+]\0=! +MMW]E(:&Z0[13/JU-X\@H+1R:XJ9!%KTFIV15P,W/%&[ZEW`U-@L7YB6//UOD +M4>[Y93D3*P=GCNDEL#5E>V_"%`P>35=4+&F(G9J@S!Q3 +MP075_,(HT#724)N.!2@`%-"&J33:F*J7'.Y?K&_$L^;\>3!$'*/0\@X$F2>\ +M-;[?*Z$'.3(]F"E*K]Y"XYU4(%K#!&K,K@:$AP-SPO#@-`:HWX>R=L?7?5A8 +M'#"9NZM3#GO]`UM!WPLA)'>4SW#!ZM46_-\V,>_5ZA+,DG`V(V;2G2)S&2;] +M5<+O<6R).VFR?@I3N3!J0MAG#:;O&4$+*-_[>O]TLN?%\CA^?,VP4 +M:OKJ_(/^PC%A%I\,]JB5'[@/J@NV8@E5!1.@NT.76LE9OX&'A`/Z*ZXFGIVD +MVSOR,68X&9)_9-KO"''ZY!'M39Q@T]>34T#6:5M/ZC%T +M^CKLQV[_U[>G)VL#$!G+E/7QN[7E"$,[-SQX.?%%^V)%$^/X:V0$Q82CQJ&" +M5C^H>&EC-#(_=R1@40=&KCC;9%P,P!J")^;:+,8"QNVUAXBE':N[W=<3&Q:#KDK-2/NDJ6.A$$S0;L`+(17ZM6B)N3%:9801 +M2>(IICG.KZM&03%H0UDAU:L3Z;(1ID-KN0"?6O'F6/QY5$8IK>&.GO,BK\[$ +M5Z&:D^O)-5&MF&SEK:]ZMK/Z>*552^>(F_1CSBV!A6K)^FHIWE[>@`K*3R2) +M=*]'/:S3F*6%W-ZLOW6"Q)RXN7G>B]%`[? +MC;LK3I)MG/@?B5J`V9/P^IMDR5F-%Z1+S$)X\`NM4`>4&1<([KNR>'` +M*VH&RS*03S0ZFJBX-9H@I82_]1B`_>8G2W%BGWE-7N'MW-M +MCO#P1XK!_GER)SR]03G)_W?3IROU(?5H`@DJ=\E)*K>-%[>>%P(B:O7>%506 +MX6#^T!YYB@ON<\Q>7&D8+>;I9$*\97=@EA3M2D_I"U47^Q!IN#F`*CID;/SF +M;HWIHL=Q?1,1Z%D2P=L+01,!!`.0GB1SG8[`-[DYUZ/9YJNIRV_]?F,6L +M^6#QBSY@TD&S]4E(DA15%:)II8X!G77'& +M9"H":T9F>TZ^?W^;C/^"%.5\>=GIR+*8;EH%C@A-BR]PD%\0\7U,W0!G#$]% +M9[=6>ETM*T\>TIBX//UYIB#WR;C,87JFV&1E=NL`BZ5_527"$=QG;V[-R[^9 +MPX+[DI5K]?%S7B78`KK3PG8H1%J$*.!,Z*QHZBP-2;2"IJ +MD,_$7VU![[5F-D\RL%$5P,4`0%$XQT5ZVW*-GLI9'I<,>K,"*\W$(+78^<"P +ME:%-Q.C1N[$G%><8GXP1VAT--[0SO=B?ASH8/;=5CB`U*;B6)=\@.6*( +M):`[4-/P]Z^^A^MP_*DV`N;,Z*&X(RJCY_K?M]IUFNWQKQPOK';V?*)Q>- +MY`S09ZVKP"ONLVL`_+?$;/.[]';E2PS6RDQZ'X>8MTJH9-ZFIMW#R)B%29'S +M6J3)M9-+L8#<%(+2V"@R#D/S9"QKS3?`:)I%^1E\WT6:=W]_#C@ZBSG.0Q%`#C +MF))(7AG6Q]VCI@1>R1GW>=+Q-J)) +MWL8;@+5M?;\\\L)*E])A5MX-GA\^W`LSMQV$"RJ,O9"B"$Y!H@#ZQ3,ME>(? +MIW`_C8$2-I*60NW]ZZNSVGM8$3G:28J#6I9GV?3U[H/-8RL=AO8%TY&2?DH? +M`405G+(_R*+@]&]YRM0/I+9%UGE@S1D:COUJBK,ST3:'8ECYA@'E0KKT_B9! +M990-XI=XM7IH-UL!!(0L3-.F!G&==-*SU@4W=EX&\6U=.EV.7>GX;!?_5KT; +MYOFQ'O/XW$C6=,R_6X@`J>L7F`&J"#'5>Z]^;ST"2AF$=%/)R.&IEAJZ:K_[:!Q6>\J$.)*BE._0KX:*6=I&:YP&#_;QA^J[V +MSGT+@3O8?E(&6AR>1\6!+[OK4;0(743D7]L9<;WAIBB/KENKUPI"0#CQG2_^ +M_B\O2H-WP0L'BFN-[OP]6'XJ(4R*61K)C/F>M@O\@AZ@RQ/#"JV)U%-ZCDAV +MK(_3UJ?P-:LOO`WO*6W7:D&%374V(;II;PIFI)#P59KCVIR]$V=\I`5Y/OSU +M#=BEM));M-D57"/;(.1_RP5GW'E>8G+O&A-R>\920D'M806O6/CJ+ +M>JT1KGD[NL(?I(4,K.V$!:;'6\UC"UIVSJ'L(2T`)F@'X>[6V)'9P;]RY,T0 +MAJ/6V'"L=IZL8\_`\:YT2;11L#TO)[0"5L1T:S@VQQ#P7PI+1Z=UYXAO^!:M +MF:E[F3WZM@Z,"XKINN&N.N4-Q//#^=O"9Y52Q-TS<1ENNM;K3(V#DO$3._WN85"L7\@CR.*NQ&Z)+'4&\OE9=B0)0P%BR5D6[`!5= +M13+Y\!WT`7S8R<"+L'D-L^/.N%OGPUT722HH9^:=5F:UX1K2U-RMR6"7)[)' +M[]*=I1@GR3^"1Z=VP]<#QTB9=&Q6+J:P+)K'[ERL.=HW53&])!>;1%NIJ=MGTG)WOSVD\U@<2!C#'\FUG`<3SIP3 +MW%??0$FR03]Q'S*I@2>]0QZY37@H[G%8[FHLM4+D3T)UFT>@+ZG$.^L1YDI+ +MY7#X@`:!(L`)1]\_SF5C0Q(ZDDM[J;^&.!!G)36,8RO.2[:RN6L.4]38-S,J +M++R&1>5V[D5Z54"IJ3RP1B]Y,H+G"5\D8A%/?G&>X&?7>-W+N@$WGE.QHIT1 +M'J;WH%.P]%?K`/H4KTF-)7MCECVD#ET!C-"N=U5_J62?H^'`2Q:O18R_&7=\ +MJR.3%9\K>UC%15,!U:ODHI1A\Z@1T(/'6A$0F(9]J&W]>8PKZ`>>[J^(.%)H +M;R`UT2HWI(9C!9<>TS\T,/X1PU!-I-9F+/2#=G(K#(MG,H?5H8348G'S#>+= +MZI>8_]!-1VT"D'*K<#::OBBW!P^(#M*!4><(O!U*0^M!H`&E^1">]U*VB>W# +MX`D(TV[/;L/$5)8%3VWEPJ]+:;,/B^DX6=X@_TMPG/[Q"'<#B4E&J7U$3-?* +MJTI:IH-+R_TLP("6A;^Z]QT98>JZDIC,S+3(*A#1.Z@0U5_XH&=+68LA +M;.$4QU_@=M&.((X3C')1I\RX3J,QSP5W`-7N=I/9@Y9[M3,&M+[166_QMP%T +MT_/')ZK\,T$":GX0`)GAU&N:TDAR$')%[W +M3E8B]&I?0B*2G88RQ+T3[&26'N58CDB=`RA)ZR8TIF;HF\IEU[_89FK]JG', +MP[?IN^_NJSUA"39!S9?OJV\":?4.BF%)-KVFN/!G]H6B;X0=)6-?&5(8H` +M_08=[Q\Y4XEN:V%#&`YNC'G#X1-MI\1?ZM:$PFJ3%+;J<&8NN*,:#;"+E1.N +M1N:7C94C,VLL(.%-6PS>R\_= +MB#_C>^N974M;K9E]=I20&I'B>]18;'D[3GF$X"XQ)478\53V^\(D37-B15&/ +MWB:O;)V3>0!ML0%C"6"5SK(ZR4&%7^2$9[8CG5VU$6`_J2O4//_VT"[D +MYFOSIEG.%AH'_@=)>L+P_-K&$--2;M^??^JCB;X'K8AWQ9\&^'[=K&.N?650 +M>J\V-K99.%)&_"JN9I/,KO]@6$TN.=PJJ@B7P53C_3ZT6SWG2TQH1>/FN&8C +M!D&R<-KAOH!#H&M/$G:6)9MGZ]*6,=[2[D%0^J5-M2X:3YI:/[=O[H6[Z1>C +MWVW9D]NN-7[,`(Y\/>OH[EM;!1"'?F%W9W>Q/%4^?LE2N"F#1!S2`IYR*6I% +MK++1P&H,(=R'`+[_N!P-,75A9+`-N@#F).!?IS*L^>:NYEO<\@5`: +M]0[;7L]%]8%E,.JT_<40&VAFE+@6$]=-RCM@E@SCO%(E,.G*$]G#>?94HD+W +M2H2%K![MN9>Z<=N#D#B<&66$:^DF,=5DTJ/2Y+B*V3>$';YT;]YE;!YWJIYG1 +MFNF),;PT6$^&<+/"KU!.2F-X^)J&:8!]N(=@]91,D$*>2-I"U6(E?U:2A786/^&[N@J/-*DH_MM +MY$-G]N3R*C4#VV3JMHYUNR7V1B:+ +M+T@TL+ZF1C\%8+>W]2=8"2>#JMF8W1JCYR'6'6IW +M)ENCZ_H-H];DJ_=6LVA+"/;N'K>#.'Q!](:?JHP%/:^XOZCE],(PTU$1/O+Y +MR\*RB<-\%Q_""3G.(6KV*[+/(5IJL:FZ(8RU +M2]$OFV&"K7?:(1:3H(YU1[P]:$K4PM(^=5VL+;Q*_/V>P;WI]D_J_P[AS*M[ +MI!RO:ACHG;P7`5(+P:\:YS>]:RY$WB#J3=(LAFL10VV*)AL7([A/\*Q`FXSR +M6DRC!I-ELHLO4:*TPDZAB[@<+8@3EF$4]U'<#\(45$PXJ\)G46NMQO:[M5K( +M1S\@,6'?L4+0F$)P-#QHWTW^Q."\LT/B-H:1=7*)^/U9_C`>\&`BPQ\14(]-&4 +MU?EUTD8SV`5DZ=]'\)MLNEXQ]EZ:[PF;,3"$CGFWG]985ISA6[$X3!NR@28R +MX5O:9:GJWOFD(JKZ[(F0(5@3%'9SY5#\Q[,EI5)Y.Q[FH-]"Q*_*W3T9%KV& +M=LP^,R]6#]H1ZS,23WN\@^#`$]\8Y#2VD,5=U*6$A^8=+85TD@`G3F)[MJ?I +M@?OY437V3GWI[KF'DX>0RJ!")[HE1#GHJR-E+U_D"7+CXPF*29<;6[%.@TM# +MG\DD?M1:.$^BPJ?KFU[KB"B.]U[?09I'S

)IC`P864U)5U%RRV9"+@D/`^ +MV=,#QB8^GW604RFH:W$CR"%L:.>NX&KO[6;(OX;-64RZE6GH$(.PG*OX#/WQ +MQN'?MNT>`B2T*1X=WC)9QT73TYS`U5\\YE),OU8B-.C7GE`+XO]%,^'A_4$P +M74K(0#4E4KAKQ*;*?G8L'66I1:):(MBBMJ,HEQK"?-;,F]D3'U])(57W-QQG +MFR6.WQOY=PS[0NTBM=\NIOW&DRS@@EJ?-2RJ^S#\8C/Q!.9+J#E:@?Y<`VI" +MP;_QH\)2$$\GK@,(894[I.>GN11'5U;H%"D*'PSW"[7<&8WPFNQI?VD17^;M +M7YM^&;]TD>7,\P1TY@B$ +M7I==0/IS]1I$5$S"YM]!NMM`2E@5C1PH:(%3@^U2_FQ^_Q%O<[@CWRHQZ+OC +M;]FQK4R;;;J=7VAJB]*N>7.""M*S@5CLQCS.Y4^7LW2LBY8"YHP<@B/KXP16 +M3:_T08NW!1\J^`E*>]ZPXG=&'DMJP-,*VX_5'&^HU::4%$ +M85PN0'3DA+]1T$]>7UY1U.IJSNN2N+?S23/U`Z]4E-XZSJ5$8`F^;@4?NZ?J +MY-66_M#D&ZC"9(>],7ZHP3\9[Z;:%[%$&^LNTXOBZ.C0FV2R.(7:_X79I&3@ +MU9O?=#Q=0JQ2V:I@]KU98RWJ'BA_X,`NG98`KY8-C73EABKDA/$B$HTC=,I+ +M$L+Q'"Z&=CVA3DFOR3LVFZ88H+-E/Y!(#X&>/6E4-R&^B\/L:M+N(%R8Q57` +M0GQ7#$L6\H+*@W]]'-=%XN?3Z?5@&/`X*7-:C/OZK66UZC[CBIR<@]%K24F1 +MGRB@E_N:Z3?=4J<-)3@_".Q*(15.]K!M@+1C8P(,VV6P0GZ'(E?@P*`59B+6 +MZ.+\*C-KY[6%.Q#5SD4=;I(WJY!4>(UA]8(!OFV602J\[L0+S_+,$@7;16WO +M\FDR=U/0#:A83,9<8]EIP"0RCFI&[U3:Q]*W][5DRB'[1"I +M`/U9*?/AW".,*F0MBT=K?OOOID0VZKDL*?:5RN*?U,#8&GYG+"$#KA$X95IUN&T5Q2>'BD?=+U<^FM,\UL_R5,6:>'L.G$_Z-)<>1$]/Q$ +M(WRK-R;-GL*NPVX(<+""X$M&0?`WZ'UQ[<@B42_;AUTGR8R`6T^D7U<2I*S0 +M@'^`,CPWW)X9MA@"85J1N.^*CE**O?#G2P&KLOFZ](^'$#)B-5IG0].,A)U< +MX'*W7@LO:E/6($8O+4TZVJ;`Q;6"LAQ1^+M=]0XJ%/_+8VB58*<\-&O.<:[,BXK/ +MU&G_9"V<)AP+KO2Z.V92B$/D(&@$8:NH@=Q,'J&?"W$3_5!AB7=[%4*? +M=E#K!9JMACLL9D37USF^M9VY^L$=OW^!D0AQ<1Z0N!7JGWK1HN`-GKF6"Z7" +MV[6J2%I&J"8B_2:S9$(_W8C]_.>$`G2(F<%Y&G&N3T-<7W&0HI(.,+%U0X"] +M:U'95)G9[BMB$PKW;*7+7/XD[?-I,;KWR-O*!7.'OQAH^'5LB6<5R=7/)F+*UM2P_ER0&%V38479ANYUHO%-H#L@%2E>+E\:'UZL +M3IG,5D3;==.6J5Y]7NYT\?;N)68Y2EIX@M^K%Z9!21#3[W2H<.:,RO/.\PK+ +M$:\_<""+\IJKKEQ.HI0TK<\N@<K;9*>/!=.S/@'UL:$GOT'4'X +MY4V[-6G1BMOZT"@6&@%I[9OBL.C'&UO"XZ^(I+CI'>A'EAY0(KGF9:91Y.N0 +MU&[-E%'N]-%CEJ+X+P1-R(,; +M0).[:^=7YWLOEUWO"-:SI/-)5YFQ]K#AJ=#HOL,6E`3&RN5!1/L.8QE3];&^8J.I2-/>G$)R(9J]F>HP7YO$ +M,.-60.]E?6#%\>#'@!*F*>X#M3W8)5T+QYVDH/HBAQ30SID287ML-2*`W5S_ +M.7^M]@ABD3BN_%J^-"EXN5L`^2-CV;Y-20A*74CI_W41:XATO&N^>&XCG.,& +MF5'W@S_8KTIIJKW6P%=!%X5H2EZE&"96\9H!$#@6U66ZX.GWE!]'3X?/KL(IQGKZX%F=1K^._H%K +M?7"J4K@;[@JB@0!HB^V_/%,@L/J-J@AD))-!8ZM;T6MB/B<%8C?BELM2H>V$PE&,ZXR$&QIU"]72MOE=J9L>[` +M#@)N81[>)H[K#&/Z'61Z^^O8%RKM$@OLN(;46TBHD,$1[%L)YU'E9X`6W+O7 +MH?$N<1HIJ<.!7;FW-TW@`Y,7R6'4Z"SA7UXFGDTCRI%P:O#IM(V%^&`OE+<> +M"#!L0&WH(".!UT;86%X+1HENB'L=:Q^+8W(>;_ZJ`>7*Y$CV5A3('U8(L+E\ +MY+3-.F$\I[9&9+\)!Y6\7PR+[2:H9\!U,7083>V]SD,<0GCJD7OF#4UVD]4< +ML'1#43.@+^&0YS#Q!@H7JC2_W<]W'(UEM?YQLU5!(:^#O[[@2-CR?])?@E6Q +M-(SL'9K2`-L37/U/YS(EOU8/B`A]V?GK./GZ'=6IC>-K!+XH11`T%]_B0`ZH +MZ4F[9N/7!;3&X(>FSY6 +MIQ]<$\;ILOV&4OA&:%'&%=O@LY!]INN^3=SR;-T`.#W944]&[Z8"H+@$#/H[ +M$'"]!^'QX%1A&F#)KZW'$"\\LNQ6]'W7<''Z$KGBS[&*45\8FE'$C8]1E.X' +M2@A5`4%3?ACU?.`"-%Z:+I6ZP)X,KW0`8)&20=XB2$A>J&,$4&QO:69,XEJ5 +MQ3NK(#!1=\*@EO_#+X4V3I'=8+VH,E.[)H3F@'7K'RGK>Z.OY$Z"B'N;% +MYDRP]71UUIK/1<&_G',-<-]62-#6FYTNY!SFRO[KS%BQ=00\J?[WAP1U-\Q\ +M<,'&\7U,UVL2K7R[6VA)0#<_YO,-DQTC79`W)">__RBUK,LAI&OTYMG$G6ZF +M-BW*]`R9/]4QB%,)B[";(4M:B9#@13IF.O#ZH:L\;$8?#]T4LG-F6R.4Z`SJ +M)2>50M.=F^0XG2=C^OR&VAN]BFA3@9H#._=.WI37*E(2)J.H3'^OYC4;'X7, +MCYHS]'IN*)UI)@'KLBHE`7-6",_MN^]^$*)9I'O);.J4X3B&U[);!8T@VJ9U7>%1*N--"N-E3%^-\0ON=]ZT8]B@; +M1`8(_V+RO+;]_#Z6$+LM44+1;YAW&N<1UZZ7X^&5\/PT=_:TTTFBLORZ(`UW +M1Q]-G6\CBS(%.OI2C]8OGZP,GZK*V`(3.' +M"=\5V'*4,Y!HAY-K_S38?#7_+U%Y5Y_!;V"EID;3]WPAB$;UAG2]YE^65CT\ +M1OJ1))RCV3>@[%2F=TVUUO7MI,Q@L3N>6UKQ_-(\\J-Y'A;&WS^@VGM9N40W +MOY:BL2]]C#=$3('X4,J4;_@Y9!\MF0Z\OY0UDSNPQZK^@(^)%RW7KAFL*+GO +MZ`&+F^M]:<^?Y+P,/%:]^IMQ!/@-V`W\I^+XW9.V+@WLW(@$,CQ\J[M&Q\<[F;MR5O_,1 +MT7K"H.*KIO>J0\4)$V51MYR]-S\[>]N-3!V8O`2)NFY:8QD^&0?DQ):)D;NH +MGDJI22K-R6&(""Z(`D5KSR=TT9UL:?MLRE8R'Y'2HGBMTJM/$&/\BED)F?MH +M^@FHVH/#>_H"-'=XAA.+)YA\\5]BWF#W1%:D8U$&\Z\#W7C\/.NWT*,1N;@G +MF^9Z@Q!!9TKU-`2GR2*!'+MBF=GK<_`#D]4DEARO/0F)#;],"]N6];5 +MDUG2D7:_&F['H;G'FU@@\&*U$8K[@)$]0].XCQF/R?D_@4Q/H=K+:A'`\!>4 +M_NE1M`,_D>Q;D?P1+MY[\/^%(Y05*E;EG&_K\!=^N\2W?5QJ]MJEY>TP$AN>%_3Z&T`$P +M3#>4BG[:AZB2`*Q+XLEJU5A'"GLG4Y=-6M26XTDY9HKD3K:?-1J64&8DYT+@ +MS?DU(SNTS>4,/T3KBY7GF]4UDRVQB^/:;LDP6V_T^3$`YMA5>$1]^-8YR<:@ +M<@2K4WI;H%1%VN^WB=82[W55#Z8*(,C*)N6H`$FD8`3T*4P#5;Q)S5S+TQS] +M63OU_`!G:P.IF-OA#Z1;RBA0^7)AX$RWB:>2SHU(`!S*O)?S@IU(=5C=3F$7 +M]<+TP'6;`79R,E7]&,GC_73VIA'IMA]R/R]'OU`OZ=I[ZY%HHU\L[@"+_8$J +M.XA$\9(2VEH8-IU>>T$BM=_M'HB +M>3Q[W\?S,S98VPK8&]I?UW7,91R#)UVM\1JRYB;,' +ME`SE"4R*BPM;&MYDSBS<*XB`;ZXD%7>U4P!Q+/KW.]SZ$Q`_HMA7/J((=!$7 +M!OB&,_[6B/^P>A:R#7CF.G'PHO%$5H&7=I&V.U,*XJ^]1T(G,A864$H\!-WQ +M20BA]>.<34?`;HW)?'3]%GKZ:0B,1Y=5@994=0CRA"\GO!#JJ!=VZG7<*KN$ +ML2%.*J;N8RR.(=0QH!X[IU)@(6R389EA05/%L&QUDUGG`),>DL:4LV9(O!8\ +M4U@RR>\^8ZH>2Q,]JQ%TQ1O!S;&FRA\_[(J'8,1&;E^C-4#9'Q-0\OF_S(94 +M8E?$-[*5E'8ZA)B4EO%%GBX:^4O^VU*1J6=I4>OG^G8K1_2VP;$KMMN#1%$* +MFQCXUP(UR;QK=^C\7=:<#H6\S'3D<7V=SM_#BOVT_NM>TA3C&CP6_,$Z8Q:] +M>37NEP1K_@NZN,X9#+(<_IID&EJ.S.4[#GGYBD#?.P?&NQ$%C9SFI,ZZ4PX* +M:>:#8*<;EDQT3U=#J%50C(B@/`3$;/&DB:^:@N[@`IB%6EVYXZBU6ZJ=RB;C +M`87Q;0GRQ-]E=^I9E!RYR6%0%0I8AC9.OS25/>;XGAZ-X>8)7U/@SF_P#Y +M-B$>\P*7T9KD:I/CS_5>M!>C9R"8+#$Z%P=:R\8;:%5"N.8R+*VR8YX4!XX\BU2(*2V>(<*#L)I+0B]JX+:9Z7+JRXPX7S- +M&O$CN$N$-VF0IZUU_<)*(H3?>10JPN +M#E2Z%\G\(W,881&T6UB>KU4`2R=F +M?"WWT`/RY3DW)PS`5F]_Q:S))'^]9'-R`60]3I`:-"XA@RX.5M=5?17=*&#. +MH9'$7GW>I%P5D3HC_L)$A['&O8D?FA$+,"+G23*OIEWUS>CEC6>+S"LV-L?1NF(IPSH<"L3,U*X0BCE/U"Y:\I+%1[M +M#`K\RP"LO@+`'X)'(\$5PAXR#=G7-Z._?R(=GMNPV!E_&QB@*!03@@@0H1"I +MLCIF42[R8H\IQ,IXY&S0HPIF4_3DC1*VPPY:TU<"HTPZNJD6RM@C5AD?LL23 +M6`?C`!K;3F1-;6:!]5VI6X;DZ6B2\0*M;'Q.]0ALZ(7^V>8>7/CP_7*B657( +M7%B897E#0%%;H3R=X0HQD8I$P:;'::EQM<,S.P/X_*91*5MF[M3Y(61OUI%8 +M,)6\S82N(U%80(3%?CF;5BW])A*P&8V(X>9`T<"FA3Q,F`]@J"$6J'C3G[VD +M$21,O]67UM2;@23@3JM#$(-^"[=K`2*V2-K\B")YQ)I(QC`>HDM"NZPA%A1& +M_6O\K'K$4?_Z[7\OITT*5[X0*+/ATV#\2+9UI)2>Y2.:AN8@XRT\ +M"&9/NMEDU#_(7\IK13F*N+6-C_=I+9!=V:H'C\LYY"-1X&CDP0F+5Z/__B,P +MLF">V+W"L(_^%MRWLD2EYU`I:Z)C<'>\M*PV].?EW=,_N.2>3=)0.WON(8]C +MCN5604C]FSTE$M^GEE:*'E4:*>X_@.0/LJ&Y0ZX>%?<5H(@[D:N%3[#;1.$) +MJQ[N]06FDS^!I@HY,[T4]5L42$.$"9*VV(EZ$:_OG?#`:[X5;WFXUZ9'+I$P +MI23(LW2JSFIJ>(YBC!CU*]P9E:&624P>-N!86A+Q$@&\F%VF$(F(5>>V55-H +M(`GL?9*()6"ZI$.<6%J]"6E:3!'L/E"?SOM#*0K_3_,7T&_0^"BWK99REK5M +M@18/*CC2SZ7;E@EE1\!%)8[3UB+RSC#NYUY-O

[QP,<7MH@HRM)/^UUG4` +MA;04'##J[>OFY)'"?Q/P]]HHK:"HVNQE?$-/:L,\][WP^W+&7YS.'7&T5]3( +M+!S7`!N3X?/@6FVC0,?4;B"J]NN*LEEJ/H_RAK\WATFFCM5=9^5VGLH5?`EC +M:*"16J(/>?S/BCMJX>OY\IMW[#?8W;!1CW\B\PX&A*.HVK".;D9K[.VNF(_= +MI[J\PL^1$N8DT\H:LE+6&J/$Y8*-:-**KV4)F%"F2]^W +MC`K,/9M]I3PR1JS1X=L+1N)3DLUO0Z$KERZR+9BOJ[SYRYOKY5)J9W3)%TA& +MKX265JXU17RYIHV9E:YQ4HJ4Z2!UA9"+:(;S@Z?J:>C#SF,_LRQ?0+I?YZ`W +M?+R?`)MHREI;-9/BZA&>OU`B,VRU&8RMB0B0AIYC'ZL$Q^XOE\5( +M";>>GEO,2.W30J:DCC7A>_Q$^BGZ5/7\DZ.C*8==**`T+ZD)]?"CH`H[94H! +M>G#G2H5UC4G.!T)\EBY?479;^T/JPC1/6;;F1RV>]9P[IRHF(O![2)0>'?]" +MC'56@_:K.-]\=T,?#S.731DE1!5WRQ&@5Q3E@N8P+_,8&T]J!\]J@>9V?](]*>@,<'R574*'C=XGU/A@Q*P:M?ZUAU>M%KUM/.DR6K3,#'HGTJ +MKM^U55?@8WN8O%@.\TH+X`U:PR@!``OCZ3&;?P/==\NZ'0MX2?[M`3LL1,"4 +M"7KW5:DD=MC&^%=6/`?G<'5"<[Z5H3&0^[F>O/!UVB^8UIQJ`$S$TOCS@_5X$MI6Z$RFMM.J3XU```P/ +M%Q`,R]\&CF"R=^[L3;>6XEW99A?Q0:&%]<[8JY\O453AX8Y4?`S#4V;&K4Q- +M60K+$:%UY1M[--ZD]CZ@TMH&<.?PBO185M5`TS$P.Q;M^919XC$[!%]"U_$3 +M>(-S3\TU9`O)4?L6GQU5K9?`][2O5G;G$_Z,A\U8L:MOX\JPIEV-V1 +MZ*"/42^J#EHY8E#R*KDRTVX4JO@587IG[',8>"T[?%Z/8VBZ5U?8!7=2J*^L +M"R`''6P8KE,7TKMX)\_?,KG^@BG#249(+I[[)G5'9M(4TT1N^\6I<5EB&2OP +M1F,1\JTV#2_OFRO_N2@!V1H6&9M15&5@*[;$\J$>$J=A5)*$P!2Z41D_`7#4 +MJ#F4T8_9PZ$.<8';:U6#!^C.5>RC_6+8[5UPY@Y(WM\'6[OB7A!2N[.&(!&2 +MB_27H\0^(HZ_Z??8#G$4&2'V5%E;-%K$WIBN +MX\&\)NR-+D+HTWB(/U[H5!HV3$A148\`!HF5@+$3$*E.=-3O):U38^CL7,,2 +M@[M1[)]F)R5KJO^`H#OYCHF6&%)2(43`X3-2`-!Y`0$@O0_WL#>BK2^U8>-T +MJNMM-Q$P2S8H&FB)+#-/@.:QERURBO,-^R!N4IN8S!=,#`SKK8C&C6 +M=NW(E)P9Q2\77B\K;Q,M:EEKQ/Y+\"GAJ&OU*_!_MV200;%WN;@(M2K.&:;= +M\7[O&I("\++CK@PBBH'Y)EV^'8V\/1G*8)F'6RF^,=K!7!@!5(H3T-N* +M2%MIMLJV$Q164J)^[*JW^ZYL[<@9'0%HP- +M_Z5X*T&%>&(N:K.C.0%VX!808#S7M;M^P"@@T8MXI<[$UX]@&PN&(E,F;`<8 +M>SOK5E"2)EV98G3Q]XJ%-+D@7@?Y5Q9,WF)0C03EF=`X(`+4XB%Z3K-J)B?' +M5+>?1@%>RY24:I54<^3%&:VL=%9S`">FR3=N[KS#3!Y/E:2RCOVEW+>:,P#! +M,5.LZV7-S4L1]X_$&$/^S$V5W2&`+?T;!#Q(.5V0+_A_[5JDXP;(3G@\+GJ1 +MM>$4N9H<:_5+TY.I&#V;T_02'X;,4]J3`P['UC9U;U\X.JFRC>$6QXDW\HIO +M@FU:V%^*D-KL?M(OQKJ8B2-H`K:;=\UWPTG/T9!J*M'Q0$J#:H":(PM[;9:I +MP!1>4,BTH@9(5@=6=8O[+,N_(4N<%%&K!%4WZ.?I=:G&5+/9X=$H,P9H*H8D!!"_G2;/W +MDHDNU\1+IBKQD%'8+9-EVU"H36IT@6!$XPG%BO'S?U51+18-9(X]53/?@^!N +M4SP$&`M*'R978CZK53&FQ2.4>"F2[M4SP8,24RB`8.?O.,2!KAV`?Q46*,_E +M0(K+<@41Z75//3[H`M95UXB/16@7$>_@0/2C.Y)-,&G)#DX=5-%(U!D>Q>K=*5+5E/\#V@3A`W+55]]F#YI$)LNT& +MHMBL]C)?5V+MASMC-*594EP2I=UJVGWRY#!^*,)6T?1_(D;,W$>[.8_9K6\9OH9%(SLGYWX5O +ML,4&VW,YC80Q)J?+:<:^Q[ +MZX[&+))[TN,**WL +M"@B6/?CV/`1T@38FJ+R"ZDL67X.^$0<,R9M+642$`RZ(+"SN)1"*2LWQ%(&_=QMVTF.XEQY'GVB$P4%8:`85Q'[^:&(\LSACBS'*,UV['O8!.`'L?/XZX?*#>%#-=-LU);''!1C!*, +M:0__S0NE+T3]9756$+Y5LLMS&78C("'KY6!>Z[H#$;3>XJW;,R +MKB=C$Y0B?LI-(R(67N5CTKP".$&S#S">.'#&XH+CX(V"I,W-:<(*8`B*NRUB +MG.]`7WRIMO0KX#RGZ1@E;O!JB?/)'V==%\;P??6%:9XEF?^70-9U<$(>')>Z%NA(VZ#LG?.1H,R3G>V^ +M!$%3*2(OF01L4HR7P:,%/_K,Q7:/D+B6UCH)2D$?%[Q.QR%I/4,?H1WTP(/3<(B6DNPGZA1,^QTM60`L!\4BM'`%GS."S*R>]C*`$=4/4E_2: +M(KVR+Z,\`-Y]>XAWSV!VR-A`>4AP6=U%;W%!L+Q^J)%JPP$C&JS>4X) +ME0:;!]'?(&.2](V'%GO6;Y8YM=<=U52@LRJS%!P8%PVPP#Z`P +M+(?GKN%:TO'5'+I_.8L-QO!!0PLDNNK#?!SW>//P*<'U=TE]VP;GO3P%&9DV +MX9C*,TH!H:LL1]=[\=HK@JC0D_HUP'/`.%-0(_\@,+KI"H'&^J03Y?,^ZGK, +M[8(ZD@U(X.M>@$V'7.WS#;FM:!2#&`W@@E.ZL0:-O[O&0YWC;Z7HR*UO'VE. +M=IZ0(?$5WN++BO&Z+;EG`*8'ABL4MK@(2L'".KA,QZJ;JZ$\;>BF2\*?<`=F +M)6AZ`[]6GA@L;@VE@VS[W`%S5UFF>+%$4?YM6C_@C[*M9&G&B?;NJ.`]AS;4 +MZ#B8E&D.AH*TLZC'ZJE'UK<`435=\0H5D6TCFAFLZ=[JNAS3/",3'&YYCO2P +MHU)LX6Q4;C'V%%>U78(_$4,Q(5R!1&(+HV/^G"X>S9FY`*S<15WWBDOD-`C'PG9W+XCSE(J2 +M""]'.),3=LU@S?T_ZAB(HTL[`'Z]FO@Z%;$1$^O7FI"!I!K,%V#N5![J!=EZ.QHMZ]:FW]A"P-]8OZ'%!C'4[.5K8;;8J/6YWP! +ML%T**5[?X#2BWMBH&RR'@YZY3QCP'=?'[E\!6QLNI3S5ZFN,^W7N/6%WH4PF +M0K>7N&3'Q7WHU=/V$+0U7],4`J98BX>^J!<9\==+6'9*(;?K_['8GLY.*#C\ +MEQ&G*>I]?WNH&3(4Q!-.$W689Z7>KS3*?@>0^XK,Q?5E0':7/#X[>RVIOS6C`DDT%>R +M"+Y7A9`""C`G#Y5P^!E;9`PGZ%Q2Y,M`5%Q=8QU_I]/>S+/:13S@C.\(AB"5 +M0QRM):"O9X6KZ:8673-E"H_*56+2QXE(=A%5!G7LJ!2+_,UWVW^ +M&:DY76>Z&R>/J:?OHXO6E.D1OA&2/T,5FE@L=4@#QK4,=ZWZ&PUK!30O&AIM +M#;LFCXX(=(\?EM373;'-Z]AUVV.0S)^=*!K +M.R>4)W@14&Y\J@_V(<:'>6P:&CA-9PTR#FG'+AAF0IK^+4.B'TCQ3\!=@RGY +M]H\3I8"KJ;3+?_8E\3WCL\CA)^C:1YJ!;6DH0E+(JN:M7S),.J_Q&I,(B9@\0@KB^BG8=(J,1@A9]LM8U5" +MTF,"!(N_[(D"G6')I.=D^8F+=#6="/H,^+$_$SX(=MZ!CR-9K&^4$']:X;TB +M,8%;#S,\L0/4<:GK^9[%7$I1NKZ?*30?Y.V6&C3T`N+HB$3+/>245^49C)52 +MX4P%+;A'"H+&:?P>DE*;@@E<_E<\#?J_2/``@H#7.YAF!_T001&)HN!?&ZJW +M?>FAN^W]I]DC'K!UUVCF&>9@F7&.U)TSQ2W.K04`U"6E+D),V82CY/MO%#=4 +MSUI<$[SY<+*R-<,W58)H6RFY_CH,J^@-.@\KTB4C'4YXBXSX_R"II_!.)P0PP +M[H1T6[.F58J_H"LASD,+!NUK+.C<+]\2$PU +MXS(6$XH4XRN=6B$1!N"U^S$::/;X8=G_PW_8GPLHZ[]EMXWP/%,SF-R.7:@X +MD^-ZZZPV1>K#P'%(,D2H$_];#KKU`3HZ-BM>3FTS@=T"?]#!\HB/1F\NKFFE +MG."1-9>3B+Q>UL]H+1F2C#4MN@\E2$'L0M-WG80?5,=$R%8TL*_Q\1.(RK60 +M`.6*4\/*[!1QD7Z8,O>'E0,!Y\+B$##'@%N<`Q#Z8['#5V>P(,5Q_G6YL/9C7S\!J:%B`$5%:(@7N@$[M#B^/SU$?,;A" +M]]H0'\DEH+[#`Z8V!))$UC&U[T-O#>(-0"HPNJC^/WUDZB7G*$:RMZR`2YSRC7BFZK= +M+)SIR\D545I?*)BHBCCK6,N[0R5Q"%<>KB6F<]K!R__^C-B`9/4(,2ZP +M(\0EJ/;QBL]07^LF^=GDAAM;_TQS%J?XI2&EQWF#\58GAF-2.-'N)Q(XJ=A7 +M'`@(5;OW=:JUU=NK[VG!CMU'Q+<9,=-/^1/"1(;`3/L"FYW`:EO2`#&TA9^E +M)M8F'I]1/)9)\'W-$[I)M)S-"C%ZT457[1'F,S/$S7SO;):T_:C=Z,S%\I:< +MV[Q2IY3SL&4[(;G/X\W1"^E,P!O- +M=^CF:/N4.%)!3F)?S?;DHI@9(VZ#);"\- +M*_V_&FP(0Z_LN5^Y5_6AI5=@1SCQJWRZU4,_LCZTW`1M*0=C+V1-8HMFA73L +MDT2^>$5`7*;%4ULVR[HOP@+XI";*BZ^ +ML.SPI&M2U9U4NC#LVH*)1XG2>&H_W +M%308Y7M%*K>[-A`$),:1]`?COZ_ERR,>'44EZ1$Z]HP:!:(/3`1LZ2N0AMD" +MW']'':%VR/XE?^M2#5*_3Z-X-S=*(<`!V#_FA+7Y$Z^6SG*;4?B6:$,,NMHY +MB:2X.920<^'>6ZG`A7K:HFY88//-!,@M!*$-8A!FE_\`I@@UCP@1(J$,QU1W +MR@!NA:SY(.&7I][`F!V2)[Z7"Y.H9DP`X3&:XDBE,+$`14!"-"#W+?:JV=2W +MO6UE"-=O`>:B4_)E9R;X&;`7]2U'$XO2#[Q8\;B.'Q[-N0-YN=J5TGPQA.3ZO#:-6_X6GS7]>]>#@[X`/ASP#W5[\V +M"WY/0/PD+G5;+B?[+=Y"8C./_./HZ@84,Y'N/%H:;'YO1%_$%O<..3]')(., +M3*'P.['[TN*@Z)9&]W:7&B!OC\1CX?$JN/5J2#DI4_T09-G[(5^J_\T)7GI4 +M_W'+54&(-6BY>QQX\LAM32?W/]NSM85D`T-73BH<,D;WO$F<"6Q&`IEXW +M8H0*[6+@YE;Z:A:1[1#VZ_QG:=GT=.^E6V:G`GENU)KQ7WOG@1*)&@B<)HX3 +MJ-HV<$V3,'T*CQ@`@N^@-4ZBC)B*\(@SQ[Q''Z1$215PZ_&O3=K7%PP!H$@2 +M:?`G-L#>3!'1$Y#6N.NA?\#&O9JC'KAV8RU5"]CKA +MN&U)5R>0YFX#,\2V*$VVJ^#TPQ[)9N!AZ0$JN0%CUPCU=+K,ZL7&6',EM_@R +M-(UA\=+^!\;/,U,TWGU[7L\_O2S3,H8LA]PZ>?PB1]EK9_.Y"/K]G%I +MOY53)[8,`Z"ZWL.I94KS%BC;M:6L7H^"H37#04N&&Z=>(@<"O,NV$M?]/#L[ +M)^"='/95V&Q5+P,?U8':IY+3US$%^BY*N1S'Z?G5RNJV."^IR2F/LQM;0?-) +M@QVPPO$QT/R.T(&UYPNDM3+BDJ@9;H6%I[FF<2DMJRU(!1^,#7BHXE&%6Z4. +M\;ZZ4)4$6CKI5=GQGV)M#5`*EI++,'A&MYU=L"T.1\08AS`IA2%;`M+VVN1( +MG_I@-UW($I"[8!G7H,VCV)A2,28PZZ/-*05.43M(+929)`(]#>FL4S(*'\RL +M"LVYO@1#LA%>%>AP>&:X$,>LW +M=U6_^T3:";#M:0L.C_HUH +MPGK_CE*$M/IU&$B#QI@IM#&MX86H''2'DJ'7TO;!\MO1BLI`;_D")X8+M?;3 +M.IPK(:RZ,-&?)D*\J=-S^D8`BGAC,%K.3LF5`FY6/?K\P&1&VE9P7#7-2-8* +MJ1UN/,D[TUI$5G\MG@=6Q%[$"D+,N#!T)B? +MP77`CWYN*BPV5`3-871DK:?!AZ[==*Q9T)SW#I`O`YPE/G[\)6T:3WQB\-MV +M..F/47H7IGCC><6&YNKE8MW7$6C@!/?7_S^R47!./@W-?<*KP:0KCE9#CND; +MQRGZ$+`EWGZV6L*'RW@T]X,;Q'&:GLC$FJCGX;UI<(:SL[8>/.[N,VS+A^CI +MN\^L?%54*F79'5MU4WRH*+0+@E'15!/V+BJ(NNL$PZ7;&*SH01E]AK$(LB0% +M;I7YQR39#:@HWQS\VE^54:I7:XODS^`CUI^B.:+DG&2NG<3J/33&^QJ`CYDA +MR-JE&\,N##,(%[U-*P"=[\Q6R3Y12()M/9@@1RA@UA-E_A$-G1)P5O\1F;AS +MDFLZ7_=OBE.4V=[F[`NQTJI]*-N>&)+P:5+53JO%IRPEYCY8;TW.R\2AN'T/V7YB4A-(E7'A&%DT%$>J*\P8CK[A.<="0&7J=# +M,[R*Z8/LV6%/_A#7<^$&`('E[0IN_KQ7"+XX5EH#C"A"#Q/]C"/GC)?5N1Q( +M7_[&Y9V\V<)RDHNE:#7X*K/-)F`R,\C7[E[:1WOE8UHI.=\8V?Y@1/'9)4ZDX*_I+;',X"A*%D: +M4]5C+"QF23V8U6J!@F7J+K6K01)7=!S?:T;HNM)(CH_)OJS/C7T9C0_X(?>3 +MJU[2)#\,8G8#U505>J2$%*-EJI50'8HEMZ-I8%8:<8O+@1HWJ%[5.R+<*U*T+>8G,R-`V06L_4&U0%Y]S1C +MS!`#!HOLC?-9E04`75<*277=4\>Z`6:5!?+RP.MG-1$.#1X*?E*X)6@].90, +M,*BFTC%[%J#:Z0'%D[/]D[P8%CKD[RC"%&[A86I]H/LK&PM;*0HW_)@.0!$6 +MO?,+8]64-'][JKUU'1:V90N#%>%7J3.$G-RWJS-%@//,H^=%^ZA.%U'>9"HH +M>[#DSM50`F@G+S#"T2AJ?'?")LQG-B=YN"\3L'W47INGU0*01ISLN-9SR?3# +M>7"N$95J$27GZ-QW9_`@(Y`XK-2D_JQ%)N*N`XW6>N@WALY%[%@BD#!,UHG& +MAW&I47\?I>MVGC'G1]4]Z!@`38!0OWQ5%E%_L13^="XHO:VTPL!7``2%/KQ$ +M8QUEN`0V$S&%SMYE*&O56?M^>C+/K!@54V3Z31/OJO.N:P':-$,-?-.$2:TG +M8^`K+G9"GY=1@@6Y+SSO/](-C86[Y3_)'O3YCH9XE=K/<2NTD((+8_@9A4JY +M4:0+.]UP/DL_K2UJR^KE>K#M`RQ#=9!'\[SZ,2>5A7K>(`59*8[!YDM&/-4$ +MCL.WBQ0UP[!WV3:G\[FD>5 +M__K?R/:QUG1%XYR%6'5`<"@0+'2/@)J"6'3QL5(9YS*!`Q3@@6F````?0R-[ +M5LP<@ZP3V>'X1JXZRFWYS)K=*YK/P_\UG$C`W=@A*<)7HU%468A$9F!,^S(I +MD@/UOGX>6Q"XM5(I'7RX%&9E^_M6KDCV];UU!^VVY?70G`+NS@!C,AY_Q:F? +M+S&4",]!1#`2'\TJ$`&FT>MV,'2S.;/C1K^'.D0EB`5'?%/T>4EWO;/X2N]9 +M?$+:/D/#)1`%`[_LPP*7U)1D\'+W+!\+`)>@R>\S$J-$CR(X[SF +MUR>E\T+ +MQ;D,;:6"$EKLPUXK`$6Z +M.M62@!@<%`:6->G6.P]Y?+M_(2UW:%OZ:L4K6FGB@Y:@+9L^Y3I.@^;=XTS[ +MO"JN<$U*=I;M_P(-A3?#M65=P7?A3M7H",6H6!!3LBR;?Z)P(SN066ON#>%- +M3O=\=-,%=OCH%Y_7?Q:YGQ#KS5ZV6,04%BC]`[./@3X/YY2B.2<=]$=3_WLQ +MT.A?J-?6A(_^.!MOC=<.,Q`!UD5:7(E35K]']X^:`"[*I*'*OFYH%<%&]3L- +MII_#@C6LB7-;`!!\#=^=-HUJ1XG6Y9T".#1VX@H(*"[()KJ.,D(-V#9VXJ/+_E`J%E"+%HYH,FR>V(X;H48A2%'!P=GK0M5W_ +M(`L0'U?`E[,G*.-))N@7)/I;Z6'$B/HX*X;F;R;P[_J7*,B'!E:QI&F/0\];8R +MC/V,(`3%$@R_*\0RRD/X8?2?W:=H[)CR5BDFO:5-[]4TAEM[$*`7*2>:7)!V +MIK;E%OC:CGJQ3GLD&(I>,_3$;%&6]L"1-._=H9KB,*G +MA2^=Q2OAZ?_R9`$QRAD3S)@0.8D/BV9YS3AR!G5`R[R61O6Q3Z(YCLYJIS/' +M(Z1S,?X'U6B*!V-TJ+%TN8S&LVV@[#"(E1CR7L\E%A-Y4\B$/A*+ZL2(+3]@ +M=Y(.2)"'S^B:8/)Z"./D8W6WJ6;B8MY$5W>H`8^5K#ZTCL@`S6NG%"3(4H/TT;<\ZUO\8`LF9-=#@Z46:"">P*G(@]K +M!PCB/DOQ]?&5V[.QZMG'G*(A7US\.PJX62[;X*:=2*IRZSVLW)BIK06O';4!U\YD4'Z2TN&UQ<#SI6:2NRF@P9HZ)(T9^>W1(Q5=VM4D!Y^<3A+:Q]4@C6M--6.ZK>==?74(!_>?ZR +MH7\U7W;`;Y7-+/P.?'80;E0G=@T[OIAH4+XCV+/U%/%=Y4\/_\:._ZSJ2<%O +MJ/`-*^A]#HV3ZH:*=+O:8^-QZNBX)A+PJMQ]E8@7@E.9X@L,?K.8Q4''-G(1TF>ZH%$[QFS,M@C&76(Y,N3%*P>Q3S;)G=]:X`79?-\.P\8 +M;1Q4ILD^]KK#(Z$HK/#<.-S#;-BN:Q<[SW\>SO),;OQ]'L>E6])1N6Y=`)=' +MN5W'6GWK=$D=5W0N^_+R0\CG(F6,XOX-.TU3'MNN&&7M3]`;C"(VDV-*9(1%5OOAI)74J*<(_&O.),W>J1V+A5*C8FO +M?N15?`]W!4"*WHZ2("6:8:78`_"7[3O(+&68"_*[#O!KEF+2%E?\1[75)W24 +MJ].44*T+;0"`:>S8]X]/VA\`QS0=)=9,`(=#*>'`J1XRW=6J,JKWQ[OST\>O +M4@[G1-`6_XH832P_+3--3N<`M0]$TMX9K8?G/IG<_.9\=.A:C\#%M%B.+$L. +M9GB[!-"[*'9+':G%E,R^I#Y7T**'BI+%)]>>H?2COYMV^\5,.Q_7_=[AKZ&XA7*`=-&Q/2D#@L[:H;:^DF:%U15[(E_*QJ$EY\^\29R6._PU? +MM>_:%RI5"D\8"FB0\.?B@YRCU?W)%J:+P6&"7!/MU;<4C`Q8+A*SRF,&M@X( +M;VX/(/9KZ*D]9/U_'BBMU+IF''K8<"3;\Y9?BN$)^*-WR$:TEL__"F8F"Y#H +M2^(^K;H`:$8C(.A2J*!#($ENHK6.;M.HZLL/!WHJ9&6C3HU/R,AB/$M6K31S6`I*&,OA:>+2 +M<]\9\5)FI[(MF=M+[*QI?.BE^ZTSFY/HV&,E6:Y,.9],A_RZHT\)6-X_F+<5< +M8"LD)QZ3G+EOQN$`D<5P3G2.QWSR://"WE1'7&XMM5+[,\1F*7HB:3A6T;J" +M\RGAX*K<*V-?1OKB7;Z\)<8,="3PC%1Q\#;MB$_0W]P%!S(.Y3V#`\\>VY*+7J8$ +M1N1=S-_APIW(:P%WF)^$H=':M>;;;=WGG\;M&Z1NW0_E=@@.9:A9\+VPK6+( +MTLOK`SN-!UPW7!J'?J&$AT]>/;!>UX/+A>B)\V%UQ/JB?@H#G_'ECLH>TY4++!3,&X8)RQM6+='_=2B_+-WC6X&DQ*0E>@/@@OMWHH +MW#"\P(7G_KO*,OO+)D?*`@HH>C/V0S%@+:C>%%B,5.3Y'TG`JB]8TX@[01F? +M2MKF`P +M*WYL2VIER4&5M5UZSZ",4[=!LQ[6UXRE6(O/+N7IL2Q=P'Y$%>84<5!Q=V0U +M=7]P*_3BV<0%V&*$46<+>\]-N^F1F6G0JZ'!4\XU)[MG`0H%A;8Y,D%[]4QS +MX=^G`$W[L1&IC:80:VT5:^':PZW6L/3[A"O)!-$8#IUVA+"( +M`>15FIP]V/9SZU:'Y,\9S8WLM14-Z3OT5\K5,Q/U[_B8FAUZO=DM>99AE6(K +MSJ#WH#P@6]N%@@V:\U+C&M/48J61=GEWU#,7/B1A!;B-^*=\:CC3Y^SZF4!J +MY57M.\KOC1_];M[*@:@68-O!:C?$6M%O? +MNJ[?]$]M"R'AJ1Y\M,@KD#THA?3*>NC;=[5<1.+K](ZYP3_.;TNYI@X@!N[J +MQ`ZM;B5B^,BZVS>_S(8J4H/G:>R;8=3@Y?B$ZTP^VKS,I$V>#HO^1Z;UGI\% +M]H(=KX!'C?0=K)@VD&?8?Q//@E@U(4M/\PW(_=3.:W7VU"*@H[3Q3C9[8*DQ +M+\._'VF$M7^C_B(V32V7^OQ&$9P)`7G\@A*$:>80)([-Y"+_1#R06>M?10>A +M.*NI6FCZ[C\U0NF$8RU6(8"4?=-!!C`(`2P6K-%!XLQEJQ];!+.PO=CIG11T +MVO*>80(VS#UIK0C9:Y@8%DVKBY#+1!"L\B[0!&?MT3'-Z=<5/D'5$2(H[[$# +M;J18HT)A#ZJ'S[PJXBB*41,/O81GT=<+`]HF.I3>>%]E=3_5A>\G9&YV1Q6= +MXC@=]$'E?D13TW:BH9UNUG%C^^98O>4YLM+94L.,1-`W\XPZR(E$X,>O*F\P +M%7HBL)W><@\>NH`$43WRQF!XH5$Y;:?4^IY-2>Y1:G>EV=]@0?FQTX$F) +M8JN?5%M'TKI*7FY&XX^8JO;#?+!;7:,IXL4Y#H$`R[U&4?)8>MK/7*&/%7K0 +M`.5J>YQ*_"MN^6P$5;M)3I>:0X'YEG[84\$)PD>2U-H@%?B#D@1R-N5%\K0J +MX'X_J`0AN\CRZHP;<#6:_O#UN/6=/2(\R:,$RQ+KXG;D"X?F.X/R!(A3C0*! +M88^D&_P,T(".RBY:DW*/]O$8+>.\RGDLGY9DY%LDN^Z +M4Q[;1$P5(DIWES+&SM'VX`E$HM2[QU5=D=1U+K^`YQDQ7S46D;D\_S5B+Q4* +M?RL-;K&C96W&=&Q4!9X5_O+9[]1YL6;,)!!DI.>&NC(TI9H*_"6&VZ:`-JFJ +MYZ=>-./)()JN#ZG7LE:POVHBG:D&H(>7+68>#9@+=NBR*UN/9#1S*9@6_W") +MHSWT'U$45K2R?=_0\3JFE@\:4JDA@IZ+&#?WV)@(;RX[H*V3&]"ZJ+]>-Y7; +M$!!IX"'!?&>@EH>YPM]DI15?YP4&EE8'U!CKSOF+"4SO/C^][ZH^Y,,YO4$' +M^K-)"R.TE5TE2_X5E%/9UHGK!O]:,L0M#^:&??5&0U5:*M'.:WS.'&_]^R/Q +MOIHCU.O-/K#RJYT$7*[K2]H=1DNYU0=@.9XA16&<*:+K+:-MYF^1_P>)'W +M.>=JU6WIISM]#XUMVN%X3O*2U"L=-^C88.9>SKHZ`N&3R#`?:I3X%C($>Y;V +M!\&*A06\-J`[L\,-!/F.ABR&VA`,[^YQ`"AXL +M=>'PYV*?E`#"EFF0R:Z$I64>LEI%@U<9%Z@YHRQ1I;XRABX<( +MHO=(.KPBFV5-&0J1H$`G_^F4R=A*8^9WO*?O38,+K"I7R[E?'HO?P\A>72F; +MFX&:3#8$7=&=;"_V8D)1_6FWPH(8<,=&VFW29Q0;B?)-=6VGT?(4M'Y81(=VRU"QF9[#?-"VS5+#-:A# +M[3^5GVONN'="U]SCX_O%1MZC77OK,TOQ*`,P#-]R(,L7A@K*B"98*;-+(.-; +MNY0^#0[]^3?,R)P+'J.X4':86JT16:Q=V<$9X#`'P3UM`:?>!^S=<]H&TY1"$^4;^>V'( +M`6((+7HUS2'/J/KB@"`R(O=T&R#K`=HAWPZT1)TZ:7'^P:5!*O:RD$Z2#6R? +M.P>Y\^UA>H;QQ667*SMI2>7A;8XP=2JJLI2#G]SN?[(,8;TL7K,A8(6IW4R[ +M/616)Z:?^.+)GR4)2,6N3"RP,^ECFO6`W9.XH:K]MDTV2IJ($MI=00,_S0HK +M0]HHJ!W345-@,A2PC!^HJ43Q^IO.IK\\`H6U9>DZ^#.SZ_Z1[*%/9E3^AEH= +M4!)VN^,BC`*F-Z4@I(V6!NDML#3"BES1H#ASD-L-V#593'R?W#Q5RIV4P=_IV;L$^$:#:C"#I8 +MQ=Y=.7.QH"=^X=WDW#L6QN+@5XG-MFH<*7K(-L"I_G2#'R52(S/Y +MHP=E8B.@I&5=OP-@.S,>,]&/)HAF:$1N=';YU8V#1Z\@1J9'Q/Z.*+L?6 +M=P1[\0[GJA[VMG1=ER@5SPD.\J9^T'VAT59EA6MAA)K)9MH1I]1=W%M4$/=A +MT:=&(:+%7]B;4G^E0R(:5TQM5+-_>G[UK6C7:%B#]S%GS#1[T?&`9$JSY"VLF*^$P/@[IXR@/)Y89M%3U4#XA[>C#!/$OR;*7H6^ +M35_39.**!(#=T\S(1MC8C[,E-#(3\;(Q$\Q*UO%W8.)9[)=/%@DC/T8&.GF*(]TH":/FAH[T^; +MJ!(0W%RWWN2@M`KZ5Q#$3K?NP6FKQQ9.EKD3).S^-:FO@M&T'HS%B<(YMF'5 +M:/L*GLE%:UV"AE]*Y/'T57=<,R0!^T<2K('1ZJ"GE0JP!*CD8H7N#@[D$T;)I1J;$V51AIH>#:`4MV.0MP8$@G0$2ZI +M@`JK6-RX`I[CG("?&I9'L67]`VC'P=.XEHJ_=$,G07P;YLN:BL\>C0C&C**` +M!F1'I`L(MA"/V.#@W#VZHXN3"L6"L^EZ,COE/P.>HX2!<2J,JHZC#?H*F,>< +MT$62`E!"8&H")+COY1Q>7$S#J(Q4"+GI9UFY%5/.$2@[C*@*VHY`%FJ-%945 +M[YQRH<.SCF4(/3"NU,OCV<_HZEC,=4>KF),Y&ZF4.Y[U.;UN-'MY#:/H8\G' +M9:FWPS3L.^R0:%55;2O%>?HD*U0MUNR]#&T!1RFIP0;J97"G-UB"*[,#NG-% +MR^]]"RY@2AW$P+=VS="=?XN9L]-+(O>T>D-C>),?6OWD`)$#.:. +M[3Z=2+/O$EDEM?E[8QOM&.DX\,1L=1]^CE?T<5!S#0"$YM$O5W&E-,R+R7:> +M@^M.CE_%YMD/Y%W8B8R'^,\IF+2I`-.@=A3(EWK9-L6T8,3/*V+:>FZ>H=HS +MNG^,LL]%XXDU^,WOHEI54J@5#(@[G(-)Z>C4XO;2EK(S[779I3,TS)'"M-NS +M508!-K0M-&]PL]VC*;4`7R24[7BB-I3YHLQ-J+*>)W]J"L!$736R,%:1WX7S +M&]JE9&XHCWN`Y3F9N.&`DK*OPB)*?G901_J$5@5!/KNR82<&J)MB,Y#QG$Y: +M6-`QN[*?T&BX;B%A/>KO20ZX%%6'5T`[9;KU2`UGE_+?UBE:)M&_00Q'<+*' +M'7.I5HQ@.I!58X[:AYU0WQ!&@JT*K%1+ +MYSY#&R&QU(0Y!PY65XWZG$/_J4SD'7Q7PS['VH"`AUQ[F\+.*LY5(-5?0K$E +MIU`UL^W:?J56(EI2SU9YC&D4-ZRD"VR"B>(F\4O+V\A\JV#3165%"'2C$;PH +M[4ZS#+@1+R]D9+1`?Q!+9Z&(UH3+:H.HPA943N&!K+&D^M_F+SJ3APD!;?PD +MO576*@N7E`K5@JN<_BX1?;L#3T*.'?KS<*[@O^0U/D<0#^6#'YRTWK?QE9%L +MJ)P>.(31"1I\=("K5RIQ4>P%.*%6^?K"'%;R'-D6IG3^X%L> +MA,X%98S*IC!O5(Z?JIH*$.LL,@5I/P5P,0RQIRV"O,`@6JR-Y(T*A1ZB.H]< +M:`)'>-_J8I&C6+S_8YU\).E6U3)C$#756>PO"]HH@7'QWLT(C(<#IGR!RSY/ +M.TEZ<(=GY:R4^?%.@3](H?UBNV7`%\0JJM=KG6?0V&1@0$W4`-.W9D,JB.D^ +M*[Z[37ORA^%Q1X_ANZL&=@'RNL9\1!_G3Z4%I%_,0ZF4^*`V;=P5XCX8-:9J +M=7<)$&]+49_ +M5%%]T@A_\?WI$_F/V5IC#6,D5?NJK<`*"&U)F@Q6>O@#T[ET*`!+O=O0PAE! +MWNK]@%W2LO#;Q&[M9ZX +M;`Y?MV#BL@#AWPMKK54N4C6+KLJ)Y0<Q\'MT:*C''T((=U;C)\++!FR+;,1S4C/N*VA'P^&^?D,LYWT[(/XU*>\ +M_<<0H90]'RN&M`%U`MPF9J9*\8DS']VF@Q.[YSU@Z!A0MH=&C-XWK].SEAEP +MQ:!_*W@O)-O=?^Z7Q0ZER82I]JLR%S=S!ZR%>]$9ACGZN!P)K5C%6BKGG9?N +M7N27'08ZE'SA];'JM[`1JOC9#0Y]PC8$!V=7\779TM?[^&.1X]MK1=$=^)SH +MW/)R^)T%98&(!\)4K9()2BG;2,AU\5..Z6HBJK=2&KW=W,6CA68FLMPIV27> +MEJBEJO9.*H`ROB>WZNID196FX*6#USB$YDQ$MO-E@;!QF/PM:=HR#-C&?$XV +M#+UHRWD-;VF1&R`7/>G5'Q_<->F'W[Y+($C_%Z&3XH]EA5@5N``BFU +M_2MD1]4$1S%KGF-B"!JXHHX21^QJV(TC'I/!"/G31$*79DS&\-E.+DF26XHJ +M9[9(_(']T'HUVQ2EU<:/*@(H7Y5*ENPDECDJ%<.1T[S95?$E^9HNP-%EE4FFZ2'AHP0/BHIY6 +MAY648.*:4SJN!OB@YZ?!Z&@.K#B5J)8S^#'0MT3G;B_O1*GQ@Y3J\,5 +M47%N1:SJN"F!5RL(MB\5@3^ON6IKK@*KM]?#&:U:WV5GJQA+'\B5*,>TSBDE +MGG->MS3>X]+ZAW:!^^BJ>/G:_-E+6@Z3WJ4@ROMN+4'HK)ULQR@XQVDCQ5%4 +MV%=PAI89Z_PS(@!"XFEP\V;ZZZ\7Z`0P6G@$Z4>&W/UWP$3I;(-3;27EE\1& +MO6M@RX7D91TTT6H+25O;&![11.>L./1M2X#/QP>BD8BPQM1/@/J>@GQM]9O7 +MP+I[SA\H:+&M4P@(L9A&8&'N;:TZ?G]G4QFE;:K#'<.&0$V>R,V3\#%7MH2A)P$4?/R7G\<; +M/02OU5`?_EN>PDN[G7*4K1-LVZ[H\'"ERD7([6;+L,$XO3QZ/K1 +M-X>@SR!]T8"M[%359?$:0_B_KG=JG4MZP^`;+>$G%<[,)O:_,9DU.'GVLJ?\ +MT$<,=(<30*E"BLZ]XHIVFSF\)O+C$F@#(J%FU;HO#*E;XKW8NF_?9TLY_4[3 +M/B$%D9FBRJ_]H7ESDFV;]C:,C.E9_"YLD;>DAA>S&,IN[S!S#T!`EGAD',L. +M7X-GO`P#)5^,+\?^[!0]_2$AXGS8\FB&?TMQTZ0"+%Y/A[2U +MV>$_&#V5+Z3;B46?X"MOD!3H<9YV1]?TNF]9)!.W\AV@<,`%9]!%R(%$_5:' +MGJ<`S%B)MY$DA*6G;2$H4I5?IJI,;6"4K5ZOZ>O4?@K<>J,'_3*EY.^`A7U^ +M6<[IP@)3?U5>Q_WF:;Y/)9(Z[]M>X&D?Y4*^!N,#Z\!PY)MJDP==54_#R_(! +M`/!8C@!_TEA+,!6P_,*N'(4C,].!ALQ!@\Y,F%;J"]+/05S,I=F" +M`8O')]1]G6&B#@6Y]S6=KCT-T/,1*/]M@H3?B54]GDZ[XRJV[2P"0G$PE+P6 +M1LL9>/:G[0$!#T1\2L!,X(NTYY<]%BB>]+%T;2(G-);/SY40J0.LS'6Z9U"$ +MG50['TF0,2^9V_=FIYK<.R.NOO-G!I5?S8`R)BB;GP$@CQ1=MK8@I.6 +M::`\*IIZL293];B8J&F0621A&:3/WX9&UJ4=NWG`NAO`>(R4`Z@]P?;*?V69 +MQEK'V[W^XI8\"CJ*H%2U6,)V8S'`60?2ASMHLWT-IE: +MT;XR8KL01D>B(3Z22?WOIX8UB$QKBKPK;4/E/2K"S8:J%?Q[/QD(-Y=[8LJ> +MR1]O1[:H#*$_HXMR$YS&)*8=I!E8H+-AQV1I6>K/;/(=%*VW+'?[A5OX?\4: +MFE),!`X&L!!EI]X#?*#Y*(G"(VXV/C6V$LX"_@[$`R%+L^:9$6TDB[92"I?O +M*"*##L3,9UEV$(-`=07U)O&*]%&H@S,WI^2P>TDG)1(L.[8S1.4(?V$1?Y8W +M-E^,\!08OG-TL*/+A-]C%<.JN=>ID2.T$7!X[C,Q\S_/5,8WH0*5#`X.7!HD +M"`5&(\33%:/)M=`W.]+0108!=.F('*&J7`%L6N9P=5P2?P/X]P(.>DW7"BG^ +MAJ+'J^0[?SB_X'M@ZZ12,R76\->P\)TPL?X_%JPP\#BB4LLZ/R?7RKEDW^UR +M7(Q=8G$/D)8V"JX=8,@DHKA%10<0#F97;+0=R`Q!PJIP1(YD"NF2,U7QOO19 +MB`>)9/MB>BS4;=KOUZAQ5H/()[^V(0TJF`.]Y\+Z:UJ&HA,*5ZYKLXPVKNP^ +M:`JA^5^;7.Y9C&5MDV!JUYN/^3R4:!]*11,ZLA\XX4I]S./1`TS(#+[\@P2B +M'/X(F3DGE@V97-9.+M3)!47-HIY%CN,WB&A$VY-/Q74,/^UH&V0-M-N0(^8F +M]S<+$TS?_S]'^JP%&DYH6S_VP^=LY=!25>OM/ +MR4[+C6IVG^)QTQ=Q6YS/RKDV%21]_,32L_&H?8N4;0@^7AG#E(VVB09,W/`HS3FYH`YT^-IE*<9DG%HTVAG7@77*FTRNO,=+-AU +M2*90'<9FV)LG36TH)]*L=+("\G7QN#V'01;,HSH?IZQ@JC&64NQZ;(_K\L7]=MB/"/D4TJSDF +M["Z!`!4QN9+=?[71]_0G/1HVZ2D?63*5SW/6?_1OH@K?8R)/-<,U%77\I+FE +M,Z%O3FQR% +M3:M?E/\2T(D"[A>KU0X#SZ)F4.N:H1+:`#CA=M`VFZ-"TG)^20:S0>L&LGK$ +MJ[$J=W/3R#S[H/7AT*?Q_HT2$`@H'/Y5)R(73#+UI#+'IBU$(?FW*8U`(E72 +M(]A;%^L:W>EH`&RUK]55%(.I(1!JW3"X)ROSQ&H=%'[>77D2_M>$LFEG[ +M#@)^]^-+DY;I?,(.?K+X59`/XX!0\[(*/3(B)#,`UH1&7.Y;C\5?=C&6`4$L +M#I8&.PL4I5A:?)EY%_FBI%T]PVH(5,EEI28>7,_;A-+'TS1>]DH<"R;3"E7. +MLQQ3360$S6!%]TW$4AK>RRC6JMRJ!@YAO56=!H,CZ0V,KZAE)&JNJ5DE;HQM +M\$^%<]07%V369,!Y'561"2C2FJD,53F1-$4K3)#BD1&_"["IJ!&FTM:&(S-J +M#JJ2QKW7T+H$PN.SU!2HS9V>RH9LV]XAJ^>SJE+D>I<3#6(Z94$:+(]"G3 +M(7=Q>DATY%D*H`K++!_?H\3S@-<+(%N6T+_!V\@T@GQE[#YF^?V4(9J%1NCB +M&X,")QU#])WFY>PG^_0W*&AM8'C^:VU6=JZHHU4;:/VW2"E7^^_JY?,08'[DT56+V@G&1/-G,Z-B]?M0BO1VJ=HU=RX+AVCQI=Y/7*U_"7"7XY +MUJH_L=DF$ +MVI&+(]] +MW]>&,^N>P768`D89\&RA3RN,1II@!0EA3(C +M:F=&+CM@G@R'E[+%IG<&W)(V)Y_U/"88LW\G=IWNF4;8/>Z[B$1=`WW:J[)C +M.$N%&FJAS1.M,7!(2-O$M5BZ.\<]O#P:*R7W&H?[W +MI+.&I+/=,TWMF(N6`=`E7<\NY.R2^8+`R-\HL_\0!:RE#<3"(A;MG[,/.]L" +M_,\.8AN3G4M(Q-TI^`W.;NY5/6*#S<58CQ7C*,.M+;3;983K +MN'"NBBJ@ERA9;EOS;>3<]HSW[22&_KVD]CY>75^8HEKS;V70&0WB#I;?5E67N'&5"H<-PMP.)U3UN +MY"VJLQB9*9<$`$"Y2'D(_(S9\?F2"5^(_R+D%0(VR)9PS*/4++HXJ<7Y*7"E +M1KI/5N834('%(P]$C54K#8%IU+WK6I&_2]BJ7!58J@_\!1`)']A`XU?G7Y6+ +M=!E+'31RN*;Q&(87RH=/I[%9O.Y*F^C)?^T!YI7=:S5X<`F'TS3',2)IH_^YYFN0KO=:%))(E5P'C^4ZE:M/0WBI53UAO0A77,>2CT_* +M;.Z'ZLS%:&#_A\T!;.^92<$I*;)?[:DJ>^::%33:3JUI6Z4F:/\+$M`[O.6R +MJIILN-F2_N#EWY-S],AX1BS&(F1MYANE4=ROL/X=8=&M_SJS.OLN.X)T.`4[ +M1HRKB-HK7HLJ7!`XP;Y$D@.G308FQB0QK8C!?>GBS!'NS*#IXQ\FZNHKAPG[ +MZ[!7N/4JD7EJ"GE!E!75;5VJ0DNR`=2%B#J^$UK7DMH@@R>]$@5&W4M&1$") +M&>?@)K\57,AFC`8*!+L-A6R%(IRS(;X7!\C[#.KPM_4D@/QBT'@0R_/T&2V( +MI\ESW2YB-\?Y5%=2#)X;LDUU:]Q:\ +M,$C(==_[7HE!XE]IJS#N.V9(-=FIKS]TX"<>6>!PV;'FHWQ_Q]E>`M%`0HLP +M`5C^0VLR(U/T"\6T\R:*B#'SN;C?$:<;(NX!JMW:C5=@@?'-K2W^PX8]H]@< +M%-!*EE,!VNI7@^N&\GP4R)V]P7Y,C5-@V(L$AD"`(:8+^5EXY\QS48^TZ,Z& +M)3*"DNP]P2)W(QOD16$P2>$[A.BT4ZX^10-9[4&PUA4>(_`?CU!.:5WX"*HU: +MPYC;.&.>EGUS_JZ([QF;A-D7JZO-YA7L]_^I%\GM-%BD.]0C9M7)S(:^OI29 +MKB+!ADE9L%S;SB5)1&C8+K#<45ABS_ZFJ\OSJFZ&.;BL;4G]B+&^O";VE:[S +MR_3V"]3&N%I7*P87-FX*`&X'+AS.6.562I8N9C.2ZEEF,TN48U-\\%<"GXAV +M),`<2L+5&"[2SM>D)S$`PV$`LX)H=BR2I-7Y9!FKO3?/G/HHCF&2MR0#[N5S +M?UT;*\;+/X7BD,B'#O*B:^29Z'",%_K3+ELX7N')-QL'N/FCX7TXLQWW^/E2A +MT5%L*\&WT%PL?D;SRC,WX(T4,U(JM'@#\5Z0G8;GXF+VU4T)151MA"%6T;5\ +M!O?&:%>0.%T[6)M+%--,_ZHJ&0:.^PR255E5-%@')I@`"CG?_=6"B+8J-Z1G +M99/$:10B_&CG6?:9SIG(D2#FXX-&3EF^+\`8*FPJ?L3C86RWVA;N?H]]E!=1, +M@AN@=OU0E8X._Q<3Z05*=9B+JH4<(,D>"@TCCGF-#S8@`>6DMCFOQ7*QJY"^ +M%,IZ1<$5C.G>F-K?VU@J&ZUI&LB^<1!HPV/UU_XIOD6W;PUJ'*;3XW+V[6`B +M\U;B%2%S1HTANC-*Y&'R3U$Y7I"Z<6%53@I7E#S#/LA9/,0AD+LP=XU#XZM3 +M!2AD'60PL50?D4?>9FLU'WJ1M/=(F.)Z-_2T2O.)N5'/7)! +MU$#.4N:I;M^YT_3P4D;=%9PTG%U&$I3'<^=G82Q;[4N6T +M`&%;=14[Z$TQ3\12Z"LF6O`S`'9/JP?61O##W>!)$^QBIG&JA#9MWG*[5"4/ +MI$']#][G:T%W=Z.-^=$Z[P1EP[;9<<2U$@]Z; +MSVIZPQ(;HO2X$-JNH^617=(.K.K)F/=>4:X+D>*O!'2(+SN-&)*]V].=E1=;@\0;KHS.9K!>BYF=>_ +M?RBF/5?BR#&11GJ.=_!9%RQ6)CT-@)S=^OFYWNR&":5HI.E-.8;40FR40@;( +M5F5)$G#K%PO6F'&GWE@EXU9Q?1=X?1*.G(N%*5O^?S<7EHFS,&)"<_Q1$G3? +MP?AF0GB%;(PV0F:QR;Y6/V9\S.-MS/TZ\I.06P5U2V+98TB=6Y)`,KGIE.4<=37VZ",FZ5ZR1[(4 +M80OZF$#%@1^U,Z04YH(7)725E`-^:="[!MU0";\A](:%XVW.=9CZ-GB0I^@N +M*5)DV)R6@`@:]ZP^"S!D^%C7^GP&LR!#Q)#3?\HY]&@T4PFLK-\D:=9025I2L4"I38(0]K?P8+!P;&<\BEB$Z>AN7& +M#H!*T[N67[?*'I3B^W^(4LU>97"XJ'8OGF'@0"SXIAI[0SS^SB=98X*SQN8Z4JS,>?XD]90MP"_]=&ZY!,961M&)Y`)``YD3DZ +MH!N"NN-'!N+VH,YL3FT+V@C0;]EDE0[DI&YNFV:%T/@H$HN7.9"0]$BC?^5?V_O#R0 +M3:IJ4/W)\C$LA<<[WUOS9_`XE&;&4RA+H'U;TA47W;5\(>WWGB(O3N_VO$WD;NPP""ST2/IH1'%3>SPLJZ2IJ@5MSF( +MYDF8B.W?_ER=-M589E(R3^,8A1.LN]0$CKGI/<9VUETPSQ9PT,'(XG-_\D<9 +MV_KYM:%Q=DH7\-U^K^0@+)`E_WJN30(4!)92&D#,1!39ID3=T.4^6I4@OX>B +M>HQ$!X]KF*K,8Q`K%P^JQ>DR6'+CO&7,PI9FL+EN'ZJ=%8K&%"9LW9+@FJX,0X3+XSJT9I:#@L,T;+V2 +M][,7_]G4"FR]-_NTY2%3?7JH[\KE: +MNF;3F"UN[K[&OU*B6C:G^="MI9-ZC\5%>_,-F%P;LY=YC]/H0@7,3-QQ4,H% +M&+7L$<3?!R"T<[Z`:E?X#MXTI_U*7:]1/*OHXS'`-D\7_W?W]K]LY%;HVL6K1J:%#9S-""<31/0J#/N]&%DK.JT,T"M.R&NI +M=O7*I_&"1#.@5W?^GM-C_I41D0_MT@\;9:/^">T!P2YUW^.N_&RU?]!O(NCUF9%2SQJ!9Z()8D\F^8_5ZHXJ-2W(M(,- +M;U#+C=47#]`0!'JW([0Z"5/OBU-8^KJ.NO;47"Z``10"```P,#`P,#`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P +M,#`P,#`P,#`P"C`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`*,#`P,#`P,#`P,#`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P +M,#`P,`HP,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P"C`P,#`P,#`P,#`P,#`P,#`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`* +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,`HP,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P"C`P,#`P +M,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#`P +=,#`P,#`P,#`P,#`P,#`*8VQE87)T;VUA + + ++ + Guide to teTeX Documentation +