From e770c49cb5e1f903ac70d9ee6da8e7bd86612659 Mon Sep 17 00:00:00 2001 From: daidai_is_here Date: Sun, 19 Jan 2020 16:59:22 +0800 Subject: [PATCH] modify spec --- texlive-2016-kpathsea-texlive-path.patch | 40 - texlive-20160520-selinux-context.patch | 41 - texlive-bz979176.patch | 12 - texlive-fix-system-teckit.patch | 16 - texlive-mpost-CVE-2016-10243.patch | 20 - texlive.spec | 12251 ++++++++++----------- tl-format.patch | 192 - tl-kpfix.patch | 12 - 8 files changed, 6122 insertions(+), 6462 deletions(-) delete mode 100644 texlive-2016-kpathsea-texlive-path.patch delete mode 100644 texlive-20160520-selinux-context.patch delete mode 100644 texlive-bz979176.patch delete mode 100644 texlive-fix-system-teckit.patch delete mode 100644 texlive-mpost-CVE-2016-10243.patch delete mode 100644 tl-format.patch delete mode 100644 tl-kpfix.patch diff --git a/texlive-2016-kpathsea-texlive-path.patch b/texlive-2016-kpathsea-texlive-path.patch deleted file mode 100644 index 7b32fb2..0000000 --- a/texlive-2016-kpathsea-texlive-path.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -up source/texk/kpathsea/texmf.cnf.fixme source/texk/kpathsea/texmf.cnf ---- source/texk/kpathsea/texmf.cnf.fixme 2016-10-19 15:35:25.804218872 -0400 -+++ source/texk/kpathsea/texmf.cnf 2016-10-19 15:37:19.308035612 -0400 -@@ -491,17 +491,17 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna - % - TEXMFCNF = {\ - $SELFAUTOLOC,\ --$SELFAUTOLOC/share/texmf-local/web2c,\ --$SELFAUTOLOC/share/texmf-dist/web2c,\ --$SELFAUTOLOC/share/texmf/web2c,\ -+$SELFAUTOLOC/share/texlive/texmf-local/web2c,\ -+$SELFAUTOLOC/share/texlive/texmf-dist/web2c,\ -+$SELFAUTOLOC/share/texlive/texmf/web2c,\ - $SELFAUTOLOC/texmf-local/web2c,\ - $SELFAUTOLOC/texmf-dist/web2c,\ - $SELFAUTOLOC/texmf/web2c,\ - \ - $SELFAUTODIR,\ --$SELFAUTODIR/share/texmf-local/web2c,\ --$SELFAUTODIR/share/texmf-dist/web2c,\ --$SELFAUTODIR/share/texmf/web2c,\ -+$SELFAUTODIR/share/texlive/texmf-local/web2c,\ -+$SELFAUTODIR/share/texlive/texmf-dist/web2c,\ -+$SELFAUTODIR/share/texlive/texmf/web2c,\ - $SELFAUTODIR/texmf-local/web2c,\ - $SELFAUTODIR/texmf-dist/web2c,\ - $SELFAUTODIR/texmf/web2c,\ -@@ -509,9 +509,9 @@ $SELFAUTODIR/texmf/web2c,\ - $SELFAUTOGRANDPARENT/texmf-local/web2c,\ - $SELFAUTOPARENT,\ - \ --$SELFAUTOPARENT/share/texmf-local/web2c,\ --$SELFAUTOPARENT/share/texmf-dist/web2c,\ --$SELFAUTOPARENT/share/texmf/web2c,\ -+$SELFAUTOPARENT/share/texlive/texmf-local/web2c,\ -+$SELFAUTOPARENT/share/texlive/texmf-dist/web2c,\ -+$SELFAUTOPARENT/share/texlive/texmf/web2c,\ - $SELFAUTOPARENT/texmf-local/web2c,\ - $SELFAUTOPARENT/texmf-dist/web2c,\ - $SELFAUTOPARENT/texmf/web2c\ diff --git a/texlive-20160520-selinux-context.patch b/texlive-20160520-selinux-context.patch deleted file mode 100644 index 89334ed..0000000 --- a/texlive-20160520-selinux-context.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -up source/texk/kpathsea/mktexlsr.than source/texk/kpathsea/mktexlsr ---- source/texk/kpathsea/mktexlsr.than 2015-07-28 21:31:52.595540260 -0400 -+++ source/texk/kpathsea/mktexlsr 2015-07-28 21:32:12.347422108 -0400 -@@ -217,7 +217,8 @@ for TEXMFLS_R in "$@"; do - until PERMS=`kpsestat = "$db_file"`; do sleep 1; done - chmod $PERMS "$db_file_tmp" - rm -f "$db_file" -- mv "$db_file_tmp" "$db_file" -+ # selinux fix -+ cp "$db_file_tmp" "$db_file" - rm -rf "$db_dir_tmp" - done - -diff -up source/texk/texlive/linked_scripts/texlive/fmtutil.pl.orig source/texk/texlive/linked_scripts/texlive/fmtutil.pl ---- source/texk/texlive/linked_scripts/texlive/fmtutil.pl.orig 2016-06-22 10:58:50.754708661 -0400 -+++ source/texk/texlive/linked_scripts/texlive/fmtutil.pl 2016-06-22 11:00:32.566943691 -0400 -@@ -679,7 +679,7 @@ sub rebuild_one_format { - } - TeXLive::TLUtils::mkdirhier($fulldestdir); - -- if (!File::Copy::move( "$fmt.log", "$fulldestdir/$fmt.log")) { -+ if (!File::Copy::copy( "$fmt.log", "$fulldestdir/$fmt.log")) { - print_deferred_error("Cannot move $fmt.log to $fulldestdir.\n"); - } - if ($opts{'recorder'}) { -@@ -687,13 +687,13 @@ sub rebuild_one_format { - # package dependencies for each format. Unfortunately omega-based - # engines gratuitiously changed the extension from .fls to .ofl. - my $recfile = $fmt . ($fmt =~ m/^(aleph|lamed)$/ ? ".ofl" : ".fls"); -- if (!File::Copy::move( $recfile, "$fulldestdir/$recfile")) { -+ if (!File::Copy::copy( $recfile, "$fulldestdir/$recfile")) { - print_deferred_error("Cannot move $recfile to $fulldestdir.\n"); - } - } - - my $destfile = "$fulldestdir/$fmtfile"; -- if (File::Copy::move( $fmtfile, $destfile )) { -+ if (File::Copy::copy( $fmtfile, $destfile )) { - print_info("$destfile installed.\n"); - # - # original fmtutil.sh did some magic trick for mplib-luatex.mem diff --git a/texlive-bz979176.patch b/texlive-bz979176.patch deleted file mode 100644 index 869ea1e..0000000 --- a/texlive-bz979176.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up source/texk/kpathsea/mktexlsr.than source/texk/kpathsea/mktexlsr ---- source/texk/kpathsea/mktexlsr.than 2015-04-29 16:52:42.800897655 +0200 -+++ source/texk/kpathsea/mktexlsr 2015-04-29 16:53:12.500695909 +0200 -@@ -66,7 +66,7 @@ if tty -s; then verbose=true; else verbo - dry_run=false - trees= - --treefile="${TMPDIR-/tmp}/mktexlsrtrees$$.tmp" -+treefile=`mktemp -q --tmpdir mktexlsrtrees.XXXXXXXXXX` - trap 'cd /; rm -f $treefile; test -z "$db_dir_tmp" || rm -rf "$db_dir_tmp"; - exit' 0 1 2 3 7 13 15 - diff --git a/texlive-fix-system-teckit.patch b/texlive-fix-system-teckit.patch deleted file mode 100644 index 4410428..0000000 --- a/texlive-fix-system-teckit.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up source/m4/kpse-teckit-flags.m4.fix source/m4/kpse-teckit-flags.m4 ---- source/m4/kpse-teckit-flags.m4.fix 2015-07-28 21:46:52.411157717 -0400 -+++ source/m4/kpse-teckit-flags.m4 2015-07-28 21:47:03.570090966 -0400 -@@ -20,9 +20,8 @@ _KPSE_LIB_FLAGS([teckit], [TECkit], [], - - # KPSE_TECKIT_OPTIONS([WITH-SYSTEM]) - # ---------------------------------- --AC_DEFUN([KPSE_TECKIT_OPTIONS], [_KPSE_LIB_OPTIONS([teckit], [$1], [pkg-config])]) -+AC_DEFUN([KPSE_TECKIT_OPTIONS], [_KPSE_LIB_OPTIONS([teckit], [$1])]) - - # KPSE_TECKIT_SYSTEM_FLAGS --# ------------------------- --AC_DEFUN([KPSE_TECKIT_SYSTEM_FLAGS], [dnl --_KPSE_PKG_CONFIG_FLAGS([teckit], [teckit])]) -+# ------------------------ -+AC_DEFUN([KPSE_TECKIT_SYSTEM_FLAGS], [_KPSE_LIB_FLAGS_SYSTEM([teckit], [TECkit])]) diff --git a/texlive-mpost-CVE-2016-10243.patch b/texlive-mpost-CVE-2016-10243.patch deleted file mode 100644 index 25ea47b..0000000 --- a/texlive-mpost-CVE-2016-10243.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -U0 texlive-2016/source/texk/kpathsea/ChangeLog.than texlive-2016/source/texk/kpathsea/ChangeLog ---- texlive-2016/source/texk/kpathsea/ChangeLog.than 2017-03-07 17:36:09.052243607 +0100 -+++ texlive-2016/source/texk/kpathsea/ChangeLog 2017-03-07 17:36:55.525484239 +0100 -@@ -0,0 +1,5 @@ -+2016-11-30 Karl Berry -+ -+ * texmf.cnf (shell_escape_commands): remove mpost, due to -+ the -tex option. Oops! Report from Bruno Le Floch. -+ -diff -up texlive-2016/source/texk/kpathsea/texmf.cnf.than texlive-2016/source/texk/kpathsea/texmf.cnf ---- texlive-2016/source/texk/kpathsea/texmf.cnf.than 2017-03-07 17:37:14.160778751 +0100 -+++ texlive-2016/source/texk/kpathsea/texmf.cnf 2017-03-07 17:37:39.688812317 +0100 -@@ -568,7 +568,6 @@ extractbb,\ - gregorio,\ - kpsewhich,\ - makeindex,\ --mpost,\ - repstopdf,\ - - % we'd like to allow: diff --git a/texlive.spec b/texlive.spec index d1a5490..478d998 100644 --- a/texlive.spec +++ b/texlive.spec @@ -4,7 +4,7 @@ Name: texlive Version: %{tl_version} -Release: 21 +Release: 22 Epoch: 8 Summary: TeX formatting system License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia @@ -23,6134 +23,6125 @@ Obsoletes: texlive-texmf-errata-east-asian < %{tl_version}, texlive-texmf-e Obsoletes: texlive-texmf-errata-latex < %{tl_version}, texlive-texmf-errata-xetex < %{tl_version} Conflicts: texlive-dvips = 2007 BuildArch: noarch -Patch0001: tl-kpfix.patch -Patch0002: tl-format.patch -Patch0003: texlive-20160520-selinux-context.patch -Patch0004: texlive-fix-system-teckit.patch -Patch0005: texlive-2016-kpathsea-texlive-path.patch -Patch0100: texlive-bz979176.patch Patch0101: etex-addlanguage-fix-bz1215257.patch -Patch0104: texlive-mpost-CVE-2016-10243.patch -Patch0105: texlive-2016-upmendex-crash Patch0106: texlive-bz#1442706-python-path.patch Patch0108: texlive-2017-xepersian-python.patch Source0003: texlive-licenses.tar.xz -Source0100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/12many.tar.xz -Source0101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/12many.doc.tar.xz -Source0103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/2up.tar.xz -Source0104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/2up.doc.tar.xz -Source0105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a0poster.tar.xz -Source0106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a0poster.doc.tar.xz -Source0109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a4wide.tar.xz -Source0110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a4wide.doc.tar.xz -Source0111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a5comb.tar.xz -Source0112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a5comb.doc.tar.xz -Source0113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aastex.tar.xz -Source0114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aastex.doc.tar.xz -Source0116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abbr.tar.xz -Source0117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abbr.doc.tar.xz -Source0118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abc.tar.xz -Source0119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abc.doc.tar.xz -Source0121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abntex2.tar.xz -Source0122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abntex2.doc.tar.xz -Source0123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abraces.tar.xz -Source0124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abraces.doc.tar.xz -Source0125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstract.tar.xz -Source0126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstract.doc.tar.xz -Source0128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstyles.tar.xz -Source0129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstyles.doc.tar.xz -Source0130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/academicons.tar.xz -Source0131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/academicons.doc.tar.xz -Source0132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accanthis.tar.xz -Source0133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accanthis.doc.tar.xz -Source0136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/achemso.tar.xz -Source0137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/achemso.doc.tar.xz -Source0139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmconf.tar.xz -Source0140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmconf.doc.tar.xz -Source0142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acronym.tar.xz -Source0143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acronym.doc.tar.xz -Source0145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acroterm.tar.xz -Source0146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acroterm.doc.tar.xz -Source0148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acro.tar.xz -Source0149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acro.doc.tar.xz -Source0150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/active-conf.tar.xz -Source0151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/active-conf.doc.tar.xz -Source0153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialangle.tar.xz -Source0154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialangle.doc.tar.xz -Source0155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addlines.tar.xz -Source0156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addlines.doc.tar.xz -Source0158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfathesis.tar.xz -Source0159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfathesis.doc.tar.xz -Source0161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adforn.tar.xz -Source0162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adforn.doc.tar.xz -Source0163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfsymbols.tar.xz -Source0164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfsymbols.doc.tar.xz -Source0168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjmulticol.tar.xz -Source0169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjmulticol.doc.tar.xz -Source0171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjustbox.tar.xz -Source0172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjustbox.doc.tar.xz -Source0174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adobemapping.tar.xz -Source0175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adrconv.tar.xz -Source0176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adrconv.doc.tar.xz -Source0178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/advdate.tar.xz -Source0179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/advdate.doc.tar.xz -Source0180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aecc.tar.xz -Source0181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aecc.doc.tar.xz -Source0182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aeguill.tar.xz -Source0183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aeguill.doc.tar.xz -Source0184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ae.tar.xz -Source0185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ae.doc.tar.xz -Source0189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afparticle.tar.xz -Source0190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afparticle.doc.tar.xz -Source0192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afthesis.tar.xz -Source0193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afthesis.doc.tar.xz -Source0194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aguplus.tar.xz -Source0195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aguplus.doc.tar.xz -Source0196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aiaa.tar.xz -Source0197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aiaa.doc.tar.xz -Source0199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aichej.tar.xz -Source0200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ajl.tar.xz -Source0201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akktex.tar.xz -Source0202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akktex.doc.tar.xz -Source0203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akletter.tar.xz -Source0204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akletter.doc.tar.xz -Source0205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alegreya.tar.xz -Source0206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alegreya.doc.tar.xz -Source0219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexconfig.tar.xz -Source0220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-fonts.tar.xz -Source0221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-fonts.doc.tar.xz -Source0222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plain.tar.xz -Source0223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lambda.tar.xz -Source0224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alertmessage.tar.xz -Source0225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alertmessage.doc.tar.xz -Source0227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithm2e.tar.xz -Source0228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithm2e.doc.tar.xz -Source0229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithmicx.tar.xz -Source0230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithmicx.doc.tar.xz -Source0231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithms.tar.xz -Source0232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithms.doc.tar.xz -Source0234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alg.tar.xz -Source0235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alg.doc.tar.xz -Source0237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/allrunes.tar.xz -Source0238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/allrunes.doc.tar.xz -Source0240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/almfixed.tar.xz -Source0241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/almfixed.doc.tar.xz -Source0242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alnumsec.tar.xz -Source0243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alnumsec.doc.tar.xz -Source0245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alterqcm.tar.xz -Source0246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alterqcm.doc.tar.xz -Source0247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/altfont.tar.xz -Source0248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/altfont.doc.tar.xz -Source0250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ametsoc.tar.xz -Source0251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ametsoc.doc.tar.xz -Source0252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amiri.tar.xz -Source0253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amiri.doc.tar.xz -Source0254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsaddr.tar.xz -Source0255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsaddr.doc.tar.xz -Source0257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls.tar.xz -Source0258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls.doc.tar.xz -Source0260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsfonts.tar.xz -Source0261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsfonts.doc.tar.xz -Source0263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amslatex-primer.doc.tar.xz -Source0264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsldoc-it.doc.tar.xz -Source0265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsldoc-vn.doc.tar.xz -Source0266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsmath-it.doc.tar.xz -Source0267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsmath.tar.xz -Source0268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsmath.doc.tar.xz -Source0270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsrefs.tar.xz -Source0271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsrefs.doc.tar.xz -Source0277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsthdoc-it.doc.tar.xz -Source0278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/animate.tar.xz -Source0279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/animate.doc.tar.xz -Source0281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonchap.tar.xz -Source0282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonchap.doc.tar.xz -Source0283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonymouspro.tar.xz -Source0284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonymouspro.doc.tar.xz -Source0286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/answers.tar.xz -Source0287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/answers.doc.tar.xz -Source0289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antiqua.tar.xz -Source0290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antiqua.doc.tar.xz -Source0291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antomega.tar.xz -Source0292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antomega.doc.tar.xz -Source0294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/omega.tar.xz -Source0295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/omega.doc.tar.xz -Source0296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antt.tar.xz -Source0297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antt.doc.tar.xz -Source0298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anufinalexam.doc.tar.xz -Source0299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anyfontsize.tar.xz -Source0300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anyfontsize.doc.tar.xz -Source0301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anysize.tar.xz -Source0302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anysize.doc.tar.xz -Source0303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aobs-tikz.tar.xz -Source0304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aobs-tikz.doc.tar.xz -Source0306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aomart.tar.xz -Source0307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aomart.doc.tar.xz -Source0309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6e.tar.xz -Source0310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6e.doc.tar.xz -Source0312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6.tar.xz -Source0313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6.doc.tar.xz -Source0315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apacite.tar.xz -Source0316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apacite.doc.tar.xz -Source0318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apalike2.tar.xz -Source0319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa.tar.xz -Source0320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa.doc.tar.xz -Source0321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apnum.tar.xz -Source0322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apnum.doc.tar.xz -Source0323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendixnumberbeamer.tar.xz -Source0324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendixnumberbeamer.doc.tar.xz -Source0325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendix.tar.xz -Source0326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendix.doc.tar.xz -Source0328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apprends-latex.doc.tar.xz -Source0329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apptools.tar.xz -Source0330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apptools.doc.tar.xz -Source0332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi.tar.xz -Source0333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi.doc.tar.xz -Source0334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabtex.tar.xz -Source0335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabtex.doc.tar.xz -Source0336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabxetex.tar.xz -Source0337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz -Source0339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aramaic-serto.tar.xz -Source0340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aramaic-serto.doc.tar.xz -Source0344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaic.tar.xz -Source0345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaic.doc.tar.xz -Source0347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arcs.tar.xz -Source0348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arcs.doc.tar.xz -Source0350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arev.tar.xz -Source0351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arev.doc.tar.xz -Source0353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/armtex.tar.xz -Source0354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/armtex.doc.tar.xz -Source0355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/around-the-bend.doc.tar.xz -Source0356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic.tar.xz -Source0357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic.doc.tar.xz -Source0358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arrayjobx.tar.xz -Source0359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz -Source0360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arraysort.tar.xz -Source0361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arraysort.doc.tar.xz -Source0363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arsclassica.tar.xz -Source0364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz -Source0365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/articleingud.tar.xz -Source0366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/articleingud.doc.tar.xz -Source0368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arydshln.tar.xz -Source0369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arydshln.doc.tar.xz -Source0371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asaetr.tar.xz -Source0372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asaetr.doc.tar.xz -Source0373: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Asana-Math.tar.xz -Source0374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Asana-Math.doc.tar.xz -Source0375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascelike.tar.xz -Source0376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascelike.doc.tar.xz -Source0377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascii-chart.doc.tar.xz -Source0378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascii-font.tar.xz -Source0379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascii-font.doc.tar.xz -Source0381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/askmaps.tar.xz -Source0382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/askmaps.doc.tar.xz -Source0383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aspectratio.tar.xz -Source0384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz -Source0385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assignment.tar.xz -Source0386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assignment.doc.tar.xz -Source0387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assoccnt.tar.xz -Source0388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assoccnt.doc.tar.xz -Source0389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/astro.tar.xz -Source0390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/astro.doc.tar.xz -Source0391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asyfig.tar.xz -Source0392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asyfig.doc.tar.xz -Source0394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asypictureb.tar.xz -Source0395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asypictureb.doc.tar.xz -Source0397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile.tar.xz -Source0398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile.doc.tar.xz -Source0400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/augie.tar.xz -Source0401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/augie.doc.tar.xz -Source0402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auncial-new.tar.xz -Source0403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz -Source0405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurical.tar.xz -Source0406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurical.doc.tar.xz -Source0407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authoraftertitle.tar.xz -Source0408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz -Source0411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoarea.tar.xz -Source0412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoarea.doc.tar.xz -Source0413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/automata.tar.xz -Source0414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/automata.doc.tar.xz -Source0415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autonum.tar.xz -Source0416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autonum.doc.tar.xz -Source0418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autopdf.tar.xz -Source0419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autopdf.doc.tar.xz -Source0421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz -Source0422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz -Source0424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/avantgar.tar.xz -Source0425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/avremu.tar.xz -Source0426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/avremu.doc.tar.xz -Source0428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/b1encoding.tar.xz -Source0429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz -Source0431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-albanian.tar.xz -Source0432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-albanian.doc.tar.xz -Source0437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-basque.tar.xz -Source0438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-basque.doc.tar.xz -Source0440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babelbib.tar.xz -Source0441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babelbib.doc.tar.xz -Source0442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bosnian.tar.xz -Source0443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bosnian.doc.tar.xz -Source0445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-breton.tar.xz -Source0446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-breton.doc.tar.xz -Source0448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bulgarian.tar.xz -Source0449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bulgarian.doc.tar.xz -Source0451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-catalan.tar.xz -Source0452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-catalan.doc.tar.xz -Source0454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-croatian.tar.xz -Source0455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-croatian.doc.tar.xz -Source0457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-czech.tar.xz -Source0458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-czech.doc.tar.xz -Source0460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-danish.tar.xz -Source0461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-danish.doc.tar.xz -Source0463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-dutch.tar.xz -Source0464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-dutch.doc.tar.xz -Source0466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-english.tar.xz -Source0467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-english.doc.tar.xz -Source0469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-esperanto.tar.xz -Source0470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-esperanto.doc.tar.xz -Source0472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-estonian.tar.xz -Source0473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-estonian.doc.tar.xz -Source0475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-finnish.tar.xz -Source0476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-finnish.doc.tar.xz -Source0478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-french.tar.xz -Source0479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-french.doc.tar.xz -Source0481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-friulan.tar.xz -Source0482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-friulan.doc.tar.xz -Source0484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-galician.tar.xz -Source0485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-galician.doc.tar.xz -Source0487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-georgian.tar.xz -Source0488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-georgian.doc.tar.xz -Source0489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-german.tar.xz -Source0490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-german.doc.tar.xz -Source0492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-greek.tar.xz -Source0493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-greek.doc.tar.xz -Source0495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hebrew.tar.xz -Source0496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hebrew.doc.tar.xz -Source0498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hungarian.tar.xz -Source0499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hungarian.doc.tar.xz -Source0500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-icelandic.tar.xz -Source0501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-icelandic.doc.tar.xz -Source0503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-interlingua.tar.xz -Source0504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-interlingua.doc.tar.xz -Source0506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-irish.tar.xz -Source0507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-irish.doc.tar.xz -Source0509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-italian.tar.xz -Source0510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-italian.doc.tar.xz -Source0512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-kurmanji.tar.xz -Source0513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-kurmanji.doc.tar.xz -Source0515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latin.tar.xz -Source0516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latin.doc.tar.xz -Source0518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latvian.tar.xz -Source0519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latvian.doc.tar.xz -Source0521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-norsk.tar.xz -Source0522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-norsk.doc.tar.xz -Source0524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-piedmontese.tar.xz -Source0525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-piedmontese.doc.tar.xz -Source0527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-polish.tar.xz -Source0528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-polish.doc.tar.xz -Source0530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-portuges.tar.xz -Source0531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-portuges.doc.tar.xz -Source0533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romanian.tar.xz -Source0534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romanian.doc.tar.xz -Source0536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romansh.tar.xz -Source0537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romansh.doc.tar.xz -Source0539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-russian.tar.xz -Source0540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-russian.doc.tar.xz -Source0542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-samin.tar.xz -Source0543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-samin.doc.tar.xz -Source0545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-scottish.tar.xz -Source0546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-scottish.doc.tar.xz -Source0548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbianc.tar.xz -Source0549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbianc.doc.tar.xz -Source0551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbian.tar.xz -Source0552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbian.doc.tar.xz -Source0554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovak.tar.xz -Source0555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovak.doc.tar.xz -Source0557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovenian.tar.xz -Source0558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovenian.doc.tar.xz -Source0560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-sorbian.tar.xz -Source0561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-sorbian.doc.tar.xz -Source0563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-spanglish.tar.xz -Source0564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-spanglish.doc.tar.xz -Source0565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-spanish.tar.xz -Source0566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-spanish.doc.tar.xz -Source0568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-swedish.tar.xz -Source0569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-swedish.doc.tar.xz -Source0571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-thai.tar.xz -Source0572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-thai.doc.tar.xz -Source0574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel.tar.xz -Source0575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel.doc.tar.xz -Source0577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-turkish.tar.xz -Source0578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-turkish.doc.tar.xz -Source0580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-ukrainian.tar.xz -Source0581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-ukrainian.doc.tar.xz -Source0583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-vietnamese.tar.xz -Source0585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-welsh.tar.xz -Source0586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-welsh.doc.tar.xz -Source0588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/background.tar.xz -Source0589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/background.doc.tar.xz -Source0591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/backnaur.tar.xz -Source0592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/backnaur.doc.tar.xz -Source0594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bagpipe.tar.xz -Source0595: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bagpipe.doc.tar.xz -Source0596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorcsthesis.tar.xz -Source0597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorcsthesis.doc.tar.xz -Source0599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangtex.tar.xz -Source0600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangtex.doc.tar.xz -Source0601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bankstatement.tar.xz -Source0602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bankstatement.doc.tar.xz -Source0603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barcodes.tar.xz -Source0604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barcodes.doc.tar.xz -Source0606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bardiag.tar.xz -Source0607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bardiag.doc.tar.xz -Source0608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barr.tar.xz -Source0609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barr.doc.tar.xz -Source0610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz -Source0611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz -Source0612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bashful.tar.xz -Source0613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bashful.doc.tar.xz -Source0614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basicarith.tar.xz -Source0615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basicarith.doc.tar.xz -Source0617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervald.tar.xz -Source0618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervald.doc.tar.xz -Source0620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervaldx.tar.xz -Source0621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervaldx.doc.tar.xz -Source0622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-book.tar.xz -Source0623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-book.doc.tar.xz -Source0625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-date.tar.xz -Source0626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-date.doc.tar.xz -Source0628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbcard.tar.xz -Source0629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbcard.doc.tar.xz -Source0630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbding.tar.xz -Source0631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbding.doc.tar.xz -Source0633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm-macros.tar.xz -Source0634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz -Source0636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm.tar.xz -Source0637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm.doc.tar.xz -Source0638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold.tar.xz -Source0639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold.doc.tar.xz -Source0641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold-type1.tar.xz -Source0642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz -Source0643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bchart.tar.xz -Source0644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bchart.doc.tar.xz -Source0645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bclogo.tar.xz -Source0646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bclogo.doc.tar.xz -Source0647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer2thesis.tar.xz -Source0648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz -Source0649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beameraudience.tar.xz -Source0650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz -Source0651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerdarkthemes.tar.xz -Source0652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerdarkthemes.doc.tar.xz -Source0653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz -Source0654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerposter.tar.xz -Source0655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz -Source0656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamersubframe.tar.xz -Source0657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz -Source0659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz -Source0660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz -Source0661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz -Source0662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-phnompenh.tar.xz -Source0663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-phnompenh.doc.tar.xz -Source0664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-upenn-bc.tar.xz -Source0665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.tar.xz -Source0666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer.tar.xz -Source0667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer.doc.tar.xz -Source0668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf.tar.xz -Source0669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf.doc.tar.xz -Source0671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xkeyval.tar.xz -Source0672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz -Source0674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor.tar.xz -Source0675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor.doc.tar.xz -Source0677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-tut-pt.doc.tar.xz +Source0100: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/12many.tar.xz +Source0101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/12many.doc.tar.xz +Source0103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/2up.tar.xz +Source0104: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/2up.doc.tar.xz +Source0105: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/a0poster.tar.xz +Source0106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/a0poster.doc.tar.xz +Source0109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/a4wide.tar.xz +Source0110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/a4wide.doc.tar.xz +Source0111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/a5comb.tar.xz +Source0112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/a5comb.doc.tar.xz +Source0113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aastex.tar.xz +Source0114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aastex.doc.tar.xz +Source0116: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abbr.tar.xz +Source0117: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abbr.doc.tar.xz +Source0118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abc.tar.xz +Source0119: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abc.doc.tar.xz +Source0121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abntex2.tar.xz +Source0122: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abntex2.doc.tar.xz +Source0123: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abraces.tar.xz +Source0124: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abraces.doc.tar.xz +Source0125: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abstract.tar.xz +Source0126: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abstract.doc.tar.xz +Source0128: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abstyles.tar.xz +Source0129: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abstyles.doc.tar.xz +Source0130: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/academicons.tar.xz +Source0131: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/academicons.doc.tar.xz +Source0132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/accanthis.tar.xz +Source0133: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/accanthis.doc.tar.xz +Source0136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/achemso.tar.xz +Source0137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/achemso.doc.tar.xz +Source0139: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acmconf.tar.xz +Source0140: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acmconf.doc.tar.xz +Source0142: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acronym.tar.xz +Source0143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acronym.doc.tar.xz +Source0145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acroterm.tar.xz +Source0146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acroterm.doc.tar.xz +Source0148: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acro.tar.xz +Source0149: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acro.doc.tar.xz +Source0150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/active-conf.tar.xz +Source0151: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/active-conf.doc.tar.xz +Source0153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/actuarialangle.tar.xz +Source0154: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/actuarialangle.doc.tar.xz +Source0155: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/addlines.tar.xz +Source0156: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/addlines.doc.tar.xz +Source0158: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adfathesis.tar.xz +Source0159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adfathesis.doc.tar.xz +Source0161: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adforn.tar.xz +Source0162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adforn.doc.tar.xz +Source0163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adfsymbols.tar.xz +Source0164: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adfsymbols.doc.tar.xz +Source0168: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adjmulticol.tar.xz +Source0169: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adjmulticol.doc.tar.xz +Source0171: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adjustbox.tar.xz +Source0172: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adjustbox.doc.tar.xz +Source0174: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adobemapping.tar.xz +Source0175: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adrconv.tar.xz +Source0176: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adrconv.doc.tar.xz +Source0178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/advdate.tar.xz +Source0179: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/advdate.doc.tar.xz +Source0180: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aecc.tar.xz +Source0181: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aecc.doc.tar.xz +Source0182: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aeguill.tar.xz +Source0183: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aeguill.doc.tar.xz +Source0184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ae.tar.xz +Source0185: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ae.doc.tar.xz +Source0189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/afparticle.tar.xz +Source0190: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/afparticle.doc.tar.xz +Source0192: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/afthesis.tar.xz +Source0193: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/afthesis.doc.tar.xz +Source0194: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aguplus.tar.xz +Source0195: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aguplus.doc.tar.xz +Source0196: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aiaa.tar.xz +Source0197: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aiaa.doc.tar.xz +Source0199: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aichej.tar.xz +Source0200: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ajl.tar.xz +Source0201: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/akktex.tar.xz +Source0202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/akktex.doc.tar.xz +Source0203: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/akletter.tar.xz +Source0204: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/akletter.doc.tar.xz +Source0205: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alegreya.tar.xz +Source0206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alegreya.doc.tar.xz +Source0219: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexconfig.tar.xz +Source0220: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-fonts.tar.xz +Source0221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-fonts.doc.tar.xz +Source0222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plain.tar.xz +Source0223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lambda.tar.xz +Source0224: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alertmessage.tar.xz +Source0225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alertmessage.doc.tar.xz +Source0227: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algorithm2e.tar.xz +Source0228: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algorithm2e.doc.tar.xz +Source0229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algorithmicx.tar.xz +Source0230: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algorithmicx.doc.tar.xz +Source0231: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algorithms.tar.xz +Source0232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algorithms.doc.tar.xz +Source0234: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alg.tar.xz +Source0235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alg.doc.tar.xz +Source0237: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/allrunes.tar.xz +Source0238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/allrunes.doc.tar.xz +Source0240: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/almfixed.tar.xz +Source0241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/almfixed.doc.tar.xz +Source0242: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alnumsec.tar.xz +Source0243: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alnumsec.doc.tar.xz +Source0245: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alterqcm.tar.xz +Source0246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alterqcm.doc.tar.xz +Source0247: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/altfont.tar.xz +Source0248: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/altfont.doc.tar.xz +Source0250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ametsoc.tar.xz +Source0251: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ametsoc.doc.tar.xz +Source0252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amiri.tar.xz +Source0253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amiri.doc.tar.xz +Source0254: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsaddr.tar.xz +Source0255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsaddr.doc.tar.xz +Source0257: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amscls.tar.xz +Source0258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amscls.doc.tar.xz +Source0260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsfonts.tar.xz +Source0261: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsfonts.doc.tar.xz +Source0263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amslatex-primer.doc.tar.xz +Source0264: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsldoc-it.doc.tar.xz +Source0265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsldoc-vn.doc.tar.xz +Source0266: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsmath-it.doc.tar.xz +Source0267: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsmath.tar.xz +Source0268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsmath.doc.tar.xz +Source0270: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsrefs.tar.xz +Source0271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsrefs.doc.tar.xz +Source0277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amsthdoc-it.doc.tar.xz +Source0278: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/animate.tar.xz +Source0279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/animate.doc.tar.xz +Source0281: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anonchap.tar.xz +Source0282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anonchap.doc.tar.xz +Source0283: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anonymouspro.tar.xz +Source0284: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anonymouspro.doc.tar.xz +Source0286: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/answers.tar.xz +Source0287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/answers.doc.tar.xz +Source0289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/antiqua.tar.xz +Source0290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/antiqua.doc.tar.xz +Source0291: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/antomega.tar.xz +Source0292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/antomega.doc.tar.xz +Source0294: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/omega.tar.xz +Source0295: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/omega.doc.tar.xz +Source0296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/antt.tar.xz +Source0297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/antt.doc.tar.xz +Source0298: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anufinalexam.doc.tar.xz +Source0299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anyfontsize.tar.xz +Source0300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anyfontsize.doc.tar.xz +Source0301: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anysize.tar.xz +Source0302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/anysize.doc.tar.xz +Source0303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aobs-tikz.tar.xz +Source0304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aobs-tikz.doc.tar.xz +Source0306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aomart.tar.xz +Source0307: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aomart.doc.tar.xz +Source0309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apa6e.tar.xz +Source0310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apa6e.doc.tar.xz +Source0312: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apa6.tar.xz +Source0313: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apa6.doc.tar.xz +Source0315: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apacite.tar.xz +Source0316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apacite.doc.tar.xz +Source0318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apalike2.tar.xz +Source0319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apa.tar.xz +Source0320: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apa.doc.tar.xz +Source0321: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apnum.tar.xz +Source0322: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apnum.doc.tar.xz +Source0323: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/appendixnumberbeamer.tar.xz +Source0324: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/appendixnumberbeamer.doc.tar.xz +Source0325: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/appendix.tar.xz +Source0326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/appendix.doc.tar.xz +Source0328: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apprends-latex.doc.tar.xz +Source0329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apptools.tar.xz +Source0330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apptools.doc.tar.xz +Source0332: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabi.tar.xz +Source0333: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabi.doc.tar.xz +Source0334: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabtex.tar.xz +Source0335: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabtex.doc.tar.xz +Source0336: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabxetex.tar.xz +Source0337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabxetex.doc.tar.xz +Source0339: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aramaic-serto.tar.xz +Source0340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aramaic-serto.doc.tar.xz +Source0344: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/archaic.tar.xz +Source0345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/archaic.doc.tar.xz +Source0347: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arcs.tar.xz +Source0348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arcs.doc.tar.xz +Source0350: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arev.tar.xz +Source0351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arev.doc.tar.xz +Source0353: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/armtex.tar.xz +Source0354: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/armtex.doc.tar.xz +Source0355: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/around-the-bend.doc.tar.xz +Source0356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arphic.tar.xz +Source0357: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arphic.doc.tar.xz +Source0358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arrayjobx.tar.xz +Source0359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arrayjobx.doc.tar.xz +Source0360: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arraysort.tar.xz +Source0361: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arraysort.doc.tar.xz +Source0363: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arsclassica.tar.xz +Source0364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arsclassica.doc.tar.xz +Source0365: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/articleingud.tar.xz +Source0366: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/articleingud.doc.tar.xz +Source0368: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arydshln.tar.xz +Source0369: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arydshln.doc.tar.xz +Source0371: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asaetr.tar.xz +Source0372: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asaetr.doc.tar.xz +Source0373: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/Asana-Math.tar.xz +Source0374: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/Asana-Math.doc.tar.xz +Source0375: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ascelike.tar.xz +Source0376: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ascelike.doc.tar.xz +Source0377: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ascii-chart.doc.tar.xz +Source0378: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ascii-font.tar.xz +Source0379: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ascii-font.doc.tar.xz +Source0381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/askmaps.tar.xz +Source0382: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/askmaps.doc.tar.xz +Source0383: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aspectratio.tar.xz +Source0384: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aspectratio.doc.tar.xz +Source0385: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/assignment.tar.xz +Source0386: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/assignment.doc.tar.xz +Source0387: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/assoccnt.tar.xz +Source0388: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/assoccnt.doc.tar.xz +Source0389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/astro.tar.xz +Source0390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/astro.doc.tar.xz +Source0391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asyfig.tar.xz +Source0392: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asyfig.doc.tar.xz +Source0394: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asypictureb.tar.xz +Source0395: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asypictureb.doc.tar.xz +Source0397: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/attachfile.tar.xz +Source0398: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/attachfile.doc.tar.xz +Source0400: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/augie.tar.xz +Source0401: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/augie.doc.tar.xz +Source0402: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/auncial-new.tar.xz +Source0403: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/auncial-new.doc.tar.xz +Source0405: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aurical.tar.xz +Source0406: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aurical.doc.tar.xz +Source0407: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/authoraftertitle.tar.xz +Source0408: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/authoraftertitle.doc.tar.xz +Source0411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autoarea.tar.xz +Source0412: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autoarea.doc.tar.xz +Source0413: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/automata.tar.xz +Source0414: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/automata.doc.tar.xz +Source0415: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autonum.tar.xz +Source0416: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autonum.doc.tar.xz +Source0418: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autopdf.tar.xz +Source0419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autopdf.doc.tar.xz +Source0421: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/auto-pst-pdf.tar.xz +Source0422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/auto-pst-pdf.doc.tar.xz +Source0424: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/avantgar.tar.xz +Source0425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/avremu.tar.xz +Source0426: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/avremu.doc.tar.xz +Source0428: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/b1encoding.tar.xz +Source0429: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/b1encoding.doc.tar.xz +Source0431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-albanian.tar.xz +Source0432: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-albanian.doc.tar.xz +Source0437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-basque.tar.xz +Source0438: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-basque.doc.tar.xz +Source0440: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babelbib.tar.xz +Source0441: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babelbib.doc.tar.xz +Source0442: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-bosnian.tar.xz +Source0443: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-bosnian.doc.tar.xz +Source0445: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-breton.tar.xz +Source0446: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-breton.doc.tar.xz +Source0448: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-bulgarian.tar.xz +Source0449: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-bulgarian.doc.tar.xz +Source0451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-catalan.tar.xz +Source0452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-catalan.doc.tar.xz +Source0454: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-croatian.tar.xz +Source0455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-croatian.doc.tar.xz +Source0457: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-czech.tar.xz +Source0458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-czech.doc.tar.xz +Source0460: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-danish.tar.xz +Source0461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-danish.doc.tar.xz +Source0463: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-dutch.tar.xz +Source0464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-dutch.doc.tar.xz +Source0466: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-english.tar.xz +Source0467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-english.doc.tar.xz +Source0469: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-esperanto.tar.xz +Source0470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-esperanto.doc.tar.xz +Source0472: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-estonian.tar.xz +Source0473: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-estonian.doc.tar.xz +Source0475: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-finnish.tar.xz +Source0476: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-finnish.doc.tar.xz +Source0478: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-french.tar.xz +Source0479: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-french.doc.tar.xz +Source0481: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-friulan.tar.xz +Source0482: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-friulan.doc.tar.xz +Source0484: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-galician.tar.xz +Source0485: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-galician.doc.tar.xz +Source0487: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-georgian.tar.xz +Source0488: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-georgian.doc.tar.xz +Source0489: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-german.tar.xz +Source0490: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-german.doc.tar.xz +Source0492: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-greek.tar.xz +Source0493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-greek.doc.tar.xz +Source0495: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-hebrew.tar.xz +Source0496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-hebrew.doc.tar.xz +Source0498: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-hungarian.tar.xz +Source0499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-hungarian.doc.tar.xz +Source0500: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-icelandic.tar.xz +Source0501: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-icelandic.doc.tar.xz +Source0503: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-interlingua.tar.xz +Source0504: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-interlingua.doc.tar.xz +Source0506: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-irish.tar.xz +Source0507: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-irish.doc.tar.xz +Source0509: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-italian.tar.xz +Source0510: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-italian.doc.tar.xz +Source0512: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-kurmanji.tar.xz +Source0513: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-kurmanji.doc.tar.xz +Source0515: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-latin.tar.xz +Source0516: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-latin.doc.tar.xz +Source0518: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-latvian.tar.xz +Source0519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-latvian.doc.tar.xz +Source0521: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-norsk.tar.xz +Source0522: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-norsk.doc.tar.xz +Source0524: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-piedmontese.tar.xz +Source0525: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-piedmontese.doc.tar.xz +Source0527: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-polish.tar.xz +Source0528: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-polish.doc.tar.xz +Source0530: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-portuges.tar.xz +Source0531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-portuges.doc.tar.xz +Source0533: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-romanian.tar.xz +Source0534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-romanian.doc.tar.xz +Source0536: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-romansh.tar.xz +Source0537: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-romansh.doc.tar.xz +Source0539: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-russian.tar.xz +Source0540: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-russian.doc.tar.xz +Source0542: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-samin.tar.xz +Source0543: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-samin.doc.tar.xz +Source0545: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-scottish.tar.xz +Source0546: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-scottish.doc.tar.xz +Source0548: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-serbianc.tar.xz +Source0549: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-serbianc.doc.tar.xz +Source0551: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-serbian.tar.xz +Source0552: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-serbian.doc.tar.xz +Source0554: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-slovak.tar.xz +Source0555: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-slovak.doc.tar.xz +Source0557: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-slovenian.tar.xz +Source0558: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-slovenian.doc.tar.xz +Source0560: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-sorbian.tar.xz +Source0561: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-sorbian.doc.tar.xz +Source0563: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-spanglish.tar.xz +Source0564: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-spanglish.doc.tar.xz +Source0565: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-spanish.tar.xz +Source0566: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-spanish.doc.tar.xz +Source0568: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-swedish.tar.xz +Source0569: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-swedish.doc.tar.xz +Source0571: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-thai.tar.xz +Source0572: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-thai.doc.tar.xz +Source0574: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel.tar.xz +Source0575: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel.doc.tar.xz +Source0577: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-turkish.tar.xz +Source0578: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-turkish.doc.tar.xz +Source0580: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-ukrainian.tar.xz +Source0581: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-ukrainian.doc.tar.xz +Source0583: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-vietnamese.tar.xz +Source0585: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-welsh.tar.xz +Source0586: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-welsh.doc.tar.xz +Source0588: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/background.tar.xz +Source0589: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/background.doc.tar.xz +Source0591: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/backnaur.tar.xz +Source0592: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/backnaur.doc.tar.xz +Source0594: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bagpipe.tar.xz +Source0595: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bagpipe.doc.tar.xz +Source0596: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bangorcsthesis.tar.xz +Source0597: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bangorcsthesis.doc.tar.xz +Source0599: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bangtex.tar.xz +Source0600: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bangtex.doc.tar.xz +Source0601: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bankstatement.tar.xz +Source0602: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bankstatement.doc.tar.xz +Source0603: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/barcodes.tar.xz +Source0604: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/barcodes.doc.tar.xz +Source0606: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bardiag.tar.xz +Source0607: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bardiag.doc.tar.xz +Source0608: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/barr.tar.xz +Source0609: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/barr.doc.tar.xz +Source0610: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bartel-chess-fonts.tar.xz +Source0611: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bartel-chess-fonts.doc.tar.xz +Source0612: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bashful.tar.xz +Source0613: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bashful.doc.tar.xz +Source0614: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/basicarith.tar.xz +Source0615: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/basicarith.doc.tar.xz +Source0617: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baskervald.tar.xz +Source0618: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baskervald.doc.tar.xz +Source0620: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baskervaldx.tar.xz +Source0621: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baskervaldx.doc.tar.xz +Source0622: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/basque-book.tar.xz +Source0623: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/basque-book.doc.tar.xz +Source0625: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/basque-date.tar.xz +Source0626: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/basque-date.doc.tar.xz +Source0628: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbcard.tar.xz +Source0629: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbcard.doc.tar.xz +Source0630: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbding.tar.xz +Source0631: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbding.doc.tar.xz +Source0633: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbm-macros.tar.xz +Source0634: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbm-macros.doc.tar.xz +Source0636: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbm.tar.xz +Source0637: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbm.doc.tar.xz +Source0638: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbold.tar.xz +Source0639: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbold.doc.tar.xz +Source0641: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbold-type1.tar.xz +Source0642: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bbold-type1.doc.tar.xz +Source0643: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bchart.tar.xz +Source0644: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bchart.doc.tar.xz +Source0645: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bclogo.tar.xz +Source0646: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bclogo.doc.tar.xz +Source0647: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer2thesis.tar.xz +Source0648: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer2thesis.doc.tar.xz +Source0649: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beameraudience.tar.xz +Source0650: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beameraudience.doc.tar.xz +Source0651: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerdarkthemes.tar.xz +Source0652: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerdarkthemes.doc.tar.xz +Source0653: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer-FUBerlin.doc.tar.xz +Source0654: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerposter.tar.xz +Source0655: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerposter.doc.tar.xz +Source0656: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamersubframe.tar.xz +Source0657: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamersubframe.doc.tar.xz +Source0659: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerthemejltree.tar.xz +Source0660: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerthemenirma.tar.xz +Source0661: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerthemenirma.doc.tar.xz +Source0662: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-phnompenh.tar.xz +Source0663: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-phnompenh.doc.tar.xz +Source0664: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-upenn-bc.tar.xz +Source0665: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-upenn-bc.doc.tar.xz +Source0666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer.tar.xz +Source0667: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer.doc.tar.xz +Source0668: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf.tar.xz +Source0669: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf.doc.tar.xz +Source0671: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xkeyval.tar.xz +Source0672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xkeyval.doc.tar.xz +Source0674: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcolor.tar.xz +Source0675: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcolor.doc.tar.xz +Source0677: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer-tut-pt.doc.tar.xz Source0678: beebe-clean.tar.xz -Source0679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begingreek.tar.xz -Source0680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begingreek.doc.tar.xz -Source0682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begriff.tar.xz -Source0683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begriff.doc.tar.xz -Source0684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/belleek.tar.xz -Source0685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/belleek.doc.tar.xz -Source0687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bengali.tar.xz -Source0688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bengali.doc.tar.xz -Source0690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bera.tar.xz -Source0691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bera.doc.tar.xz -Source0692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/berenisadf.tar.xz -Source0693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz -Source0694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/besjournals.tar.xz -Source0695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/besjournals.doc.tar.xz -Source0696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/betababel.tar.xz -Source0697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/betababel.doc.tar.xz -Source0698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beton.tar.xz -Source0699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beton.doc.tar.xz -Source0701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bewerbung.tar.xz -Source0702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bewerbung.doc.tar.xz -Source0704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bez123.tar.xz -Source0705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bez123.doc.tar.xz -Source0707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bezos.tar.xz -Source0708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bezos.doc.tar.xz -Source0709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bgreek.tar.xz -Source0710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bgreek.doc.tar.xz -Source0711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bgteubner.tar.xz -Source0712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz -Source0714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bguq.tar.xz -Source0715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bguq.doc.tar.xz -Source0717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bhcexam.tar.xz -Source0718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz -Source0720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibarts.tar.xz -Source0721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibarts.doc.tar.xz -Source0726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bib-fr.tar.xz -Source0727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz -Source0728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibhtml.tar.xz -Source0729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz -Source0730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-anonymous.tar.xz -Source0731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-anonymous.doc.tar.xz -Source0732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-apa.tar.xz -Source0733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz -Source0734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinarticle.tar.xz -Source0735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinarticle.doc.tar.xz -Source0736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz -Source0737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz -Source0738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz -Source0739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz -Source0740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chem.tar.xz -Source0741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz -Source0742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz -Source0743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz -Source0744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-dw.tar.xz -Source0745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz -Source0746: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz -Source0747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz -Source0748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gost.tar.xz -Source0749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz -Source0750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-historian.tar.xz -Source0751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz -Source0752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz -Source0753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz -Source0754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz -Source0755: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz -Source0756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz -Source0757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz -Source0758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.tar.xz -Source0759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.doc.tar.xz -Source0760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-mla.tar.xz -Source0761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz -Source0762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-multiple-dm.tar.xz -Source0763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-multiple-dm.doc.tar.xz -Source0764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz -Source0765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz -Source0766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nature.tar.xz -Source0767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz -Source0768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz -Source0769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz -Source0770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.tar.xz -Source0771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.doc.tar.xz -Source0772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz -Source0773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz -Source0775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-phys.tar.xz -Source0776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz -Source0777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-publist.tar.xz -Source0778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz -Source0779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-realauthor.tar.xz -Source0780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-realauthor.doc.tar.xz -Source0781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-science.tar.xz -Source0782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz -Source0783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-source-division.tar.xz -Source0784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-source-division.doc.tar.xz -Source0785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-subseries.tar.xz -Source0786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-subseries.doc.tar.xz -Source0787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz -Source0788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz -Source0789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex.tar.xz -Source0790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex.doc.tar.xz -Source0791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-trad.tar.xz -Source0792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz -Source0793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.tar.xz -Source0794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.doc.tar.xz -Source0795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-french.tar.xz -Source0796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz -Source0798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-german.tar.xz -Source0799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz -Source0800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-lds.tar.xz -Source0801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz -Source0803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz -Source0804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz -Source0806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-parse.tar.xz -Source0807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz -Source0808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref.tar.xz -Source0809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref.doc.tar.xz -Source0811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblist.tar.xz -Source0812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblist.doc.tar.xz -Source0819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz -Source0820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz -Source0822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopic.tar.xz -Source0823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz -Source0825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibunits.tar.xz -Source0826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibunits.doc.tar.xz -Source0828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi-atbegshi.tar.xz -Source0829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi-atbegshi.doc.tar.xz -Source0830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidicontour.tar.xz -Source0831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidicontour.doc.tar.xz -Source0832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidihl.tar.xz -Source0833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidihl.doc.tar.xz -Source0834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipagegrid.tar.xz -Source0835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipagegrid.doc.tar.xz -Source0836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipresentation.tar.xz -Source0837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipresentation.doc.tar.xz -Source0838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidishadowtext.tar.xz -Source0839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidishadowtext.doc.tar.xz -Source0840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi.tar.xz -Source0841: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi.doc.tar.xz -Source0843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigfoot.tar.xz -Source0844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz -Source0846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigints.tar.xz -Source0847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigints.doc.tar.xz -Source0848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binomexp.tar.xz -Source0849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binomexp.doc.tar.xz -Source0851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biocon.tar.xz -Source0852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biocon.doc.tar.xz -Source0853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitelist.tar.xz -Source0854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitelist.doc.tar.xz -Source0856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bizcard.tar.xz -Source0857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bizcard.doc.tar.xz -Source0859: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blacklettert1.tar.xz -Source0860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz -Source0862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blindtext.tar.xz -Source0863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blindtext.doc.tar.xz -Source0865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blkarray.tar.xz -Source0866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blkarray.doc.tar.xz -Source0867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blochsphere.tar.xz -Source0868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blochsphere.doc.tar.xz -Source0870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz -Source0871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz -Source0872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/block.tar.xz -Source0873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/block.doc.tar.xz -Source0874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bloques.tar.xz -Source0875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bloques.doc.tar.xz -Source0879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blox.tar.xz -Source0880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blox.doc.tar.xz -Source0882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bnumexpr.tar.xz -Source0883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bnumexpr.doc.tar.xz -Source0885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bodegraph.tar.xz -Source0886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz -Source0887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bohr.tar.xz -Source0888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bohr.doc.tar.xz -Source0889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boisik.tar.xz -Source0890: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boisik.doc.tar.xz -Source0891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boites.tar.xz -Source0892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boites.doc.tar.xz -Source0894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bold-extra.tar.xz -Source0895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz -Source0896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boldtensors.tar.xz -Source0897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz -Source0898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraphs.tar.xz -Source0899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraphs.doc.tar.xz -Source0901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraph.tar.xz -Source0902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz -Source0903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookcover.tar.xz -Source0904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookcover.doc.tar.xz -Source0906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookdb.tar.xz -Source0907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookdb.doc.tar.xz -Source0908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookest.tar.xz -Source0909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookest.doc.tar.xz -Source0910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookhands.tar.xz -Source0911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookhands.doc.tar.xz -Source0913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booklet.tar.xz -Source0914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booklet.doc.tar.xz -Source0916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookman.tar.xz -Source0917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs-de.doc.tar.xz -Source0918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs-fr.doc.tar.xz -Source0919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs.tar.xz -Source0920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs.doc.tar.xz -Source0922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boolexpr.tar.xz -Source0923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz -Source0925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boondox.tar.xz -Source0926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boondox.doc.tar.xz -Source0927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bophook.tar.xz -Source0928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bophook.doc.tar.xz -Source0930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/borceux.tar.xz -Source0931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/borceux.doc.tar.xz -Source0932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bosisio.tar.xz -Source0933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bosisio.doc.tar.xz -Source0935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxedminipage2e.tar.xz -Source0936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxedminipage2e.doc.tar.xz -Source0938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxedminipage.tar.xz -Source0939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz -Source0940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxhandler.tar.xz -Source0941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz -Source0943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpchem.tar.xz -Source0944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpchem.doc.tar.xz -Source0946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpolynomial.tar.xz -Source0947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz -Source0948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bracketkey.tar.xz -Source0949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz -Source0950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braids.tar.xz -Source0951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braids.doc.tar.xz -Source0953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braille.tar.xz -Source0954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braille.doc.tar.xz -Source0955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braket.tar.xz -Source0956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braket.doc.tar.xz -Source0957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-dissertation.tar.xz -Source0958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-dissertation.doc.tar.xz -Source0960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakurl.tar.xz -Source0961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakurl.doc.tar.xz -Source0963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breqn.tar.xz -Source0964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breqn.doc.tar.xz -Source0966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/br-lex.tar.xz -Source0967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/br-lex.doc.tar.xz -Source0968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bropd.tar.xz -Source0969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bropd.doc.tar.xz -Source0971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brushscr.tar.xz -Source0972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brushscr.doc.tar.xz -Source0973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bullcntr.tar.xz -Source0974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz -Source0978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/burmese.tar.xz -Source0979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/burmese.doc.tar.xz -Source0981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bussproofs.tar.xz -Source0982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz -Source0983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxbase.tar.xz -Source0984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxbase.doc.tar.xz -Source0985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcjkjatype.tar.xz -Source0986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcjkjatype.doc.tar.xz -Source0987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdpx-beamer.tar.xz -Source0988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdpx-beamer.doc.tar.xz -Source0989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxeepic.tar.xz -Source0990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxeepic.doc.tar.xz -Source0991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjscls.tar.xz -Source0992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz -Source0994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpdfver.tar.xz -Source0995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpdfver.doc.tar.xz -Source0996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bytefield.tar.xz -Source0997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bytefield.doc.tar.xz -Source0999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c90.tar.xz -Source1000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c90.doc.tar.xz -Source1002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cabin.tar.xz -Source1003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cabin.doc.tar.xz -Source1006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caladea.tar.xz -Source1007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caladea.doc.tar.xz -Source1008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calcage.tar.xz -Source1009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calcage.doc.tar.xz -Source1011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calctab.tar.xz -Source1012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calctab.doc.tar.xz -Source1013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculation.tar.xz -Source1014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculation.doc.tar.xz -Source1016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculator.tar.xz -Source1017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculator.doc.tar.xz -Source1019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra.tar.xz -Source1020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra.doc.tar.xz -Source1021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra-type1.tar.xz -Source1022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz -Source1023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calrsfs.tar.xz -Source1024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz -Source1025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cals.tar.xz -Source1026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cals.doc.tar.xz -Source1028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz -Source1029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz -Source1030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cancel.tar.xz -Source1031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cancel.doc.tar.xz -Source1032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/canoniclayout.tar.xz -Source1033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz -Source1035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cantarell.tar.xz -Source1036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cantarell.doc.tar.xz -Source1038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captcont.tar.xz -Source1039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captcont.doc.tar.xz -Source1041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captdef.tar.xz -Source1042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captdef.doc.tar.xz -Source1043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caption.tar.xz -Source1044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caption.doc.tar.xz -Source1046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/capt-of.tar.xz -Source1047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/capt-of.doc.tar.xz -Source1049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlisle.tar.xz -Source1050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlisle.doc.tar.xz -Source1052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlito.tar.xz -Source1053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlito.doc.tar.xz -Source1054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carolmin-ps.tar.xz -Source1055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz -Source1056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascadilla.tar.xz -Source1057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz -Source1058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cases.tar.xz -Source1059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cases.doc.tar.xz -Source1060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/casyl.tar.xz -Source1061: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/casyl.doc.tar.xz -Source1062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz -Source1063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz -Source1065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catcodes.tar.xz -Source1066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catcodes.doc.tar.xz -Source1068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catechis.tar.xz -Source1069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catechis.doc.tar.xz -Source1071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catoptions.tar.xz -Source1072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catoptions.doc.tar.xz -Source1073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbcoptic.tar.xz -Source1074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz -Source1075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts-fd.tar.xz -Source1076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts-fd.doc.tar.xz -Source1078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts.tar.xz -Source1079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz -Source1080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccaption.tar.xz -Source1081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccaption.doc.tar.xz -Source1083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccfonts.tar.xz -Source1084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz -Source1086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccicons.tar.xz -Source1087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccicons.doc.tar.xz -Source1089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cclicenses.tar.xz -Source1090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz -Source1092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cc-pl.tar.xz -Source1093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz -Source1094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd-cover.tar.xz -Source1095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz -Source1097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cdpbundl.tar.xz -Source1098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz -Source1100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd.tar.xz -Source1101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd.doc.tar.xz -Source1103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellspace.tar.xz -Source1104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellspace.doc.tar.xz -Source1105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cell.tar.xz -Source1106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cell.doc.tar.xz -Source1107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/celtic.tar.xz -Source1108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/celtic.doc.tar.xz -Source1110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/censor.tar.xz -Source1111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/censor.doc.tar.xz -Source1112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-initials.tar.xz -Source1113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-initials.doc.tar.xz -Source1114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-lm.tar.xz -Source1115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz -Source1117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changebar.tar.xz -Source1118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changebar.doc.tar.xz -Source1120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changelayout.tar.xz -Source1121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changelayout.doc.tar.xz -Source1122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changepage.tar.xz -Source1123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changepage.doc.tar.xz -Source1125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changes.tar.xz -Source1126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changes.doc.tar.xz -Source1128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chappg.tar.xz -Source1129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chappg.doc.tar.xz -Source1131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chapterfolder.tar.xz -Source1132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz -Source1134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/charter.tar.xz -Source1135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/charter.doc.tar.xz -Source1136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chbibref.tar.xz -Source1137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chbibref.doc.tar.xz -Source1143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemarrow.tar.xz -Source1144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz -Source1146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chembst.tar.xz -Source1147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chembst.doc.tar.xz -Source1149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcompounds.tar.xz -Source1150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz -Source1152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcono.tar.xz -Source1153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcono.doc.tar.xz -Source1154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemexec.tar.xz -Source1155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemexec.doc.tar.xz -Source1156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemfig.tar.xz -Source1157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemfig.doc.tar.xz -Source1158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemformula.tar.xz -Source1159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemformula.doc.tar.xz -Source1160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemgreek.tar.xz -Source1161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemgreek.doc.tar.xz -Source1162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chem-journal.tar.xz -Source1163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemmacros.tar.xz -Source1164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz -Source1165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemnum.tar.xz -Source1166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemnum.doc.tar.xz -Source1167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemschemex.tar.xz -Source1168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemschemex.doc.tar.xz -Source1170: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemstyle.tar.xz -Source1171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz -Source1173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cherokee.tar.xz -Source1174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cherokee.doc.tar.xz -Source1175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessboard.tar.xz -Source1176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessboard.doc.tar.xz -Source1178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessfss.tar.xz -Source1179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessfss.doc.tar.xz -Source1181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz -Source1182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz -Source1184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess.tar.xz -Source1185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess.doc.tar.xz -Source1186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chet.tar.xz -Source1187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chet.doc.tar.xz -Source1188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chextras.tar.xz -Source1189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chextras.doc.tar.xz -Source1191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chicago-annote.tar.xz -Source1192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz -Source1193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chicago.tar.xz -Source1194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chickenize.tar.xz -Source1195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chickenize.doc.tar.xz -Source1197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chkfloat.tar.xz -Source1198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz -Source1201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chletter.tar.xz -Source1202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chletter.doc.tar.xz -Source1204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chngcntr.tar.xz -Source1205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz -Source1206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronology.tar.xz -Source1207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronology.doc.tar.xz -Source1208: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronosys.tar.xz -Source1209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronosys.doc.tar.xz -Source1210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chscite.tar.xz -Source1211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chscite.doc.tar.xz -Source1213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cinzel.tar.xz -Source1214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cinzel.doc.tar.xz -Source1215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circ.tar.xz -Source1216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circ.doc.tar.xz -Source1218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circuitikz.tar.xz -Source1219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz -Source1220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeall.tar.xz -Source1221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeall.doc.tar.xz -Source1222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cite.tar.xz -Source1223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cite.doc.tar.xz -Source1224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjhebrew.tar.xz -Source1225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz -Source1228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk-ko.tar.xz -Source1229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz -Source1230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjkpunct.tar.xz -Source1231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz -Source1233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk.tar.xz -Source1234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk.doc.tar.xz -Source1236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cns.tar.xz -Source1237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cns.doc.tar.xz -Source1238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garuda-c90.tar.xz -Source1240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz -Source1241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz -Source1243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/norasi-c90.tar.xz -Source1245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhc.tar.xz -Source1246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhc.doc.tar.xz -Source1247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wadalab.tar.xz -Source1248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wadalab.doc.tar.xz -Source1251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classics.tar.xz -Source1252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classics.doc.tar.xz -Source1253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classicthesis.tar.xz -Source1254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz -Source1255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classpack.tar.xz -Source1256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classpack.doc.tar.xz -Source1258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleanthesis.tar.xz -Source1259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleanthesis.doc.tar.xz -Source1260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clearsans.tar.xz -Source1261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clearsans.doc.tar.xz -Source1262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clefval.tar.xz -Source1263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clefval.doc.tar.xz -Source1265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleveref.tar.xz -Source1266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleveref.doc.tar.xz -Source1268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clipboard.tar.xz -Source1269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clipboard.doc.tar.xz -Source1270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clock.tar.xz -Source1271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clock.doc.tar.xz -Source1272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cloze.tar.xz -Source1273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cloze.doc.tar.xz -Source1275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode3e.tar.xz -Source1276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode3e.doc.tar.xz -Source1277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode.tar.xz -Source1278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode.doc.tar.xz -Source1279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmap.tar.xz -Source1280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmap.doc.tar.xz -Source1281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmarrows.tar.xz -Source1282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz -Source1283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmbright.tar.xz -Source1284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmbright.doc.tar.xz -Source1286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmcyr.tar.xz -Source1287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz -Source1288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdstring.tar.xz -Source1289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz -Source1290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmextra.tar.xz -Source1291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-lgc.tar.xz -Source1292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz -Source1293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmll.tar.xz -Source1294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmll.doc.tar.xz -Source1296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpica.tar.xz -Source1297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpica.doc.tar.xz -Source1298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpj.tar.xz -Source1299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpj.doc.tar.xz -Source1300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsd.tar.xz -Source1301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsd.doc.tar.xz -Source1302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-super.tar.xz -Source1303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-super.doc.tar.xz -Source1304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmtiup.tar.xz -Source1305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz -Source1306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm.tar.xz -Source1307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm.doc.tar.xz -Source1308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-unicode.tar.xz -Source1309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz -Source1310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnbwp.tar.xz -Source1311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnbwp.doc.tar.xz -Source1312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnltx.tar.xz -Source1313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnltx.doc.tar.xz -Source1314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntformats.tar.xz -Source1315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntformats.doc.tar.xz -Source1316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntperchap.tar.xz -Source1317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntperchap.doc.tar.xz -Source1318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codedoc.tar.xz -Source1319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codedoc.doc.tar.xz -Source1320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codepage.tar.xz -Source1321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codepage.doc.tar.xz -Source1323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codesection.tar.xz -Source1324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codesection.doc.tar.xz -Source1326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz -Source1327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz -Source1329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collcell.tar.xz -Source1330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collcell.doc.tar.xz -Source1332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collectbox.tar.xz -Source1333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collectbox.doc.tar.xz -Source1343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enctex.tar.xz -Source1344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enctex.doc.tar.xz -Source1345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex.tar.xz -Source1346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex.doc.tar.xz -Source1347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex-pkg.tar.xz -Source1348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz -Source1351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyph-utf8.tar.xz -Source1352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz -Source1354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-base.tar.xz -Source1355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifluatex.tar.xz -Source1356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifluatex.doc.tar.xz -Source1358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifxetex.tar.xz -Source1359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifxetex.doc.tar.xz -Source1361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knuth-lib.tar.xz -Source1362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knuth-local.tar.xz -Source1363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz -Source1364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz -Source1369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo.tar.xz -Source1370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo.doc.tar.xz -Source1378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz -Source1381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-msg-translations.tar.xz -Source1386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortbl.tar.xz -Source1387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortbl.doc.tar.xz -Source1389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhdr.tar.xz -Source1390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz -Source1391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fix2col.tar.xz -Source1392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fix2col.doc.tar.xz -Source1394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geometry.tar.xz -Source1395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geometry.doc.tar.xz -Source1397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics.tar.xz -Source1398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics.doc.tar.xz -Source1400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperref.tar.xz -Source1401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperref.doc.tar.xz -Source1405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxmisc.tar.xz -Source1406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfnfss.tar.xz -Source1407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz -Source1411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natbib.tar.xz -Source1412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natbib.doc.tar.xz -Source1417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pslatex.tar.xz -Source1419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psnfss.tar.xz -Source1420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psnfss.doc.tar.xz -Source1422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pspicture.tar.xz -Source1423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pspicture.doc.tar.xz -Source1425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tools.tar.xz -Source1426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tools.doc.tar.xz -Source1428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/url.tar.xz -Source1429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/url.doc.tar.xz -Source1430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collref.tar.xz -Source1431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collref.doc.tar.xz -Source1433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/compactbib.tar.xz -Source1436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/custom-bib.tar.xz -Source1437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz -Source1439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/din1505.tar.xz -Source1440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/din1505.doc.tar.xz -Source1441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dk-bib.tar.xz -Source1442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz -Source1444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doipubmed.tar.xz -Source1445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz -Source1447: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/economic.tar.xz -Source1448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/economic.doc.tar.xz -Source1449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbs.tar.xz -Source1450: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbib.tar.xz -Source1451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbib.doc.tar.xz -Source1452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footbib.tar.xz -Source1453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footbib.doc.tar.xz -Source1455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/francais-bst.tar.xz -Source1456: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz -Source1457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz -Source1458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz -Source1460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvard.tar.xz -Source1461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvard.doc.tar.xz -Source1463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvmac.tar.xz -Source1464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvmac.doc.tar.xz -Source1465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz -Source1466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz -Source1467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijqc.tar.xz -Source1468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijqc.doc.tar.xz -Source1469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinebib.tar.xz -Source1470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz -Source1471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iopart-num.tar.xz -Source1472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz -Source1473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jneurosci.tar.xz -Source1474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz -Source1475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurabib.tar.xz -Source1476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurabib.doc.tar.xz -Source1478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ksfh_nat.tar.xz -Source1482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logreq.tar.xz -Source1483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logreq.doc.tar.xz -Source1484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/margbib.tar.xz -Source1485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/margbib.doc.tar.xz -Source1487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibib.tar.xz -Source1488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibib.doc.tar.xz -Source1493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/munich.tar.xz -Source1494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/munich.doc.tar.xz -Source1495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nar.tar.xz -Source1496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nmbib.tar.xz -Source1497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nmbib.doc.tar.xz -Source1499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes2bib.tar.xz -Source1500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz -Source1502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oscola.tar.xz -Source1503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oscola.doc.tar.xz -Source1504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perception.tar.xz -Source1505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perception.doc.tar.xz -Source1506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pnas2009.tar.xz -Source1507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsc.tar.xz -Source1508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsc.doc.tar.xz -Source1510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showtags.tar.xz -Source1511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showtags.doc.tar.xz -Source1512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sort-by-letters.tar.xz -Source1513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz -Source1514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splitbib.tar.xz -Source1515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splitbib.doc.tar.xz -Source1517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian-formatting.tar.xz -Source1518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian-formatting.doc.tar.xz -Source1519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz -Source1520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz -Source1521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz -Source1522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz -Source1526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/usebib.tar.xz -Source1527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/usebib.doc.tar.xz -Source1529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vak.tar.xz -Source1530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vak.doc.tar.xz -Source1531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcite.tar.xz -Source1532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcite.doc.tar.xz -Source1534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctan_chk.doc.tar.xz -Source1570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hook-pre-commit-pkg.doc.tar.xz -Source1571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphenex.tar.xz -Source1664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexconfig.tar.xz -Source1665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm.tar.xz -Source1666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm.doc.tar.xz -Source1668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm-math.tar.xz -Source1669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm-math.doc.tar.xz -Source1670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manfnt-font.tar.xz -Source1671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo-font.tar.xz -Source1672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo-font.doc.tar.xz -Source1673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stmaryrd.tar.xz -Source1674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz -Source1676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jmn.tar.xz -Source1677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-account.tar.xz -Source1678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-account.doc.tar.xz -Source1679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-algorithmic.tar.xz -Source1680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-animation.tar.xz -Source1681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-animation.doc.tar.xz -Source1682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-annotation.tar.xz -Source1683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-annotation.doc.tar.xz -Source1684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-bnf.tar.xz -Source1685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz -Source1686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-chromato.tar.xz -Source1687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz -Source1688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-construction-plan.tar.xz -Source1689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz -Source1690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cyrillicnumbers.tar.xz -Source1691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.tar.xz -Source1692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-degrade.tar.xz -Source1693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz -Source1694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fancybreak.tar.xz -Source1695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fancybreak.doc.tar.xz -Source1696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-filter.tar.xz -Source1697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-filter.doc.tar.xz -Source1699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-french.tar.xz -Source1700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-french.doc.tar.xz -Source1701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fullpage.tar.xz -Source1702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz -Source1705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skaknew.tar.xz -Source1706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skaknew.doc.tar.xz -Source1707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gantt.tar.xz -Source1708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz -Source1709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hatching.tar.xz -Source1710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hatching.doc.tar.xz -Source1711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gnuplot.tar.xz -Source1712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz -Source1713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-letter.tar.xz -Source1714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-letter.doc.tar.xz -Source1715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-lettrine.tar.xz -Source1716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz -Source1719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-mathsets.tar.xz -Source1720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz -Source1721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz -Source1722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz -Source1723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-rst.tar.xz -Source1724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-rst.doc.tar.xz -Source1725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-ruby.tar.xz -Source1726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz -Source1727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simplefonts.tar.xz -Source1728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz -Source1729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simpleslides.tar.xz -Source1730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz -Source1731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-title.tar.xz -Source1732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-title.doc.tar.xz -Source1733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-transliterator.tar.xz -Source1734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-transliterator.doc.tar.xz -Source1735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typearea.tar.xz -Source1736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz -Source1737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typescripts.tar.xz -Source1738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz -Source1739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-vim.tar.xz -Source1740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-vim.doc.tar.xz -Source1741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-visualcounter.tar.xz -Source1742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-visualcounter.doc.tar.xz -Source1744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comfortaa.tar.xz -Source1745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz -Source1747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comicneue.tar.xz -Source1748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comicneue.doc.tar.xz -Source1749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath-fonts.tar.xz -Source1750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz -Source1751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cookingsymbols.tar.xz -Source1752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz -Source1754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/countriesofeurope.tar.xz -Source1755: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz -Source1756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courier-scaled.tar.xz -Source1757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz -Source1758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryst.tar.xz -Source1759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryst.doc.tar.xz -Source1760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyklop.tar.xz -Source1761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyklop.doc.tar.xz -Source1762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dancers.tar.xz -Source1763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dantelogo.tar.xz -Source1764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dantelogo.doc.tar.xz -Source1765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu.tar.xz -Source1766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu.doc.tar.xz -Source1767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dice.tar.xz -Source1768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dice.doc.tar.xz -Source1769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dictsym.tar.xz -Source1770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dictsym.doc.tar.xz -Source1771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dingbat.tar.xz -Source1772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dingbat.doc.tar.xz -Source1774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doublestroke.tar.xz -Source1775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz -Source1776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dozenal.tar.xz -Source1777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dozenal.doc.tar.xz -Source1779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drm.tar.xz -Source1780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drm.doc.tar.xz -Source1782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droid.tar.xz -Source1783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droid.doc.tar.xz -Source1785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer.tar.xz -Source1786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer.doc.tar.xz -Source1787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer-latex.tar.xz -Source1788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz -Source1789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dutchcal.tar.xz -Source1790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz -Source1791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean.tar.xz -Source1792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean.doc.tar.xz -Source1793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond.tar.xz -Source1794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond.doc.tar.xz -Source1795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond-maths.tar.xz -Source1796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond-maths.doc.tar.xz -Source1797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecc.tar.xz -Source1798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecc.doc.tar.xz -Source1799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eco.tar.xz -Source1800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eco.doc.tar.xz -Source1802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad.tar.xz -Source1803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad.doc.tar.xz -Source1804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad-ltx.tar.xz -Source1805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz -Source1807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/electrum.tar.xz -Source1808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/electrum.doc.tar.xz -Source1810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elvish.tar.xz -Source1811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elvish.doc.tar.xz -Source1812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigrafica.tar.xz -Source1813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz -Source1814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsdice.tar.xz -Source1815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsdice.doc.tar.xz -Source1817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erewhon.tar.xz -Source1818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erewhon.doc.tar.xz -Source1819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esrelation.tar.xz -Source1820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esrelation.doc.tar.xz -Source1822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esstix.tar.xz -Source1823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esstix.doc.tar.xz -Source1824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esvect.tar.xz -Source1825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esvect.doc.tar.xz -Source1827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulervm.tar.xz -Source1828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulervm.doc.tar.xz -Source1830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euxm.tar.xz -Source1831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbb.tar.xz -Source1832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbb.doc.tar.xz -Source1833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fdsymbol.tar.xz -Source1834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz -Source1836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetamont.tar.xz -Source1837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetamont.doc.tar.xz -Source1839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feyn.tar.xz -Source1840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feyn.doc.tar.xz -Source1842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fge.tar.xz -Source1843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fge.doc.tar.xz -Source1845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fira.tar.xz -Source1846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fira.doc.tar.xz -Source1847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foekfont.tar.xz -Source1848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foekfont.doc.tar.xz -Source1849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonetika.tar.xz -Source1850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonetika.doc.tar.xz -Source1851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome.tar.xz -Source1852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome.doc.tar.xz -Source1853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontmfizz.tar.xz -Source1854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontmfizz.doc.tar.xz -Source1855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/old-arrows.tar.xz -Source1856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/old-arrows.doc.tar.xz -Source1857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fourier.tar.xz -Source1858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fourier.doc.tar.xz -Source1860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouriernc.tar.xz -Source1861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz -Source1862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frcursive.tar.xz -Source1863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frcursive.doc.tar.xz -Source1864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogy.tar.xz -Source1865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogy.doc.tar.xz -Source1866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentium-tug.tar.xz -Source1867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentium-tug.doc.tar.xz -Source1869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsartemisia.tar.xz -Source1870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz -Source1871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbodoni.tar.xz -Source1872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz -Source1873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfscomplutum.tar.xz -Source1874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz -Source1875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsdidot.tar.xz -Source1876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz -Source1877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz -Source1878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz -Source1879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfssolomos.tar.xz -Source1880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz -Source1881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillcm.tar.xz -Source1882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillcm.doc.tar.xz -Source1883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillius.tar.xz -Source1884: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillius.doc.tar.xz -Source1885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnu-freefont.tar.xz -Source1886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz -Source1888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gothic.tar.xz -Source1889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gothic.doc.tar.xz -Source1891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greenpoint.tar.xz -Source1892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz -Source1893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grotesq.tar.xz -Source1894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grotesq.doc.tar.xz -Source1895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hacm.tar.xz -Source1896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hacm.doc.tar.xz -Source1897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hands.tar.xz -Source1898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/heuristica.tar.xz -Source1899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/heuristica.doc.tar.xz -Source1900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfbright.tar.xz -Source1901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfbright.doc.tar.xz -Source1902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfoldsty.tar.xz -Source1903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz -Source1905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifsym.tar.xz -Source1906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifsym.doc.tar.xz -Source1907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inconsolata.tar.xz -Source1908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz -Source1909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/initials.tar.xz -Source1910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/initials.doc.tar.xz -Source1911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex-type1.tar.xz -Source1912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex-type1.doc.tar.xz -Source1913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwona.tar.xz -Source1914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwona.doc.tar.xz -Source1915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jablantile.tar.xz -Source1916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jablantile.doc.tar.xz -Source1917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jamtimes.tar.xz -Source1918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz -Source1919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/junicode.tar.xz -Source1920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/junicode.doc.tar.xz -Source1921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kixfont.tar.xz -Source1922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kixfont.doc.tar.xz -Source1924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kpfonts.tar.xz -Source1925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz -Source1926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurier.tar.xz -Source1927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurier.doc.tar.xz -Source1928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lato.tar.xz -Source1929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lato.doc.tar.xz -Source1931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lfb.tar.xz -Source1932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lfb.doc.tar.xz -Source1933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertine.tar.xz -Source1934: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertine.doc.tar.xz -Source1935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebaskerville.tar.xz -Source1936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebaskerville.doc.tar.xz -Source1937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librecaslon.tar.xz -Source1938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librecaslon.doc.tar.xz -Source1939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libris.tar.xz -Source1940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libris.doc.tar.xz -Source1942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linearA.tar.xz -Source1943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linearA.doc.tar.xz -Source1945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lobster2.tar.xz -Source1946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lobster2.doc.tar.xz -Source1947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lxfonts.tar.xz -Source1948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz -Source1950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ly1.tar.xz -Source1951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ly1.doc.tar.xz -Source1952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx.tar.xz -Source1953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx.doc.tar.xz -Source1954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx-type1.tar.xz -Source1955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz -Source1956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdesign.tar.xz -Source1957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz -Source1958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdputu.tar.xz -Source1959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdputu.doc.tar.xz -Source1960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdsymbol.tar.xz -Source1961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz -Source1963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/merriweather.tar.xz -Source1964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/merriweather.doc.tar.xz -Source1965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mintspirit.tar.xz -Source1966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mintspirit.doc.tar.xz -Source1967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnsymbol.tar.xz -Source1968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz -Source1970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newpx.tar.xz -Source1971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newpx.doc.tar.xz -Source1972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtx.tar.xz -Source1973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtx.doc.tar.xz -Source1974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxsf.tar.xz -Source1975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxsf.doc.tar.xz -Source1976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxtt.tar.xz -Source1977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxtt.doc.tar.xz -Source1978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nkarta.tar.xz -Source1979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nkarta.doc.tar.xz -Source1981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/obnov.tar.xz -Source1982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/obnov.doc.tar.xz -Source1983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocherokee.tar.xz -Source1984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz -Source1985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b.tar.xz -Source1986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz -Source1987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz -Source1988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz -Source1990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ogham.tar.xz -Source1991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ogham.doc.tar.xz -Source1992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oinuit.tar.xz -Source1993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oinuit.doc.tar.xz -Source1995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldlatin.tar.xz -Source1996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz -Source1997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstandard.tar.xz -Source1998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz -Source2000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opensans.tar.xz -Source2001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opensans.doc.tar.xz -Source2003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/orkhun.tar.xz -Source2004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/orkhun.doc.tar.xz -Source2005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlock.tar.xz -Source2006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlock.doc.tar.xz -Source2007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pacioli.tar.xz -Source2008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pacioli.doc.tar.xz -Source2010: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paratype.tar.xz -Source2011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paratype.doc.tar.xz -Source2012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phaistos.tar.xz -Source2013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phaistos.doc.tar.xz -Source2015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonetic.tar.xz -Source2016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonetic.doc.tar.xz -Source2017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pigpen.tar.xz -Source2018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pigpen.doc.tar.xz -Source2019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/playfair.tar.xz -Source2020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/playfair.doc.tar.xz -Source2021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poltawski.tar.xz -Source2022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poltawski.doc.tar.xz -Source2023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prodint.tar.xz -Source2024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prodint.doc.tar.xz -Source2025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk.tar.xz -Source2026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk.doc.tar.xz -Source2027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk-latex.tar.xz -Source2028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk-latex.doc.tar.xz -Source2029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punknova.tar.xz -Source2030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punknova.doc.tar.xz -Source2031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtxalfa.tar.xz -Source2032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz -Source2033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quattrocento.tar.xz -Source2034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quattrocento.doc.tar.xz -Source2035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/raleway.tar.xz -Source2036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/raleway.doc.tar.xz -Source2037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recycle.tar.xz -Source2038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recycle.doc.tar.xz -Source2039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roboto.tar.xz -Source2040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roboto.doc.tar.xz -Source2041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romande.tar.xz -Source2042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romande.doc.tar.xz -Source2044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfso.tar.xz -Source2045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfso.doc.tar.xz -Source2046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathaccent.tar.xz -Source2047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz -Source2048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathfonts.tar.xz -Source2049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathfonts.doc.tar.xz -Source2050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauter.tar.xz -Source2051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauterfonts.tar.xz -Source2052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz -Source2054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schulschriften.tar.xz -Source2055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schulschriften.doc.tar.xz -Source2056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semaphor.tar.xz -Source2057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semaphor.doc.tar.xz -Source2058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skull.tar.xz -Source2060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcecodepro.tar.xz -Source2061: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcecodepro.doc.tar.xz -Source2062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcesanspro.tar.xz -Source2063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcesanspro.doc.tar.xz -Source2064: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourceserifpro.tar.xz -Source2065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourceserifpro.doc.tar.xz -Source2066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/starfont.tar.xz -Source2067: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/starfont.doc.tar.xz -Source2068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/staves.tar.xz -Source2069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/staves.doc.tar.xz -Source2071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix.tar.xz -Source2072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix.doc.tar.xz -Source2074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/superiors.tar.xz -Source2075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/superiors.doc.tar.xz -Source2076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tapir.tar.xz -Source2077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tapir.doc.tar.xz -Source2078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tengwarscript.tar.xz -Source2079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz -Source2081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tfrupee.tar.xz -Source2082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz -Source2084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tpslifonts.tar.xz -Source2085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz -Source2087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trajan.tar.xz -Source2088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trajan.doc.tar.xz -Source2090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfontsb.tar.xz -Source2091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz -Source2093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typicons.tar.xz -Source2094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typicons.doc.tar.xz -Source2095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umtypewriter.tar.xz -Source2096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universa.tar.xz -Source2097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universa.doc.tar.xz -Source2099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universalis.tar.xz -Source2100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universalis.doc.tar.xz -Source2101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urwchancal.tar.xz -Source2102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz -Source2103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venturisadf.tar.xz -Source2104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz -Source2106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsuipa.tar.xz -Source2107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz -Source2108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcharter.tar.xz -Source2109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcharter.doc.tar.xz -Source2110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xits.tar.xz -Source2111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xits.doc.tar.xz -Source2113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts.tar.xz -Source2114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts.doc.tar.xz -Source2118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zlmtt.tar.xz -Source2119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zlmtt.doc.tar.xz -Source2120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courier.tar.xz -Source2121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ec.tar.xz -Source2122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ec.doc.tar.xz -Source2123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro.tar.xz -Source2124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro.doc.tar.xz -Source2126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eurosym.tar.xz -Source2127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eurosym.doc.tar.xz -Source2128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fpl.tar.xz -Source2129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fpl.doc.tar.xz -Source2131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/helvetic.tar.xz -Source2132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marvosym.tar.xz -Source2133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marvosym.doc.tar.xz -Source2135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpazo.tar.xz -Source2136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz -Source2138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncntrsbk.tar.xz -Source2139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/palatino.tar.xz -Source2140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxfonts.tar.xz -Source2141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz -Source2142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfs.tar.xz -Source2143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfs.doc.tar.xz -Source2144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/symbol.tar.xz -Source2145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre.tar.xz -Source2146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz -Source2147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz -Source2148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz -Source2149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/times.tar.xz -Source2150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipa.tar.xz -Source2151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipa.doc.tar.xz -Source2152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfonts.tar.xz -Source2153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfonts.doc.tar.xz -Source2154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utopia.tar.xz -Source2155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utopia.doc.tar.xz -Source2156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy.tar.xz -Source2157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy.doc.tar.xz -Source2158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy2-ps.tar.xz -Source2159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy2-ps.doc.tar.xz -Source2160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasysym.tar.xz -Source2161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasysym.doc.tar.xz -Source2163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zapfchan.tar.xz -Source2164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zapfding.tar.xz -Source2178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvipsconfig.tar.xz -Source2188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmac.tar.xz -Source2189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmac.doc.tar.xz -Source2198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psizzl.tar.xz -Source2199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psizzl.doc.tar.xz -Source2201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/startex.tar.xz -Source2202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/startex.doc.tar.xz -Source2206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossword.tar.xz -Source2207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossword.doc.tar.xz -Source2209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crosswrd.tar.xz -Source2210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz -Source2212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egameps.tar.xz -Source2213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egameps.doc.tar.xz -Source2214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gamebook.tar.xz -Source2215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gamebook.doc.tar.xz -Source2217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/go.tar.xz -Source2218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/go.doc.tar.xz -Source2220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hanoi.tar.xz -Source2221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/havannah.tar.xz -Source2222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/havannah.doc.tar.xz -Source2224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hexgame.tar.xz -Source2225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hexgame.doc.tar.xz -Source2226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/horoscop.tar.xz -Source2227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/horoscop.doc.tar.xz -Source2229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labyrinth.tar.xz -Source2230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labyrinth.doc.tar.xz -Source2231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicpuzzle.tar.xz -Source2232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz -Source2233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othello.tar.xz -Source2234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othello.doc.tar.xz -Source2235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othelloboard.tar.xz -Source2236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz -Source2237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-crosswords.tar.xz -Source2238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-crosswords.doc.tar.xz -Source2239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psgo.tar.xz -Source2240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psgo.doc.tar.xz -Source2241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reverxii.doc.tar.xz -Source2245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz -Source2246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz -Source2248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sgame.tar.xz -Source2249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sgame.doc.tar.xz -Source2250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skak.tar.xz -Source2251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skak.doc.tar.xz -Source2252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudoku.tar.xz -Source2253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudoku.doc.tar.xz -Source2255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudokubundle.tar.xz -Source2256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz -Source2258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xq.tar.xz -Source2259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xq.doc.tar.xz -Source2260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xskak.tar.xz -Source2261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xskak.doc.tar.xz -Source2263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c-pascal.tar.xz -Source2264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz -Source2265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorsep.tar.xz -Source2266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinat.tar.xz -Source2267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinat.doc.tar.xz -Source2268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtree.tar.xz -Source2269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtree.doc.tar.xz -Source2271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docbytex.tar.xz -Source2272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docbytex.doc.tar.xz -Source2273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dowith.tar.xz -Source2274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dowith.doc.tar.xz -Source2276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eijkhout.tar.xz -Source2277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/encxvlna.tar.xz -Source2278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz -Source2279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigram.tar.xz -Source2280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fenixpar.tar.xz -Source2281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz -Source2282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fltpoint.tar.xz -Source2283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz -Source2285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fntproof.tar.xz -Source2286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fntproof.doc.tar.xz -Source2287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gates.tar.xz -Source2288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gates.doc.tar.xz -Source2289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifetex.tar.xz -Source2290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifetex.doc.tar.xz -Source2292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iftex.tar.xz -Source2293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iftex.doc.tar.xz -Source2294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/insbox.tar.xz -Source2295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/insbox.doc.tar.xz -Source2296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lambda-lists.tar.xz -Source2297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lambda-lists.doc.tar.xz -Source2298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langcode.tar.xz -Source2299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langcode.doc.tar.xz -Source2301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lecturer.tar.xz -Source2302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lecturer.doc.tar.xz -Source2303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librarian.tar.xz -Source2304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librarian.doc.tar.xz -Source2305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdots.tar.xz -Source2306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdots.doc.tar.xz -Source2308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metatex.tar.xz -Source2309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metatex.doc.tar.xz -Source2310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midnight.tar.xz -Source2311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midnight.doc.tar.xz -Source2312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navigator.tar.xz -Source2313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navigator.doc.tar.xz -Source2314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ofs.tar.xz -Source2315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ofs.doc.tar.xz -Source2316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf-trans.tar.xz -Source2317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz -Source2318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plainpkg.tar.xz -Source2319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz -Source2321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemata.tar.xz -Source2322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemata.doc.tar.xz -Source2324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shade.tar.xz -Source2325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shade.doc.tar.xz -Source2326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/systeme.tar.xz -Source2327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/systeme.doc.tar.xz -Source2328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabto-generic.tar.xz -Source2329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termmenu.tar.xz -Source2330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termmenu.doc.tar.xz -Source2332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tracklang.tar.xz -Source2333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tracklang.doc.tar.xz -Source2335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texapi.tar.xz -Source2336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texapi.doc.tar.xz -Source2337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upca.tar.xz -Source2338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upca.doc.tar.xz -Source2339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xlop.tar.xz -Source2340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xlop.doc.tar.xz -Source2342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yax.tar.xz -Source2343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yax.doc.tar.xz -Source2344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf.tar.xz -Source2345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf.doc.tar.xz -Source2346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontname.tar.xz -Source2347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontname.doc.tar.xz -Source2348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genmisc.tar.xz -Source2349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kastrup.tar.xz -Source2350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kastrup.doc.tar.xz -Source2352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multido.tar.xz -Source2353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multido.doc.tar.xz -Source2355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/path.tar.xz -Source2356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/path.doc.tar.xz -Source2357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ps.tar.xz -Source2358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz -Source2359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulem.tar.xz -Source2360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulem.doc.tar.xz -Source2364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/passivetex.tar.xz -Source2369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xmltexconfig.tar.xz -Source2370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/covington.tar.xz -Source2371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/covington.doc.tar.xz -Source2374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dramatist.tar.xz -Source2375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dramatist.doc.tar.xz -Source2377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvgloss.tar.xz -Source2378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz -Source2380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecltree.tar.xz -Source2381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecltree.doc.tar.xz -Source2382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edfnotes.tar.xz -Source2383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz -Source2385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ednotes.tar.xz -Source2386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ednotes.doc.tar.xz -Source2387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncctools.tar.xz -Source2388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncctools.doc.tar.xz -Source2390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledform.tar.xz -Source2391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledform.doc.tar.xz -Source2393: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledmac.tar.xz -Source2394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledmac.doc.tar.xz -Source2396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expex.tar.xz -Source2397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expex.doc.tar.xz -Source2398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gb4e.tar.xz -Source2399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gb4e.doc.tar.xz -Source2400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverse.tar.xz -Source2401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverse.doc.tar.xz -Source2402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jura.tar.xz -Source2403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jura.doc.tar.xz -Source2405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juraabbrev.tar.xz -Source2406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz -Source2408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juramisc.tar.xz -Source2409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juramisc.doc.tar.xz -Source2410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurarsp.tar.xz -Source2411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz -Source2413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ledmac.tar.xz -Source2414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ledmac.doc.tar.xz -Source2416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leipzig.tar.xz -Source2417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leipzig.doc.tar.xz -Source2419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexikon.tar.xz -Source2420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexikon.doc.tar.xz -Source2421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexref.tar.xz -Source2422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexref.doc.tar.xz -Source2423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linguex.tar.xz -Source2424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linguex.doc.tar.xz -Source2425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/liturg.tar.xz -Source2426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/liturg.doc.tar.xz -Source2428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metrix.tar.xz -Source2429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metrix.doc.tar.xz -Source2431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parallel.tar.xz -Source2432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parallel.doc.tar.xz -Source2434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parrun.tar.xz -Source2435: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parrun.doc.tar.xz -Source2437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonrule.tar.xz -Source2438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonrule.doc.tar.xz -Source2439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plari.tar.xz -Source2440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plari.doc.tar.xz -Source2442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/play.tar.xz -Source2443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/play.doc.tar.xz -Source2445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poemscol.tar.xz -Source2446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poemscol.doc.tar.xz -Source2448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetrytex.tar.xz -Source2449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz -Source2451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qobitree.tar.xz -Source2452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qobitree.doc.tar.xz -Source2453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qtree.tar.xz -Source2454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qtree.doc.tar.xz -Source2455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reledmac.tar.xz -Source2456: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reledmac.doc.tar.xz -Source2458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rrgtrees.tar.xz -Source2459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz -Source2461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtklage.tar.xz -Source2462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtklage.doc.tar.xz -Source2463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay.tar.xz -Source2464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay.doc.tar.xz -Source2466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay-pkg.tar.xz -Source2467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay-pkg.doc.tar.xz -Source2468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sides.tar.xz -Source2469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sides.doc.tar.xz -Source2470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stage.tar.xz -Source2471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stage.doc.tar.xz -Source2472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textglos.tar.xz -Source2473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textglos.doc.tar.xz -Source2475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thalie.tar.xz -Source2476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thalie.doc.tar.xz -Source2478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tree-dvips.tar.xz -Source2479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz -Source2480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verse.tar.xz -Source2481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verse.doc.tar.xz -Source2483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xyling.tar.xz -Source2484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xyling.doc.tar.xz -Source2485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop.tar.xz -Source2486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop.doc.tar.xz -Source2488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop-t1.tar.xz -Source2489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz -Source2490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fc.tar.xz -Source2491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fc.doc.tar.xz -Source2492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz -Source2493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dad.tar.xz -Source2494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dad.doc.tar.xz -Source2495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghab.tar.xz -Source2496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghab.doc.tar.xz -Source2497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz -Source2498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz -Source2499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imsproc.tar.xz -Source2500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imsproc.doc.tar.xz -Source2501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-persian.doc.tar.xz -Source2502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/persian-bib.tar.xz -Source2503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz -Source2504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simurgh.tar.xz -Source2505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simurgh.doc.tar.xz -Source2506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tram.tar.xz -Source2507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tram.doc.tar.xz -Source2508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dnp.tar.xz -Source2509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcjk2uni.tar.xz -Source2510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcjk2uni.doc.tar.xz -Source2512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafont.tar.xz -Source2513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz -Source2514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctex.tar.xz -Source2515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctex.doc.tar.xz -Source2517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctex-faq.doc.tar.xz -Source2518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fandol.tar.xz -Source2519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fandol.doc.tar.xz -Source2520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz -Source2521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impatient-cn.doc.tar.xz -Source2522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.tar.xz -Source2523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz -Source2524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-zh-cn.doc.tar.xz -Source2525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpinyin.tar.xz -Source2526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz -Source2528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics.tar.xz -Source2529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz -Source2531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhnumber.tar.xz -Source2532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz -Source2534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhspacing.tar.xz -Source2535: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz -Source2541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyrplain.tar.xz -Source2542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/disser.tar.xz -Source2543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/disser.doc.tar.xz -Source2545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskd.tar.xz -Source2546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskd.doc.tar.xz -Source2548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskdx.tar.xz -Source2549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskdx.doc.tar.xz -Source2550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gost.tar.xz -Source2551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gost.doc.tar.xz -Source2553: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz -Source2554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz -Source2555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-russian.tar.xz -Source2556: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ruhyphen.tar.xz -Source2558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz -Source2559: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz -Source2560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ukrhyph.tar.xz -Source2561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ukrhyph.doc.tar.xz -Source2562: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcyw.tar.xz -Source2563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcyw.doc.tar.xz -Source2565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lh.tar.xz -Source2566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lh.doc.tar.xz -Source2568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lhcyr.tar.xz -Source2570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-bulgarian.doc.tar.xz -Source2571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-mongol.doc.tar.xz -Source2572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-russian.doc.tar.xz -Source2573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-ukr.doc.tar.xz -Source2574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mongolian-babel.tar.xz -Source2575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz -Source2577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montex.tar.xz -Source2578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montex.doc.tar.xz -Source2579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpman-ru.doc.tar.xz -Source2580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.tar.xz -Source2581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz -Source2582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz -Source2583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz -Source2584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz -Source2585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz -Source2586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz -Source2587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-lig.tar.xz -Source2588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz -Source2589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t2.tar.xz -Source2590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t2.doc.tar.xz -Source2591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-ru.doc.tar.xz -Source2592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-sr.doc.tar.xz -Source2593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cs.tar.xz -Source2594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csbulletin.tar.xz -Source2595: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz -Source2599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cstex.doc.tar.xz -Source2600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-czech.tar.xz -Source2601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz -Source2604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-czech.doc.tar.xz -Source2605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-slovak.doc.tar.xz -Source2606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-cz.doc.tar.xz -Source2607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-english.tar.xz -Source2608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/FAQ-en.doc.tar.xz -Source2609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/MemoirChapStyles.doc.tar.xz -Source2610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Type1fonts.doc.tar.xz -Source2611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/components-of-TeX.doc.tar.xz -Source2612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comprehensive.doc.tar.xz -Source2613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dickimaw.doc.tar.xz -Source2614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxtut.doc.tar.xz -Source2615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/first-latex-doc.doc.tar.xz -Source2616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentle.doc.tar.xz -Source2617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guide-to-latex.doc.tar.xz -Source2618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/happy4th.doc.tar.xz -Source2619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impatient.doc.tar.xz -Source2620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/intro-scientific.doc.tar.xz -Source2621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knuth.doc.tar.xz -Source2623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-english.doc.tar.xz -Source2624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-brochure.doc.tar.xz -Source2625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-course.doc.tar.xz -Source2626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-doc-ptr.doc.tar.xz -Source2627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-graphics-companion.doc.tar.xz -Source2628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-veryshortguide.doc.tar.xz -Source2629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-web-companion.doc.tar.xz -Source2630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo.tar.xz -Source2631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.tar.xz -Source2632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex4wp.doc.tar.xz -Source2633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat.doc.tar.xz -Source2634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcourse-rug.doc.tar.xz -Source2635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz -Source2636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz -Source2638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-english.doc.tar.xz -Source2639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/macros2e.doc.tar.xz -Source2640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/math-e.doc.tar.xz -Source2641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maths-symbols.doc.tar.xz -Source2642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memdesign.doc.tar.xz -Source2643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metafont-beginners.doc.tar.xz -Source2644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz -Source2646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/patgen2-tutorial.doc.tar.xz -Source2647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictexsum.doc.tar.xz -Source2648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plain-doc.doc.tar.xz -Source2649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/presentations-en.doc.tar.xz -Source2651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplified-latex.doc.tar.xz -Source2652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svg-inkscape.doc.tar.xz -Source2653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabulars-e.doc.tar.xz -Source2654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tamethebeast.doc.tar.xz -Source2655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tds.doc.tar.xz -Source2656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.tar.xz -Source2657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-overview.doc.tar.xz -Source2658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-refs.doc.tar.xz -Source2659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texbytopic.doc.tar.xz -Source2660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlepages.doc.tar.xz -Source2661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tlc2.doc.tar.xz -Source2662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/visualfaq.doc.tar.xz -Source2664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/webguide.doc.tar.xz -Source2665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexref.doc.tar.xz -Source2666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/finbib.tar.xz -Source2667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrlatex.tar.xz -Source2668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz -Source2670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz -Source2671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz -Source2672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-danish.tar.xz -Source2673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz -Source2674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz -Source2675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz -Source2676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz -Source2677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz -Source2678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz -Source2679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz -Source2680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-irish.tar.xz -Source2681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz -Source2682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-latin.tar.xz -Source2683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz -Source2684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz -Source2685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz -Source2686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz -Source2687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz -Source2688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz -Source2689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz -Source2690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz -Source2691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz -Source2692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz -Source2693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz -Source2694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lithuanian.tar.xz -Source2695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz -Source2696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-dutch.doc.tar.xz -Source2697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-finnish.doc.tar.xz -Source2698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-slovenian.doc.tar.xz -Source2699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-turkish.doc.tar.xz -Source2700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nevelok.tar.xz -Source2701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nevelok.doc.tar.xz -Source2703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swebib.tar.xz -Source2704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swebib.doc.tar.xz -Source2705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turkmen.tar.xz -Source2706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turkmen.doc.tar.xz -Source2708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droit-fr.tar.xz -Source2709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz -Source2710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/e-french.tar.xz -Source2711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/e-french.doc.tar.xz -Source2712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epslatex-fr.doc.tar.xz -Source2713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facture.tar.xz -Source2714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facture.doc.tar.xz -Source2716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frletter.tar.xz -Source2717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frletter.doc.tar.xz -Source2718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-basque.tar.xz -Source2719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-french.tar.xz -Source2720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impatient-fr.doc.tar.xz -Source2721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impnattypo.tar.xz -Source2722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz -Source2724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-french.doc.tar.xz -Source2725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-french.doc.tar.xz -Source2726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mafr.tar.xz -Source2727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mafr.doc.tar.xz -Source2728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabvar.tar.xz -Source2729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabvar.doc.tar.xz -Source2731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdsfrmath.tar.xz -Source2732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz -Source2734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-fr.doc.tar.xz -Source2735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-array-fr.doc.tar.xz -Source2736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.tar.xz -Source2737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-natbib-fr.doc.tar.xz -Source2738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.tar.xz -Source2739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variations.tar.xz -Source2740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variations.doc.tar.xz -Source2741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csquotes-de.doc.tar.xz -Source2742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dehyph-exptl.tar.xz -Source2743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dehyph-exptl.doc.tar.xz -Source2744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dhua.tar.xz -Source2745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dhua.doc.tar.xz -Source2747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/einfuehrung.doc.tar.xz -Source2748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etdipa.doc.tar.xz -Source2749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoolbox-de.doc.tar.xz -Source2750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fifinddo-info.doc.tar.xz -Source2752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geometry-de.doc.tar.xz -Source2753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/german.tar.xz -Source2754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/german.doc.tar.xz -Source2756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germbib.tar.xz -Source2757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germbib.doc.tar.xz -Source2758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germkorr.tar.xz -Source2759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germkorr.doc.tar.xz -Source2760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz -Source2761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz -Source2763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-german.tar.xz -Source2764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script-examples.doc.tar.xz -Source2765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2picfaq.doc.tar.xz -Source2766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu.doc.tar.xz -Source2767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-bib-ex.doc.tar.xz -Source2768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-referenz.doc.tar.xz -Source2769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-tabellen.doc.tar.xz -Source2770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat-de.doc.tar.xz -Source2771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-german.doc.tar.xz -Source2772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-doc-de.doc.tar.xz -Source2773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/microtype-de.doc.tar.xz -Source2774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/presentations.doc.tar.xz -Source2776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/r_und_s.tar.xz -Source2777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz -Source2778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templates-fenn.doc.tar.xz -Source2779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templates-sommer.doc.tar.xz -Source2780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-de.doc.tar.xz -Source2781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipa-de.doc.tar.xz -Source2782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.tar.xz -Source2783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-biblatex-de.doc.tar.xz -Source2784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-chemsym-de.doc.tar.xz -Source2785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-ecv-de.doc.tar.xz -Source2786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-enumitem-de.doc.tar.xz -Source2787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-europecv-de.doc.tar.xz -Source2788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-filecontents-de.doc.tar.xz -Source2789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-moreverb-de.doc.tar.xz -Source2790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/udesoftec.tar.xz -Source2791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/udesoftec.doc.tar.xz -Source2793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umlaute.tar.xz -Source2794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umlaute.doc.tar.xz -Source2796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/voss-mathcol.doc.tar.xz -Source2797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz -Source2798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz -Source2799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsporson.tar.xz -Source2800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz -Source2801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-fontenc.tar.xz -Source2802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-fontenc.doc.tar.xz -Source2803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-inputenc.tar.xz -Source2804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz -Source2805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greekdates.tar.xz -Source2806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greekdates.doc.tar.xz -Source2808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektex.tar.xz -Source2809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektex.doc.tar.xz -Source2810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-greek.tar.xz -Source2811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-greek.doc.tar.xz -Source2812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-ancientgreek.tar.xz -Source2813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibycus-babel.tar.xz -Source2814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz -Source2816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibygrk.tar.xz -Source2817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz -Source2818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerkis.tar.xz -Source2819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerkis.doc.tar.xz -Source2820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/levy.tar.xz -Source2821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/levy.doc.tar.xz -Source2822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lgreek.tar.xz -Source2823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lgreek.doc.tar.xz -Source2826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/teubner.tar.xz -Source2827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/teubner.doc.tar.xz -Source2829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xgreek.tar.xz -Source2830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xgreek.doc.tar.xz -Source2832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yannisgr.tar.xz -Source2833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz -Source2837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-indic.tar.xz -Source2838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz -Source2839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit.tar.xz -Source2840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz -Source2842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit-t1.tar.xz -Source2843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit-t1.doc.tar.xz -Source2846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz -Source2847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz -Source2848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri.tar.xz -Source2849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri.doc.tar.xz -Source2850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri-latex.tar.xz -Source2851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz -Source2853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhdr-it.doc.tar.xz -Source2854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixltxhyph.tar.xz -Source2855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz -Source2857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frontespizio.tar.xz -Source2858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz -Source2860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-italian.tar.xz -Source2861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/itnumpar.tar.xz -Source2862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz -Source2864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-italian.doc.tar.xz -Source2865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex4wp-it.doc.tar.xz -Source2866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layaureo.tar.xz -Source2867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layaureo.doc.tar.xz -Source2869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-italian.doc.tar.xz -Source2870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfrag-italian.doc.tar.xz -Source2871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-it.doc.tar.xz -Source2874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex.tar.xz -Source2875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex.doc.tar.xz -Source2879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf.tar.xz -Source2880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz -Source2882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz -Source2883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz -Source2888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jsclasses.tar.xz -Source2889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jsclasses.doc.tar.xz -Source2891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-japanese.doc.tar.xz -Source2892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexja.tar.xz -Source2893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexja.doc.tar.xz -Source2900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxbase.tar.xz -Source2901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxbase.doc.tar.xz -Source2902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxchfon.tar.xz -Source2903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxchfon.doc.tar.xz -Source2904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxcjkcat.tar.xz -Source2905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz -Source2906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxjahyper.tar.xz -Source2907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxjahyper.doc.tar.xz -Source2908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxrubrica.tar.xz -Source2909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz -Source2914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafbfont.tar.xz -Source2915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz -Source2916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjatype.tar.xz -Source2917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz -Source2918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-oblivoir.tar.xz -Source2919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-oblivoir.doc.tar.xz -Source2920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memoir.tar.xz -Source2921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memoir.doc.tar.xz -Source2923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-utf.tar.xz -Source2924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-utf.doc.tar.xz -Source2925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-plain.tar.xz -Source2926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-plain.doc.tar.xz -Source2929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-korean.doc.tar.xz -Source2930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nanumtype1.tar.xz -Source2931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz -Source2932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctib.tar.xz -Source2933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctib.doc.tar.xz -Source2935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz -Source2936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz -Source2937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz -Source2938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-georgian.tar.xz -Source2939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz -Source2940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz -Source2941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-thai.tar.xz -Source2942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz -Source2943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-thai.doc.tar.xz -Source2944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-vietnamese.doc.tar.xz -Source2945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntheorem-vn.doc.tar.xz -Source2946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vntex.tar.xz -Source2947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vntex.doc.tar.xz -Source2949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gustlib.tar.xz -Source2950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gustlib.doc.tar.xz -Source2951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gustprog.doc.tar.xz -Source2952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-polish.tar.xz -Source2953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-polish.doc.tar.xz -Source2957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pl.tar.xz -Source2958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pl.doc.tar.xz -Source2959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwcls.tar.xz -Source2960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwcls.doc.tar.xz -Source2962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polski.tar.xz -Source2963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polski.doc.tar.xz -Source2965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/przechlewski-book.tar.xz -Source2966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz -Source2967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qpxqtx.tar.xz -Source2968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz -Source2969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tap.tar.xz -Source2970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tap.doc.tar.xz -Source2971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.tar.xz -Source2972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-pl.doc.tar.xz -Source2973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utf8mex.tar.xz -Source2974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz -Source2975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cursolatex.doc.tar.xz -Source2976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feupphdteses.tar.xz -Source2977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feupphdteses.doc.tar.xz -Source2978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz -Source2979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.tar.xz -Source2980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-portuguese.doc.tar.xz -Source2981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ordinalpt.tar.xz -Source2982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz -Source2984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xypic-tut-pt.doc.tar.xz -Source2985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/es-tex-faq.doc.tar.xz -Source2986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz -Source2987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-galician.tar.xz -Source2988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz -Source2989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-spanish.doc.tar.xz -Source2990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.tar.xz -Source2991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.tar.xz -Source2992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat-esmx.doc.tar.xz -Source2993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-spanish.doc.tar.xz -Source2994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spanish-mx.tar.xz -Source2995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spanish-mx.doc.tar.xz -Source2996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crop.tar.xz -Source2997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crop.doc.tar.xz -Source2999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctable.tar.xz -Source3000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctable.doc.tar.xz -Source3002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eso-pic.tar.xz -Source3003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz -Source3005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euenc.tar.xz -Source3006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euenc.doc.tar.xz -Source3008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euler.tar.xz -Source3009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euler.doc.tar.xz -Source3011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extsizes.tar.xz -Source3012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extsizes.doc.tar.xz -Source3013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancybox.tar.xz -Source3014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancybox.doc.tar.xz -Source3015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyref.tar.xz -Source3016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyref.doc.tar.xz -Source3018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyvrb.tar.xz -Source3019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz -Source3021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/float.tar.xz -Source3022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/float.doc.tar.xz -Source3024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontspec.tar.xz -Source3025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontspec.doc.tar.xz -Source3027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3kernel.tar.xz -Source3028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz -Source3030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3packages.tar.xz -Source3031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3packages.doc.tar.xz -Source3033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fp.tar.xz -Source3034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fp.doc.tar.xz -Source3035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/index.tar.xz -Source3036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/index.doc.tar.xz -Source3038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jknapltx.tar.xz -Source3039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz -Source3040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script.tar.xz -Source3041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3experimental.tar.xz -Source3042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz -Source3044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lineno.tar.xz -Source3045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lineno.doc.tar.xz -Source3047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listings.tar.xz -Source3048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listings.doc.tar.xz -Source3050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathtools.tar.xz -Source3051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathtools.doc.tar.xz -Source3053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdwtools.tar.xz -Source3054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz -Source3056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metalogo.tar.xz -Source3057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metalogo.doc.tar.xz -Source3059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/microtype.tar.xz -Source3060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/microtype.doc.tar.xz -Source3062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ms.tar.xz -Source3063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ms.doc.tar.xz -Source3065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntgclass.tar.xz -Source3066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz -Source3068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parskip.tar.xz -Source3069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parskip.doc.tar.xz -Source3070: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpages.tar.xz -Source3071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz -Source3073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot.tar.xz -Source3074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot.doc.tar.xz -Source3076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfrag.tar.xz -Source3077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfrag.doc.tar.xz -Source3079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs.tar.xz -Source3080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs.doc.tar.xz -Source3085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmath.tar.xz -Source3086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmath.doc.tar.xz -Source3087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/section.tar.xz -Source3088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/section.doc.tar.xz -Source3089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seminar.tar.xz -Source3090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seminar.doc.tar.xz -Source3091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepnum.tar.xz -Source3092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepnum.doc.tar.xz -Source3093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setspace.tar.xz -Source3094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setspace.doc.tar.xz -Source3095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfig.tar.xz -Source3096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfig.doc.tar.xz -Source3098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textcase.tar.xz -Source3099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textcase.doc.tar.xz -Source3103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typehtml.tar.xz -Source3104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typehtml.doc.tar.xz -Source3106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underscore.tar.xz -Source3107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underscore.doc.tar.xz -Source3108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combinedgraphics.tar.xz -Source3109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz -Source3111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve.tar.xz -Source3112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve.doc.tar.xz -Source3114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve2e.tar.xz -Source3115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve2e.doc.tar.xz -Source3117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curves.tar.xz -Source3118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curves.doc.tar.xz -Source3120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dcpic.tar.xz -Source3121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dcpic.doc.tar.xz -Source3122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagmac2.tar.xz -Source3123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz -Source3124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doc-pictex.doc.tar.xz -Source3125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dottex.tar.xz -Source3126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dottex.doc.tar.xz -Source3128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dot2texi.tar.xz -Source3129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz -Source3130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dratex.tar.xz -Source3131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dratex.doc.tar.xz -Source3132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drs.tar.xz -Source3133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drs.doc.tar.xz -Source3134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duotenzor.tar.xz -Source3135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz -Source3136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eepic.tar.xz -Source3137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eepic.doc.tar.xz -Source3140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epspdfconversion.tar.xz -Source3141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz -Source3142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esk.tar.xz -Source3143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esk.doc.tar.xz -Source3145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fast-diagram.tar.xz -Source3146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz -Source3149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fitbox.tar.xz -Source3150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fitbox.doc.tar.xz -Source3152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowchart.tar.xz -Source3153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowchart.doc.tar.xz -Source3155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forest.tar.xz -Source3156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forest.doc.tar.xz -Source3158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogytree.tar.xz -Source3159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogytree.doc.tar.xz -Source3162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gincltex.tar.xz -Source3163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gincltex.doc.tar.xz -Source3165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnuplottex.tar.xz -Source3166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz -Source3168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradientframe.tar.xz -Source3169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz -Source3171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grafcet.tar.xz -Source3172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grafcet.doc.tar.xz -Source3173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphviz.tar.xz -Source3174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphviz.doc.tar.xz -Source3176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harveyballs.tar.xz -Source3177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harveyballs.doc.tar.xz -Source3178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/here.tar.xz -Source3179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/here.doc.tar.xz -Source3180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hf-tikz.tar.xz -Source3181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz -Source3183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobby.tar.xz -Source3184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobby.doc.tar.xz -Source3186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvfloat.tar.xz -Source3187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz -Source3188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knitting.tar.xz -Source3189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knitting.doc.tar.xz -Source3190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knittingpattern.tar.xz -Source3191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz -Source3192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lapdf.tar.xz -Source3193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lapdf.doc.tar.xz -Source3194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-make.tar.xz -Source3195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-make.doc.tar.xz -Source3197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpic.tar.xz -Source3198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpic.doc.tar.xz -Source3199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeshape.tar.xz -Source3200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeshape.doc.tar.xz -Source3204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miniplot.tar.xz -Source3205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miniplot.doc.tar.xz -Source3208: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modiagram.tar.xz -Source3209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modiagram.doc.tar.xz -Source3210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/neuralnetwork.tar.xz -Source3211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/neuralnetwork.doc.tar.xz -Source3212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numericplots.tar.xz -Source3213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numericplots.doc.tar.xz -Source3214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pb-diagram.tar.xz -Source3215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz -Source3218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-blur.tar.xz -Source3219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz -Source3221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-soroban.tar.xz -Source3222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz -Source3223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlcd.tar.xz -Source3224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlcd.doc.tar.xz -Source3225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz -Source3226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz -Source3227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfgantt.tar.xz -Source3228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz -Source3230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfkeyx.tar.xz -Source3231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz -Source3232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfmolbio.tar.xz -Source3233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz -Source3235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfopts.tar.xz -Source3236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz -Source3238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfplots.tar.xz -Source3239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz -Source3241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/picinpar.tar.xz -Source3242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/picinpar.doc.tar.xz -Source3243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pict2e.tar.xz -Source3244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pict2e.doc.tar.xz -Source3246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictex.tar.xz -Source3247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictex.doc.tar.xz -Source3248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictex2.tar.xz -Source3249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pinlabel.tar.xz -Source3250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz -Source3251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmgraph.tar.xz -Source3252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz -Source3253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prerex.tar.xz -Source3254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prerex.doc.tar.xz -Source3255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/productbox.tar.xz -Source3256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/productbox.doc.tar.xz -Source3258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxpgfmark.tar.xz -Source3259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxpgfmark.doc.tar.xz -Source3260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcircuit.tar.xz -Source3261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcircuit.doc.tar.xz -Source3262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qrcode.tar.xz -Source3263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qrcode.doc.tar.xz -Source3265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randbild.tar.xz -Source3266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randbild.doc.tar.xz -Source3268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomwalk.tar.xz -Source3269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz -Source3271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reotex.tar.xz -Source3272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reotex.doc.tar.xz -Source3273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rviewport.tar.xz -Source3274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rviewport.doc.tar.xz -Source3276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sa-tikz.tar.xz -Source3277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz -Source3278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemabloc.tar.xz -Source3279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz -Source3280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setdeck.tar.xz -Source3281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setdeck.doc.tar.xz -Source3282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartdiagram.tar.xz -Source3283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz -Source3285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spath3.tar.xz -Source3286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spath3.doc.tar.xz -Source3288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swimgraf.tar.xz -Source3289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz -Source3290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdraw.tar.xz -Source3291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdraw.doc.tar.xz -Source3292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticollege.tar.xz -Source3293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticollege.doc.tar.xz -Source3294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipfr.doc.tar.xz -Source3295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz -Source3296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz -Source3297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-bayesnet.tar.xz -Source3298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-bayesnet.doc.tar.xz -Source3299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-cd.tar.xz -Source3300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz -Source3301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dependency.tar.xz -Source3302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz -Source3303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dimline.tar.xz -Source3304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dimline.doc.tar.xz -Source3305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-inet.tar.xz -Source3306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz -Source3307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-opm.tar.xz -Source3308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-opm.doc.tar.xz -Source3309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-palattice.tar.xz -Source3310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-palattice.doc.tar.xz -Source3311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-qtree.tar.xz -Source3312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz -Source3313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-timing.tar.xz -Source3314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz -Source3316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn-prov.tar.xz -Source3317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz -Source3319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzinclude.tar.xz -Source3320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz -Source3322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmark.tar.xz -Source3323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmark.doc.tar.xz -Source3325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzorbital.tar.xz -Source3326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz -Source3327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz -Source3328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz -Source3330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpfeile.tar.xz -Source3331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz -Source3333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzposter.tar.xz -Source3334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz -Source3336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzscale.tar.xz -Source3337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz -Source3339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzsymbols.tar.xz -Source3340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz -Source3342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timing-diagrams.tar.xz -Source3343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timing-diagrams.doc.tar.xz -Source3344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tqft.tar.xz -Source3345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tqft.doc.tar.xz -Source3347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-base.tar.xz -Source3348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz -Source3349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-berge.tar.xz -Source3350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-berge.doc.tar.xz -Source3351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-doc.tar.xz -Source3352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz -Source3353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-euclide.tar.xz -Source3354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz -Source3355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-fct.tar.xz -Source3356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz -Source3357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-graph.tar.xz -Source3358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-graph.doc.tar.xz -Source3359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-kiviat.tar.xz -Source3360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-kiviat.doc.tar.xz -Source3361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-linknodes.tar.xz -Source3362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-linknodes.doc.tar.xz -Source3363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-orm.tar.xz -Source3364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz -Source3365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-tab.tar.xz -Source3366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz -Source3367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tsemlines.tar.xz -Source3368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tufte-latex.tar.xz -Source3369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz -Source3370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xifthen.tar.xz -Source3371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xifthen.doc.tar.xz -Source3372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmtarg.tar.xz -Source3373: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz -Source3375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paralist.tar.xz -Source3376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paralist.doc.tar.xz -Source3378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauerj.tar.xz -Source3379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauerj.doc.tar.xz -Source3381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeins.tar.xz -Source3382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeins.doc.tar.xz -Source3383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venndiagram.tar.xz -Source3384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz -Source3386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpicture.tar.xz -Source3387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpicture.doc.tar.xz -Source3389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xypic.tar.xz -Source3390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xypic.doc.tar.xz -Source3391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ESIEEcv.tar.xz -Source3392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz -Source3394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/GS1.tar.xz -Source3395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/GS1.doc.tar.xz -Source3397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/HA-prosper.tar.xz -Source3398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz -Source3400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Tabbing.tar.xz -Source3401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz -Source3403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colordoc.tar.xz -Source3404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colordoc.doc.tar.xz -Source3406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorinfo.tar.xz -Source3407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz -Source3408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorspace.tar.xz -Source3409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorspace.doc.tar.xz -Source3410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortab.tar.xz -Source3411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortab.doc.tar.xz -Source3412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorwav.tar.xz -Source3413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorwav.doc.tar.xz -Source3415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorweb.tar.xz -Source3416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorweb.doc.tar.xz -Source3418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colourchange.tar.xz -Source3419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colourchange.doc.tar.xz -Source3420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combelow.tar.xz -Source3421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combelow.doc.tar.xz -Source3422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combine.tar.xz -Source3423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combine.doc.tar.xz -Source3425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comma.tar.xz -Source3426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comma.doc.tar.xz -Source3427: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commado.tar.xz -Source3428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commado.doc.tar.xz -Source3430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comment.tar.xz -Source3431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comment.doc.tar.xz -Source3432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concepts.tar.xz -Source3433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concepts.doc.tar.xz -Source3434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concprog.tar.xz -Source3435: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concprog.doc.tar.xz -Source3436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/constants.tar.xz -Source3437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/constants.doc.tar.xz -Source3439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contour.tar.xz -Source3440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contour.doc.tar.xz -Source3442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contracard.tar.xz -Source3443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contracard.doc.tar.xz -Source3445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking.tar.xz -Source3446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking.doc.tar.xz -Source3448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cool.tar.xz -Source3449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cool.doc.tar.xz -Source3451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coollist.tar.xz -Source3452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coollist.doc.tar.xz -Source3454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolstr.tar.xz -Source3455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolstr.doc.tar.xz -Source3457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolthms.tar.xz -Source3458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolthms.doc.tar.xz -Source3460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooltooltips.tar.xz -Source3461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz -Source3463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coordsys.tar.xz -Source3464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coordsys.doc.tar.xz -Source3466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyedit.tar.xz -Source3467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyedit.doc.tar.xz -Source3469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyrightbox.tar.xz -Source3470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz -Source3471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coseoul.tar.xz -Source3472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coseoul.doc.tar.xz -Source3473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/counttexruns.tar.xz -Source3474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz -Source3476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courseoutline.tar.xz -Source3477: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz -Source3478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coursepaper.tar.xz -Source3479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz -Source3480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coverpage.tar.xz -Source3481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coverpage.doc.tar.xz -Source3483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cprotect.tar.xz -Source3484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cprotect.doc.tar.xz -Source3486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crbox.tar.xz -Source3487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crbox.doc.tar.xz -Source3488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreference.tar.xz -Source3489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreference.doc.tar.xz -Source3491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csquotes.tar.xz -Source3492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csquotes.doc.tar.xz -Source3493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csvsimple.tar.xz -Source3494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz -Source3495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cuisine.tar.xz -Source3496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cuisine.doc.tar.xz -Source3498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currfile.tar.xz -Source3499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currfile.doc.tar.xz -Source3501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currvita.tar.xz -Source3502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currvita.doc.tar.xz -Source3504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cutwin.tar.xz -Source3505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cutwin.doc.tar.xz -Source3507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv.tar.xz -Source3508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv.doc.tar.xz -Source3509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv4tw.tar.xz -Source3510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv4tw.doc.tar.xz -Source3511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cweb-latex.tar.xz -Source3512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz -Source3513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyber.tar.xz -Source3514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyber.doc.tar.xz -Source3516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cybercic.tar.xz -Source3517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cybercic.doc.tar.xz -Source3519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashbox.tar.xz -Source3520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashbox.doc.tar.xz -Source3522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashrule.tar.xz -Source3523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashrule.doc.tar.xz -Source3525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashundergaps.tar.xz -Source3526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz -Source3527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dataref.tar.xz -Source3528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dataref.doc.tar.xz -Source3530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datatool.tar.xz -Source3531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datatool.doc.tar.xz -Source3533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dateiliste.tar.xz -Source3534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz -Source3536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datenumber.tar.xz -Source3537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datenumber.doc.tar.xz -Source3539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime.tar.xz -Source3540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime.doc.tar.xz -Source3542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2.tar.xz -Source3543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2.doc.tar.xz -Source3545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bahasai.tar.xz -Source3546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bahasai.doc.tar.xz -Source3548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-basque.tar.xz -Source3549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-basque.doc.tar.xz -Source3551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-breton.tar.xz -Source3552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-breton.doc.tar.xz -Source3554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bulgarian.tar.xz -Source3555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bulgarian.doc.tar.xz -Source3557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-catalan.tar.xz -Source3558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-catalan.doc.tar.xz -Source3560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-croatian.tar.xz -Source3561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-croatian.doc.tar.xz -Source3563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-czech.tar.xz -Source3564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-czech.doc.tar.xz -Source3566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-danish.tar.xz -Source3567: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-danish.doc.tar.xz -Source3569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-dutch.tar.xz -Source3570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-dutch.doc.tar.xz -Source3572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-en-fulltext.tar.xz -Source3573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-en-fulltext.doc.tar.xz -Source3575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-english.tar.xz -Source3576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-english.doc.tar.xz -Source3578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-esperanto.tar.xz -Source3579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-esperanto.doc.tar.xz -Source3581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-estonian.tar.xz -Source3582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-estonian.doc.tar.xz -Source3584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-finnish.tar.xz -Source3585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-finnish.doc.tar.xz -Source3587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-french.tar.xz -Source3588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-french.doc.tar.xz -Source3590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-galician.tar.xz -Source3591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-galician.doc.tar.xz -Source3593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-german.tar.xz -Source3594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-german.doc.tar.xz -Source3596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-greek.tar.xz -Source3597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-greek.doc.tar.xz -Source3599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-hebrew.tar.xz -Source3600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-hebrew.doc.tar.xz -Source3602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-icelandic.tar.xz -Source3603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-icelandic.doc.tar.xz -Source3605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-irish.tar.xz -Source3606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-irish.doc.tar.xz -Source3608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-italian.tar.xz -Source3609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-italian.doc.tar.xz -Source3611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-it-fulltext.tar.xz -Source3612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-it-fulltext.doc.tar.xz -Source3614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-latin.tar.xz -Source3615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-latin.doc.tar.xz -Source3617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-lsorbian.tar.xz -Source3618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-lsorbian.doc.tar.xz -Source3620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-magyar.tar.xz -Source3621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-magyar.doc.tar.xz -Source3623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-norsk.tar.xz -Source3624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-norsk.doc.tar.xz -Source3626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-polish.tar.xz -Source3627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-polish.doc.tar.xz -Source3629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-portuges.tar.xz -Source3630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-portuges.doc.tar.xz -Source3632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-romanian.tar.xz -Source3633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-romanian.doc.tar.xz -Source3635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-russian.tar.xz -Source3636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-russian.doc.tar.xz -Source3638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-samin.tar.xz -Source3639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-samin.doc.tar.xz -Source3641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-scottish.tar.xz -Source3642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-scottish.doc.tar.xz -Source3644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-serbian.tar.xz -Source3645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-serbian.doc.tar.xz -Source3647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovak.tar.xz -Source3648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovak.doc.tar.xz -Source3650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovene.tar.xz -Source3651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovene.doc.tar.xz -Source3653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-spanish.tar.xz -Source3654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-spanish.doc.tar.xz -Source3656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-swedish.tar.xz -Source3657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-swedish.doc.tar.xz -Source3659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-turkish.tar.xz -Source3660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-turkish.doc.tar.xz -Source3662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-ukrainian.tar.xz -Source3663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-ukrainian.doc.tar.xz -Source3665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-usorbian.tar.xz -Source3666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-usorbian.doc.tar.xz -Source3668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-welsh.tar.xz -Source3669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-welsh.doc.tar.xz -Source3671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dblfloatfix.tar.xz -Source3672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz -Source3673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decimal.tar.xz -Source3674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decimal.doc.tar.xz -Source3676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decorule.tar.xz -Source3677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decorule.doc.tar.xz -Source3679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delim.tar.xz -Source3680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delim.doc.tar.xz -Source3682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimtxt.tar.xz -Source3683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz -Source3685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/denisbdoc.tar.xz -Source3686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/denisbdoc.doc.tar.xz -Source3690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagbox.tar.xz -Source3691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagbox.doc.tar.xz -Source3693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagnose.tar.xz -Source3694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagnose.doc.tar.xz -Source3695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dialogl.tar.xz -Source3696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dialogl.doc.tar.xz -Source3698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dichokey.tar.xz -Source3699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dichokey.doc.tar.xz -Source3700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinbrief.tar.xz -Source3701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz -Source3703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/directory.tar.xz -Source3704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/directory.doc.tar.xz -Source3705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtytalk.tar.xz -Source3706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz -Source3708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dlfltxb.tar.xz -Source3709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz -Source3710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dnaseq.tar.xz -Source3711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz -Source3713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doclicense.tar.xz -Source3714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doclicense.doc.tar.xz -Source3716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmfp.tar.xz -Source3717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmfp.doc.tar.xz -Source3719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmute.tar.xz -Source3720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmute.doc.tar.xz -Source3722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doctools.tar.xz -Source3723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doctools.doc.tar.xz -Source3725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/documentation.tar.xz -Source3726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/documentation.doc.tar.xz -Source3728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doi.tar.xz -Source3729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doi.doc.tar.xz -Source3730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotarrow.tar.xz -Source3731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz -Source3733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotseqn.tar.xz -Source3734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz -Source3736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/download.tar.xz -Source3737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/download.doc.tar.xz -Source3739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dox.tar.xz -Source3740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dox.doc.tar.xz -Source3742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dpfloat.tar.xz -Source3743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz -Source3744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dprogress.tar.xz -Source3745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dprogress.doc.tar.xz -Source3747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drac.tar.xz -Source3748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drac.doc.tar.xz -Source3750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftcopy.tar.xz -Source3751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz -Source3753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftwatermark.tar.xz -Source3754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz -Source3756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtk.tar.xz -Source3757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtk.doc.tar.xz -Source3758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxgallery.doc.tar.xz -Source3760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvdcoll.tar.xz -Source3761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz -Source3762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynblocks.tar.xz -Source3763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz -Source3764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean13isbn.tar.xz -Source3765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz -Source3766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy.tar.xz -Source3767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy.doc.tar.xz -Source3768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy-todo.tar.xz -Source3769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz -Source3770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyfig.tar.xz -Source3771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyfig.doc.tar.xz -Source3773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easylist.tar.xz -Source3774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easylist.doc.tar.xz -Source3775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyreview.tar.xz -Source3776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyreview.doc.tar.xz -Source3778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebezier.tar.xz -Source3779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebezier.doc.tar.xz -Source3781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecclesiastic.tar.xz -Source3782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz -Source3784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecv.tar.xz -Source3785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecv.doc.tar.xz -Source3787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ed.tar.xz -Source3788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ed.doc.tar.xz -Source3790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmargin.tar.xz -Source3791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmargin.doc.tar.xz -Source3793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eemeir.tar.xz -Source3794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eemeir.doc.tar.xz -Source3796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/efbox.tar.xz -Source3797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/efbox.doc.tar.xz -Source3799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egplot.tar.xz -Source3800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egplot.doc.tar.xz -Source3802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elements.tar.xz -Source3803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elements.doc.tar.xz -Source3804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipsis.tar.xz -Source3805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz -Source3807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elmath.tar.xz -Source3808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elmath.doc.tar.xz -Source3810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elocalloc.tar.xz -Source3811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elocalloc.doc.tar.xz -Source3813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elpres.tar.xz -Source3814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elpres.doc.tar.xz -Source3815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elzcards.tar.xz -Source3816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elzcards.doc.tar.xz -Source3818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emarks.tar.xz -Source3819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emarks.doc.tar.xz -Source3821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embedall.tar.xz -Source3822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embedall.doc.tar.xz -Source3824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embrac.tar.xz -Source3825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embrac.doc.tar.xz -Source3826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emptypage.tar.xz -Source3827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emptypage.doc.tar.xz -Source3829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emulateapj.tar.xz -Source3830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz -Source3831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endfloat.tar.xz -Source3832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endfloat.doc.tar.xz -Source3834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endheads.tar.xz -Source3835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endheads.doc.tar.xz -Source3837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotes.tar.xz -Source3838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotes.doc.tar.xz -Source3839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engpron.tar.xz -Source3840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engpron.doc.tar.xz -Source3842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engrec.tar.xz -Source3843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engrec.doc.tar.xz -Source3845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enotez.tar.xz -Source3846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enotez.doc.tar.xz -Source3847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem.tar.xz -Source3848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem.doc.tar.xz -Source3849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem-zref.tar.xz -Source3850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz -Source3852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envbig.tar.xz -Source3853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envbig.doc.tar.xz -Source3854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/environ.tar.xz -Source3855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/environ.doc.tar.xz -Source3857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envlab.tar.xz -Source3858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envlab.doc.tar.xz -Source3860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigraph.tar.xz -Source3861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigraph.doc.tar.xz -Source3863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epiolmec.tar.xz -Source3864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz -Source3868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqell.tar.xz -Source3869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqell.doc.tar.xz -Source3870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqlist.tar.xz -Source3871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqlist.doc.tar.xz -Source3873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqname.tar.xz -Source3874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqparbox.tar.xz -Source3875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz -Source3877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/errata.tar.xz -Source3878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/errata.doc.tar.xz -Source3880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esami.tar.xz -Source3881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esami.doc.tar.xz -Source3882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esdiff.tar.xz -Source3883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esdiff.doc.tar.xz -Source3885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint.tar.xz -Source3886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint.doc.tar.xz -Source3888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint-type1.tar.xz -Source3889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz -Source3890: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etaremune.tar.xz -Source3891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etaremune.doc.tar.xz -Source3893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etextools.tar.xz -Source3894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etextools.doc.tar.xz -Source3896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoc.tar.xz -Source3897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoc.doc.tar.xz -Source3899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoolbox.tar.xz -Source3900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz -Source3901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eukdate.tar.xz -Source3902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eukdate.doc.tar.xz -Source3904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europasscv.tar.xz -Source3905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europasscv.doc.tar.xz -Source3906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europecv.tar.xz -Source3907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europecv.doc.tar.xz -Source3908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everyhook.tar.xz -Source3909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everyhook.doc.tar.xz -Source3911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everypage.tar.xz -Source3912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everypage.doc.tar.xz -Source3914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam.tar.xz -Source3915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam.doc.tar.xz -Source3916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam-n.tar.xz -Source3917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam-n.doc.tar.xz -Source3919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examdesign.tar.xz -Source3920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examdesign.doc.tar.xz -Source3922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/example.tar.xz -Source3923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examplep.tar.xz -Source3924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examplep.doc.tar.xz -Source3927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/excludeonly.tar.xz -Source3928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz -Source3929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercise.tar.xz -Source3930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercise.doc.tar.xz -Source3932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exp-testopt.tar.xz -Source3933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz -Source3935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expdlist.tar.xz -Source3936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expdlist.doc.tar.xz -Source3938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/export.tar.xz -Source3939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/export.doc.tar.xz -Source3941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsheets.tar.xz -Source3942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsheets.doc.tar.xz -Source3943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsol.tar.xz -Source3944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsol.doc.tar.xz -Source3946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extract.tar.xz -Source3947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extract.doc.tar.xz -Source3949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facsimile.tar.xz -Source3950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facsimile.doc.tar.xz -Source3952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/factura.tar.xz -Source3953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/factura.doc.tar.xz -Source3955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancylabel.tar.xz -Source3956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancylabel.doc.tar.xz -Source3958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancynum.tar.xz -Source3959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancynum.doc.tar.xz -Source3961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancypar.tar.xz -Source3962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancypar.doc.tar.xz -Source3964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyslides.tar.xz -Source3965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyslides.doc.tar.xz -Source3966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytabs.tar.xz -Source3967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz -Source3969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytooltips.tar.xz -Source3970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz -Source3972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcolumn.tar.xz -Source3973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcolumn.doc.tar.xz -Source3975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fifo-stack.tar.xz -Source3976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fifo-stack.doc.tar.xz -Source3978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figsize.tar.xz -Source3979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figsize.doc.tar.xz -Source3980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontents.tar.xz -Source3981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontents.doc.tar.xz -Source3983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filedate.tar.xz -Source3984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filedate.doc.tar.xz -Source3986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filehook.tar.xz -Source3987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filehook.doc.tar.xz -Source3989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fileinfo.tar.xz -Source3990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz -Source3992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filemod.tar.xz -Source3993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filemod.doc.tar.xz -Source3994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fink.tar.xz -Source3995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fink.doc.tar.xz -Source3997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/finstrut.tar.xz -Source3998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/finstrut.doc.tar.xz -Source4000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fithesis.tar.xz -Source4001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fithesis.doc.tar.xz -Source4003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixfoot.tar.xz -Source4004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz -Source4005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixme.tar.xz -Source4006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixme.doc.tar.xz -Source4008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz -Source4009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz -Source4011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fjodor.tar.xz -Source4012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fjodor.doc.tar.xz -Source4013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flabels.tar.xz -Source4014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flabels.doc.tar.xz -Source4016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flacards.tar.xz -Source4017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flacards.doc.tar.xz -Source4018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flagderiv.tar.xz -Source4019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz -Source4021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashcards.tar.xz -Source4022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashcards.doc.tar.xz -Source4024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashmovie.tar.xz -Source4025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz -Source4026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flipbook.tar.xz -Source4027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flipbook.doc.tar.xz -Source4028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flippdf.tar.xz -Source4029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flippdf.doc.tar.xz -Source4031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatflt.tar.xz -Source4032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatflt.doc.tar.xz -Source4034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatrow.tar.xz -Source4035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatrow.doc.tar.xz -Source4037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowfram.tar.xz -Source4038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowfram.doc.tar.xz -Source4040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmp.tar.xz -Source4041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmp.doc.tar.xz -Source4043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmtcount.tar.xz -Source4044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz -Source4046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fn2end.tar.xz -Source4047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fn2end.doc.tar.xz -Source4048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnbreak.tar.xz -Source4049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz -Source4051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncychap.tar.xz -Source4052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncychap.doc.tar.xz -Source4053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncylab.tar.xz -Source4054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncylab.doc.tar.xz -Source4055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpara.tar.xz -Source4056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpara.doc.tar.xz -Source4057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpct.tar.xz -Source4058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpct.doc.tar.xz -Source4059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnumprint.tar.xz -Source4060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz -Source4062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foilhtml.tar.xz -Source4063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz -Source4065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontaxes.tar.xz -Source4066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz -Source4068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonttable.tar.xz -Source4069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonttable.doc.tar.xz -Source4071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisc.tar.xz -Source4072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisc.doc.tar.xz -Source4074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotebackref.tar.xz -Source4075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz -Source4076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnoterange.tar.xz -Source4077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz -Source4079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnpag.tar.xz -Source4080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnpag.doc.tar.xz -Source4082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forarray.tar.xz -Source4083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forarray.doc.tar.xz -Source4085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foreign.tar.xz -Source4086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foreign.doc.tar.xz -Source4088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forloop.tar.xz -Source4089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forloop.doc.tar.xz -Source4091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formlett.tar.xz -Source4092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formlett.doc.tar.xz -Source4093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formular.tar.xz -Source4094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formular.doc.tar.xz -Source4096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fragments.tar.xz -Source4097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fragments.doc.tar.xz -Source4098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frame.tar.xz -Source4099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frame.doc.tar.xz -Source4100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/framed.tar.xz -Source4101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/framed.doc.tar.xz -Source4102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frankenstein.tar.xz -Source4103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz -Source4105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frege.tar.xz -Source4106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frege.doc.tar.xz -Source4107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftcap.tar.xz -Source4108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftcap.doc.tar.xz -Source4109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftnxtra.tar.xz -Source4110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz -Source4112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullblck.tar.xz -Source4113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullblck.doc.tar.xz -Source4115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullminipage.tar.xz -Source4116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullminipage.doc.tar.xz -Source4118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullwidth.tar.xz -Source4119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz -Source4120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-calligra.tar.xz -Source4121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz -Source4123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-cyr.tar.xz -Source4124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz -Source4125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz -Source4127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fwlw.tar.xz -Source4128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fwlw.doc.tar.xz -Source4129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/g-brief.tar.xz -Source4130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/g-brief.doc.tar.xz -Source4132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gauss.tar.xz -Source4133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gauss.doc.tar.xz -Source4134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcard.tar.xz -Source4135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcard.doc.tar.xz -Source4136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcite.tar.xz -Source4137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcite.doc.tar.xz -Source4139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gender.tar.xz -Source4140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gender.doc.tar.xz -Source4142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genmpage.tar.xz -Source4143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genmpage.doc.tar.xz -Source4145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getfiledate.tar.xz -Source4146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz -Source4147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ginpenc.tar.xz -Source4148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz -Source4150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo.tar.xz -Source4151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz -Source4152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo2.tar.xz -Source4153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo2.doc.tar.xz -Source4154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss.tar.xz -Source4155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss.doc.tar.xz -Source4159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-danish.tar.xz -Source4160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-danish.doc.tar.xz -Source4162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-dutch.tar.xz -Source4163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-dutch.doc.tar.xz -Source4165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-english.tar.xz -Source4166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-english.doc.tar.xz -Source4168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-french.tar.xz -Source4169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-french.doc.tar.xz -Source4171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-german.tar.xz -Source4172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-german.doc.tar.xz -Source4174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-irish.tar.xz -Source4175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-irish.doc.tar.xz -Source4177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-italian.tar.xz -Source4178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-italian.doc.tar.xz -Source4180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-magyar.tar.xz -Source4181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-magyar.doc.tar.xz -Source4183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-polish.tar.xz -Source4184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-polish.doc.tar.xz -Source4186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-portuges.tar.xz -Source4187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-portuges.doc.tar.xz -Source4189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-serbian.tar.xz -Source4190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-serbian.doc.tar.xz -Source4192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-spanish.tar.xz -Source4193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-spanish.doc.tar.xz -Source4195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc.tar.xz -Source4196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz -Source4197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz -Source4198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz -Source4200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmiflink.tar.xz -Source4201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz -Source4202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmutils.tar.xz -Source4203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmutils.doc.tar.xz -Source4204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverb.tar.xz -Source4205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverb.doc.tar.xz -Source4206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphbox.tar.xz -Source4207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphbox.doc.tar.xz -Source4209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz -Source4210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz -Source4212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxbox.tar.xz -Source4213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxbox.doc.tar.xz -Source4215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grfpaste.tar.xz -Source4216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz -Source4217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid.tar.xz -Source4218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid.doc.tar.xz -Source4220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid-system.tar.xz -Source4221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid-system.doc.tar.xz -Source4222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gridset.tar.xz -Source4223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gridset.doc.tar.xz -Source4225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtl.tar.xz -Source4226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtl.doc.tar.xz -Source4228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitlogo.tar.xz -Source4229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz -Source4231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handout.tar.xz -Source4232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handout.doc.tar.xz -Source4233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hang.tar.xz -Source4234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hang.doc.tar.xz -Source4235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hanging.tar.xz -Source4236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hanging.doc.tar.xz -Source4238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hardwrap.tar.xz -Source4239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz -Source4241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harnon-cv.tar.xz -Source4242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz -Source4243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harpoon.tar.xz -Source4244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harpoon.doc.tar.xz -Source4245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hc.tar.xz -Source4246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hc.doc.tar.xz -Source4248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/he-she.tar.xz -Source4249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/he-she.doc.tar.xz -Source4250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hhtensor.tar.xz -Source4251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz -Source4253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/histogr.tar.xz -Source4254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/histogr.doc.tar.xz -Source4256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitec.tar.xz -Source4257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitec.doc.tar.xz -Source4258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hletter.tar.xz -Source4259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hletter.doc.tar.xz -Source4260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hpsdiss.tar.xz -Source4261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz -Source4263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrefhide.tar.xz -Source4264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz -Source4266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvindex.tar.xz -Source4267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvindex.doc.tar.xz -Source4268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdvips.tar.xz -Source4269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz -Source4270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyper.tar.xz -Source4271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyper.doc.tar.xz -Source4273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypernat.tar.xz -Source4274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypernat.doc.tar.xz -Source4276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperxmp.tar.xz -Source4277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz -Source4279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphenat.tar.xz -Source4280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz -Source4282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxcmds.tar.xz -Source4283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxcmds.doc.tar.xz -Source4284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxlayout.tar.xz -Source4285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz -Source4287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmslide.tar.xz -Source4288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz -Source4289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifnextok.tar.xz -Source4290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz -Source4292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifoddpage.tar.xz -Source4293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz -Source4295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifplatform.tar.xz -Source4296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz -Source4298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifthenx.tar.xz -Source4299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz -Source4300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iitem.tar.xz -Source4301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iitem.doc.tar.xz -Source4303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/image-gallery.tar.xz -Source4304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz -Source4305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imakeidx.tar.xz -Source4306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz -Source4308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/import.tar.xz -Source4309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/import.doc.tar.xz -Source4310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/incgraph.tar.xz -Source4311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/incgraph.doc.tar.xz -Source4312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/indextools.tar.xz -Source4313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/indextools.doc.tar.xz -Source4315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinedef.tar.xz -Source4316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz -Source4318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inputtrc.tar.xz -Source4319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz -Source4321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz -Source4322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz -Source4323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interfaces.tar.xz -Source4324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interfaces.doc.tar.xz -Source4326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inversepath.tar.xz -Source4327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inversepath.doc.tar.xz -Source4329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice.tar.xz -Source4330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice.doc.tar.xz -Source4331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso.tar.xz -Source4332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso.doc.tar.xz -Source4334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso10303.tar.xz -Source4335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso10303.doc.tar.xz -Source4337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodate.tar.xz -Source4338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodate.doc.tar.xz -Source4340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodoc.tar.xz -Source4341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodoc.doc.tar.xz -Source4343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isonums.tar.xz -Source4344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isonums.doc.tar.xz -Source4345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isorot.tar.xz -Source4346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isorot.doc.tar.xz -Source4348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isotope.tar.xz -Source4349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isotope.doc.tar.xz -Source4351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/issuulinks.tar.xz -Source4352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz -Source4354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwhdp.tar.xz -Source4355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz -Source4356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlabels.tar.xz -Source4357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlabels.doc.tar.xz -Source4358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jslectureplanner.tar.xz -Source4359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jslectureplanner.doc.tar.xz -Source4360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jumplines.tar.xz -Source4361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jumplines.doc.tar.xz -Source4362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jvlisting.tar.xz -Source4363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz -Source4365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kantlipsum.tar.xz -Source4366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz -Source4368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerntest.tar.xz -Source4369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerntest.doc.tar.xz -Source4371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keycommand.tar.xz -Source4372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keycommand.doc.tar.xz -Source4374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyreader.tar.xz -Source4375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyreader.doc.tar.xz -Source4376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keystroke.tar.xz -Source4377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keystroke.doc.tar.xz -Source4378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyval2e.tar.xz -Source4379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz -Source4380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kix.tar.xz -Source4381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kix.doc.tar.xz -Source4382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz -Source4383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz -Source4384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz -Source4385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz -Source4386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv.tar.xz -Source4387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv.doc.tar.xz -Source4389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ktv-texdata.tar.xz -Source4390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz -Source4395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labbook.tar.xz -Source4396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labbook.doc.tar.xz -Source4401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labels.tar.xz -Source4402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labels.doc.tar.xz -Source4404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpackage.tar.xz -Source4405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpackage.doc.tar.xz -Source4407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpage.tar.xz -Source4408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpage.doc.tar.xz -Source4410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexdemo.tar.xz -Source4411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexdemo.doc.tar.xz -Source4413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layouts.tar.xz -Source4414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layouts.doc.tar.xz -Source4416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lazylist.tar.xz -Source4417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lazylist.doc.tar.xz -Source4418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcd.tar.xz -Source4419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcd.doc.tar.xz -Source4421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcg.tar.xz -Source4422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcg.doc.tar.xz -Source4424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leading.tar.xz -Source4425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leading.doc.tar.xz -Source4427: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leaflet.tar.xz -Source4428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leaflet.doc.tar.xz -Source4430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leftidx.tar.xz -Source4431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leftidx.doc.tar.xz -Source4433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lengthconvert.tar.xz -Source4434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lengthconvert.doc.tar.xz -Source4436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettre.tar.xz -Source4437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettre.doc.tar.xz -Source4438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettrine.tar.xz -Source4439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettrine.doc.tar.xz -Source4441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lewis.tar.xz -Source4442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lewis.doc.tar.xz -Source4443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lhelp.tar.xz -Source4444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lhelp.doc.tar.xz -Source4446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libgreek.tar.xz -Source4447: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libgreek.doc.tar.xz -Source4449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/limap.tar.xz -Source4451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linegoal.tar.xz -Source4452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linegoal.doc.tar.xz -Source4454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lipsum.tar.xz -Source4455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lipsum.doc.tar.xz -Source4457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz -Source4458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz -Source4459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listing.tar.xz -Source4460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listing.doc.tar.xz -Source4461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listlbls.tar.xz -Source4462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listlbls.doc.tar.xz -Source4464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listliketab.tar.xz -Source4465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listliketab.doc.tar.xz -Source4467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofsymbols.tar.xz -Source4468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz -Source4470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lkproof.tar.xz -Source4471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lkproof.doc.tar.xz -Source4472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lmake.tar.xz -Source4473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lmake.doc.tar.xz -Source4475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/locality.tar.xz -Source4476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/locality.doc.tar.xz -Source4478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/localloc.tar.xz -Source4479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/localloc.doc.tar.xz -Source4481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logbox.tar.xz -Source4482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logbox.doc.tar.xz -Source4484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz -Source4485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz -Source4486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logpap.tar.xz -Source4487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logpap.doc.tar.xz -Source4489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfigure.tar.xz -Source4490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfigure.doc.tar.xz -Source4492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longnamefilelist.tar.xz -Source4493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz -Source4495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/loops.tar.xz -Source4496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/loops.doc.tar.xz -Source4497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lsc.tar.xz -Source4498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lsc.doc.tar.xz -Source4499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstaddons.tar.xz -Source4500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz -Source4502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lt3graph.tar.xz -Source4503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lt3graph.doc.tar.xz -Source4504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltablex.tar.xz -Source4505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltablex.doc.tar.xz -Source4506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltabptch.tar.xz -Source4507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz -Source4508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxdockit.tar.xz -Source4509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz -Source4510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxindex.tar.xz -Source4511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxindex.doc.tar.xz -Source4513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxkeys.tar.xz -Source4514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz -Source4515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxnew.tar.xz -Source4516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz -Source4518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxtools.tar.xz -Source4519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz -Source4520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/macroswap.tar.xz -Source4521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/macroswap.doc.tar.xz -Source4523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/magaz.tar.xz -Source4524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/magaz.doc.tar.xz -Source4525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailing.tar.xz -Source4526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailing.doc.tar.xz -Source4528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailmerge.tar.xz -Source4529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz -Source4531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebarcode.tar.xz -Source4532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz -Source4533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebox.tar.xz -Source4534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebox.doc.tar.xz -Source4536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecell.tar.xz -Source4537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecell.doc.tar.xz -Source4539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecirc.tar.xz -Source4540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecirc.doc.tar.xz -Source4541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecmds.tar.xz -Source4542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecmds.doc.tar.xz -Source4547: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeglos.tar.xz -Source4548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeglos.doc.tar.xz -Source4549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mandi.tar.xz -Source4550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mandi.doc.tar.xz -Source4552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manfnt.tar.xz -Source4554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manuscript.tar.xz -Source4555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manuscript.doc.tar.xz -Source4557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfix.tar.xz -Source4558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfix.doc.tar.xz -Source4560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginnote.tar.xz -Source4561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginnote.doc.tar.xz -Source4563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathalfa.tar.xz -Source4564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathalfa.doc.tar.xz -Source4565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathastext.tar.xz -Source4566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathastext.doc.tar.xz -Source4568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathexam.tar.xz -Source4569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathexam.doc.tar.xz -Source4571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maybemath.tar.xz -Source4572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maybemath.doc.tar.xz -Source4573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mbenotes.tar.xz -Source4574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mbenotes.doc.tar.xz -Source4575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcaption.tar.xz -Source4576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcaption.doc.tar.xz -Source4578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mceinleger.tar.xz -Source4579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz -Source4580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcite.tar.xz -Source4581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcite.doc.tar.xz -Source4583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mciteplus.tar.xz -Source4584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz -Source4585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdframed.tar.xz -Source4586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdframed.doc.tar.xz -Source4588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/media9.tar.xz -Source4589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/media9.doc.tar.xz -Source4591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/medstarbeamer.tar.xz -Source4592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/medstarbeamer.doc.tar.xz -Source4593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/meetingmins.tar.xz -Source4594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz -Source4596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memexsupp.tar.xz -Source4597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz -Source4598: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memory.tar.xz -Source4599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memory.doc.tar.xz -Source4601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menu.tar.xz -Source4602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menu.doc.tar.xz -Source4604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menukeys.tar.xz -Source4605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menukeys.doc.tar.xz -Source4607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/method.tar.xz -Source4608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/method.doc.tar.xz -Source4610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metre.tar.xz -Source4611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metre.doc.tar.xz -Source4613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfirstuc.tar.xz -Source4614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfirstuc.doc.tar.xz -Source4616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mftinc.tar.xz -Source4617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mftinc.doc.tar.xz -Source4619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midpage.tar.xz -Source4620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midpage.doc.tar.xz -Source4621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minibox.tar.xz -Source4622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minibox.doc.tar.xz -Source4624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minifp.tar.xz -Source4625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minifp.doc.tar.xz -Source4627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz -Source4628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz -Source4630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minitoc.tar.xz -Source4631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minitoc.doc.tar.xz -Source4632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minorrevision.tar.xz -Source4633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minorrevision.doc.tar.xz -Source4634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minted.tar.xz -Source4635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minted.doc.tar.xz -Source4637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minutes.tar.xz -Source4638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minutes.doc.tar.xz -Source4640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mla-paper.tar.xz -Source4641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz -Source4642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mlist.tar.xz -Source4643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mlist.doc.tar.xz -Source4645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mmap.tar.xz -Source4646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mmap.doc.tar.xz -Source4647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnotes.tar.xz -Source4648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnotes.doc.tar.xz -Source4650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderncv.tar.xz -Source4651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderncv.doc.tar.xz -Source4652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderntimeline.tar.xz -Source4653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz -Source4655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modref.tar.xz -Source4656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modref.doc.tar.xz -Source4658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modroman.tar.xz -Source4659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modroman.doc.tar.xz -Source4661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/monofill.tar.xz -Source4662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/monofill.doc.tar.xz -Source4664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreenum.tar.xz -Source4665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreenum.doc.tar.xz -Source4666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morefloats.tar.xz -Source4667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morefloats.doc.tar.xz -Source4669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morehype.tar.xz -Source4670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morehype.doc.tar.xz -Source4672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moresize.tar.xz -Source4673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moresize.doc.tar.xz -Source4675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreverb.tar.xz -Source4676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreverb.doc.tar.xz -Source4678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morewrites.tar.xz -Source4679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morewrites.doc.tar.xz -Source4683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparhack.tar.xz -Source4684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparhack.doc.tar.xz -Source4686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msc.tar.xz -Source4687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msc.doc.tar.xz -Source4688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msg.tar.xz -Source4689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msg.doc.tar.xz -Source4691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mslapa.tar.xz -Source4692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mslapa.doc.tar.xz -Source4693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mtgreek.tar.xz -Source4694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz -Source4696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multenum.tar.xz -Source4697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multenum.doc.tar.xz -Source4698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiaudience.tar.xz -Source4699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiaudience.doc.tar.xz -Source4701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibbl.tar.xz -Source4702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibbl.doc.tar.xz -Source4704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multicap.tar.xz -Source4705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multicap.doc.tar.xz -Source4707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multienv.tar.xz -Source4708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multienv.doc.tar.xz -Source4710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiexpand.tar.xz -Source4711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz -Source4713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multirow.tar.xz -Source4714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multirow.doc.tar.xz -Source4715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mversion.tar.xz -Source4716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mversion.doc.tar.xz -Source4718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwe.tar.xz -Source4719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwe.doc.tar.xz -Source4721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mweights.tar.xz -Source4722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mweights.doc.tar.xz -Source4723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mycv.tar.xz -Source4724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mycv.doc.tar.xz -Source4726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mylatexformat.tar.xz -Source4727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz -Source4729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nag.tar.xz -Source4730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nag.doc.tar.xz -Source4732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nameauth.tar.xz -Source4733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nameauth.doc.tar.xz -Source4735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/namespc.tar.xz -Source4736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/namespc.doc.tar.xz -Source4738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncclatex.tar.xz -Source4739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz -Source4740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/needspace.tar.xz -Source4741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/needspace.doc.tar.xz -Source4743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nestquot.tar.xz -Source4744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newcommand.doc.tar.xz -Source4745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newenviron.tar.xz -Source4746: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newenviron.doc.tar.xz -Source4747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newfile.tar.xz -Source4748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newfile.doc.tar.xz -Source4750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newlfm.tar.xz -Source4751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newlfm.doc.tar.xz -Source4753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newspaper.tar.xz -Source4754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newspaper.doc.tar.xz -Source4756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newunicodechar.tar.xz -Source4757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz -Source4759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newvbtm.tar.xz -Source4760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz -Source4762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newverbs.tar.xz -Source4763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newverbs.doc.tar.xz -Source4765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nextpage.tar.xz -Source4766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz -Source4767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz -Source4768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicefilelist.tar.xz -Source4769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz -Source4771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe.tar.xz -Source4772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe.doc.tar.xz -Source4774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicetext.tar.xz -Source4775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicetext.doc.tar.xz -Source4777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nlctdoc.tar.xz -Source4778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz -Source4779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noconflict.tar.xz -Source4780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noconflict.doc.tar.xz -Source4781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noindentafter.tar.xz -Source4782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noindentafter.doc.tar.xz -Source4783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noitcrul.tar.xz -Source4784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz -Source4786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nolbreaks.tar.xz -Source4787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz -Source4788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomencl.tar.xz -Source4789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomencl.doc.tar.xz -Source4791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomentbl.tar.xz -Source4792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz -Source4794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonfloat.tar.xz -Source4795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz -Source4797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonumonpart.tar.xz -Source4798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz -Source4800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nopageno.tar.xz -Source4801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nopageno.doc.tar.xz -Source4802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes.tar.xz -Source4803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes.doc.tar.xz -Source4805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notoccite.tar.xz -Source4806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notoccite.doc.tar.xz -Source4807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nowidow.tar.xz -Source4808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nowidow.doc.tar.xz -Source4810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nox.tar.xz -Source4811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nox.doc.tar.xz -Source4812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntheorem.tar.xz -Source4813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz -Source4815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numberedblock.tar.xz -Source4816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz -Source4817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numname.tar.xz -Source4818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numname.doc.tar.xz -Source4819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numprint.tar.xz -Source4820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numprint.doc.tar.xz -Source4822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocg-p.tar.xz -Source4823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz -Source4824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx.tar.xz -Source4825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx.doc.tar.xz -Source4827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx2.tar.xz -Source4828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx2.doc.tar.xz -Source4829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-latex.tar.xz -Source4830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz -Source4831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octavo.tar.xz -Source4832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octavo.doc.tar.xz -Source4834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstyle.tar.xz -Source4835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz -Source4837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onlyamsmath.tar.xz -Source4838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz -Source4840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opcit.tar.xz -Source4841: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opcit.doc.tar.xz -Source4843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optional.tar.xz -Source4844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optional.doc.tar.xz -Source4845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outline.tar.xz -Source4846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outline.doc.tar.xz -Source4847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outliner.tar.xz -Source4848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outliner.doc.tar.xz -Source4849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlines.tar.xz -Source4850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlines.doc.tar.xz -Source4851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overpic.tar.xz -Source4852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overpic.doc.tar.xz -Source4853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecolor.tar.xz -Source4854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz -Source4856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecont.tar.xz -Source4857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecont.doc.tar.xz -Source4859: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagenote.tar.xz -Source4860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagenote.doc.tar.xz -Source4862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagerange.tar.xz -Source4863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagerange.doc.tar.xz -Source4864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pageslts.tar.xz -Source4865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pageslts.doc.tar.xz -Source4867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paper.tar.xz -Source4868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paper.doc.tar.xz -Source4870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papercdcase.tar.xz -Source4871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz -Source4873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papermas.tar.xz -Source4874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papermas.doc.tar.xz -Source4876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papertex.tar.xz -Source4877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papertex.doc.tar.xz -Source4879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paracol.tar.xz -Source4880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paracol.doc.tar.xz -Source4882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paresse.tar.xz -Source4883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paresse.doc.tar.xz -Source4885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parnotes.tar.xz -Source4886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parnotes.doc.tar.xz -Source4887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parselines.tar.xz -Source4888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parselines.doc.tar.xz -Source4890: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cours.tar.xz -Source4891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cours.doc.tar.xz -Source4892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cv.tar.xz -Source4893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cv.doc.tar.xz -Source4894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-tableur.tar.xz -Source4895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-tableur.doc.tar.xz -Source4896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/patchcmd.tar.xz -Source4897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz -Source4899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pauldoc.tar.xz -Source4900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz -Source4902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pawpict.tar.xz -Source4903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pawpict.doc.tar.xz -Source4908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbox.tar.xz -Source4909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbox.doc.tar.xz -Source4911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbsheet.tar.xz -Source4912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz -Source4914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf14.tar.xz -Source4915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf14.doc.tar.xz -Source4917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcomment.tar.xz -Source4918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz -Source4919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcprot.tar.xz -Source4920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz -Source4922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz -Source4923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz -Source4924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpagediff.tar.xz -Source4925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpagediff.doc.tar.xz -Source4926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfscreen.tar.xz -Source4927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz -Source4928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfslide.tar.xz -Source4929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz -Source4930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfsync.tar.xz -Source4931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz -Source4932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfwin.tar.xz -Source4933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz -Source4934: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfx.tar.xz -Source4935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfx.doc.tar.xz -Source4937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pecha.tar.xz -Source4938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pecha.doc.tar.xz -Source4942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/permute.tar.xz -Source4943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/permute.doc.tar.xz -Source4945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/petiteannonce.tar.xz -Source4946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz -Source4947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philex.tar.xz -Source4948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philex.doc.tar.xz -Source4949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/photo.tar.xz -Source4950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/photo.doc.tar.xz -Source4952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piff.tar.xz -Source4953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piff.doc.tar.xz -Source4954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkgloader.tar.xz -Source4955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkgloader.doc.tar.xz -Source4956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantslabels.tar.xz -Source4957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz -Source4958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plates.tar.xz -Source4959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plates.doc.tar.xz -Source4960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plweb.tar.xz -Source4961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plweb.doc.tar.xz -Source4963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynom.tar.xz -Source4964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynom.doc.tar.xz -Source4966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynomial.tar.xz -Source4967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynomial.doc.tar.xz -Source4969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polytable.tar.xz -Source4970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polytable.doc.tar.xz -Source4972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postcards.tar.xz -Source4973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postcards.doc.tar.xz -Source4974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poster-mac.tar.xz -Source4975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz -Source4976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ppr-prv.tar.xz -Source4977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz -Source4979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/preprint.tar.xz -Source4980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/preprint.doc.tar.xz -Source4982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pressrelease.tar.xz -Source4983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pressrelease.doc.tar.xz -Source4985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prettyref.tar.xz -Source4986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prettyref.doc.tar.xz -Source4988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/printlen.tar.xz -Source4989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/printlen.doc.tar.xz -Source4990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/probsoln.tar.xz -Source4991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/probsoln.doc.tar.xz -Source4993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/program.tar.xz -Source4994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/program.doc.tar.xz -Source4995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progress.tar.xz -Source4996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progress.doc.tar.xz -Source4997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progressbar.tar.xz -Source4998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progressbar.doc.tar.xz -Source4999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proofread.tar.xz -Source5000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proofread.doc.tar.xz -Source5002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/properties.tar.xz -Source5003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/properties.doc.tar.xz -Source5004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prosper.tar.xz -Source5005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prosper.doc.tar.xz -Source5006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protex.tar.xz -Source5007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protex.doc.tar.xz -Source5008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protocol.tar.xz -Source5009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protocol.doc.tar.xz -Source5011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfragx.tar.xz -Source5012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfragx.doc.tar.xz -Source5017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstool.tar.xz -Source5018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstool.doc.tar.xz -Source5020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxgreeks.tar.xz -Source5021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz -Source5023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/python.tar.xz -Source5024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/python.doc.tar.xz -Source5025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcm.tar.xz -Source5026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcm.doc.tar.xz -Source5028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qstest.tar.xz -Source5029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qstest.doc.tar.xz -Source5031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qsymbols.tar.xz -Source5032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz -Source5034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotchap.tar.xz -Source5035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotchap.doc.tar.xz -Source5037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quoting.tar.xz -Source5038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quoting.doc.tar.xz -Source5040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotmark.tar.xz -Source5041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotmark.doc.tar.xz -Source5043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ran_toks.tar.xz -Source5044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz -Source5046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randtext.tar.xz -Source5047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randtext.doc.tar.xz -Source5048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rccol.tar.xz -Source5049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rccol.doc.tar.xz -Source5051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs-multi.tar.xz -Source5052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz -Source5054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcsinfo.tar.xz -Source5055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz -Source5057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/readarray.tar.xz -Source5058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/readarray.doc.tar.xz -Source5059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realboxes.tar.xz -Source5060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realboxes.doc.tar.xz -Source5062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipe.tar.xz -Source5063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipe.doc.tar.xz -Source5064: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipebook.tar.xz -Source5065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipebook.doc.tar.xz -Source5066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipecard.tar.xz -Source5067: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipecard.doc.tar.xz -Source5069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rectopma.tar.xz -Source5070: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rectopma.doc.tar.xz -Source5071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refcheck.tar.xz -Source5072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refcheck.doc.tar.xz -Source5073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refenums.tar.xz -Source5074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refenums.doc.tar.xz -Source5075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reflectgraphics.tar.xz -Source5076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reflectgraphics.doc.tar.xz -Source5078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refman.tar.xz -Source5079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refman.doc.tar.xz -Source5081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refstyle.tar.xz -Source5082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refstyle.doc.tar.xz -Source5084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regcount.tar.xz -Source5085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regcount.doc.tar.xz -Source5087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regexpatch.tar.xz -Source5088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz -Source5090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/register.tar.xz -Source5091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/register.doc.tar.xz -Source5093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regstats.tar.xz -Source5094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regstats.doc.tar.xz -Source5096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relenc.tar.xz -Source5097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relenc.doc.tar.xz -Source5099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.tar.xz -Source5100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.doc.tar.xz -Source5101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repeatindex.tar.xz -Source5102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz -Source5103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repltext.tar.xz -Source5104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repltext.doc.tar.xz -Source5106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rjlparshap.tar.xz -Source5107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz -Source5109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rlepsf.tar.xz -Source5110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz -Source5111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmpage.tar.xz -Source5112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmpage.doc.tar.xz -Source5113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustcommand.tar.xz -Source5114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz -Source5116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustindex.tar.xz -Source5117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustindex.doc.tar.xz -Source5118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbar.tar.xz -Source5119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbar.doc.tar.xz -Source5121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbarpagenumber.tar.xz -Source5122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbarpagenumber.doc.tar.xz -Source5124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanneg.tar.xz -Source5125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanneg.doc.tar.xz -Source5126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romannum.tar.xz -Source5127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romannum.doc.tar.xz -Source5129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotfloat.tar.xz -Source5130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz -Source5132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotpages.tar.xz -Source5133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotpages.doc.tar.xz -Source5134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundbox.tar.xz -Source5135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundbox.doc.tar.xz -Source5136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rterface.tar.xz -Source5137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rterface.doc.tar.xz -Source5138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtkinenc.tar.xz -Source5139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz -Source5141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rulercompass.tar.xz -Source5142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rulercompass.doc.tar.xz -Source5144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rvwrite.tar.xz -Source5145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz -Source5146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savefnmark.tar.xz -Source5147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz -Source5149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savesym.tar.xz -Source5150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savetrees.tar.xz -Source5151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savetrees.doc.tar.xz -Source5153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scale.tar.xz -Source5154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scale.doc.tar.xz -Source5156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalebar.tar.xz -Source5157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalebar.doc.tar.xz -Source5159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalerel.tar.xz -Source5160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalerel.doc.tar.xz -Source5161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scanpages.tar.xz -Source5162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scanpages.doc.tar.xz -Source5163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sdrt.tar.xz -Source5164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sdrt.doc.tar.xz -Source5165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/secdot.tar.xz -Source5166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/secdot.doc.tar.xz -Source5167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbox.tar.xz -Source5168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz -Source5169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectsty.tar.xz -Source5170: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectsty.doc.tar.xz -Source5172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seealso.tar.xz -Source5173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seealso.doc.tar.xz -Source5175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selectp.tar.xz -Source5176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selectp.doc.tar.xz -Source5177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic.tar.xz -Source5178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic.doc.tar.xz -Source5180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semioneside.tar.xz -Source5181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semioneside.doc.tar.xz -Source5183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semproc.tar.xz -Source5184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semproc.doc.tar.xz -Source5186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepfootnotes.tar.xz -Source5187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz -Source5188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seqsplit.tar.xz -Source5189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz -Source5191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sf298.tar.xz -Source5192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sf298.doc.tar.xz -Source5194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sffms.tar.xz -Source5195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sffms.doc.tar.xz -Source5197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sfmath.tar.xz -Source5198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadethm.tar.xz -Source5199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadethm.doc.tar.xz -Source5200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadow.tar.xz -Source5201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadow.doc.tar.xz -Source5202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadowtext.tar.xz -Source5203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz -Source5204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapepar.tar.xz -Source5205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapepar.doc.tar.xz -Source5206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shdoc.tar.xz -Source5207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shdoc.doc.tar.xz -Source5209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shipunov.tar.xz -Source5210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shipunov.doc.tar.xz -Source5211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shorttoc.tar.xz -Source5212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz -Source5214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/show2e.tar.xz -Source5215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/show2e.doc.tar.xz -Source5217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showcharinbox.tar.xz -Source5218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz -Source5220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showdim.tar.xz -Source5221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showdim.doc.tar.xz -Source5222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showexpl.tar.xz -Source5223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showexpl.doc.tar.xz -Source5225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showlabels.tar.xz -Source5226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showlabels.doc.tar.xz -Source5228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidecap.tar.xz -Source5229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidecap.doc.tar.xz -Source5231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidenotes.tar.xz -Source5232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz -Source5234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/silence.tar.xz -Source5235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/silence.doc.tar.xz -Source5237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecd.tar.xz -Source5238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecd.doc.tar.xz -Source5240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecv.tar.xz -Source5241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecv.doc.tar.xz -Source5243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplewick.tar.xz -Source5244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplewick.doc.tar.xz -Source5246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sitem.tar.xz -Source5247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sitem.doc.tar.xz -Source5249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skb.tar.xz -Source5250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skb.doc.tar.xz -Source5252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skdoc.tar.xz -Source5253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skdoc.doc.tar.xz -Source5255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeycommand.tar.xz -Source5256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz -Source5257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeyval.tar.xz -Source5258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeyval.doc.tar.xz -Source5259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skrapport.tar.xz -Source5260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skrapport.doc.tar.xz -Source5262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slantsc.tar.xz -Source5263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slantsc.doc.tar.xz -Source5265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smalltableof.tar.xz -Source5266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz -Source5267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartref.tar.xz -Source5268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartref.doc.tar.xz -Source5269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snapshot.tar.xz -Source5270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snapshot.doc.tar.xz -Source5272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snotez.tar.xz -Source5273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snotez.doc.tar.xz -Source5274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soul.tar.xz -Source5275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soul.doc.tar.xz -Source5277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sparklines.tar.xz -Source5278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sparklines.doc.tar.xz -Source5279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphack.tar.xz -Source5280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphack.doc.tar.xz -Source5284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spot.tar.xz -Source5285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spot.doc.tar.xz -Source5287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spotcolor.tar.xz -Source5288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz -Source5289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spreadtab.tar.xz -Source5290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz -Source5291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spverbatim.tar.xz -Source5292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz -Source5294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srbook-mem.tar.xz -Source5295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz -Source5296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srcltx.tar.xz -Source5297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srcltx.doc.tar.xz -Source5299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sseq.tar.xz -Source5300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sseq.doc.tar.xz -Source5302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sslides.tar.xz -Source5303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sslides.doc.tar.xz -Source5304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stack.tar.xz -Source5306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.tar.xz -Source5307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.doc.tar.xz -Source5308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/standalone.tar.xz -Source5309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/standalone.doc.tar.xz -Source5311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistik.tar.xz -Source5312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistik.doc.tar.xz -Source5314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdclsdv.tar.xz -Source5315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz -Source5317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdpage.tar.xz -Source5318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdpage.doc.tar.xz -Source5320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stex.tar.xz -Source5321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stex.doc.tar.xz -Source5323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storebox.tar.xz -Source5324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storebox.doc.tar.xz -Source5326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storecmd.tar.xz -Source5327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storecmd.doc.tar.xz -Source5328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringstrings.tar.xz -Source5329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz -Source5331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sttools.tar.xz -Source5332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sttools.doc.tar.xz -Source5334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stubs.tar.xz -Source5335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stubs.doc.tar.xz -Source5336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subdepth.tar.xz -Source5337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subdepth.doc.tar.xz -Source5339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqn.tar.xz -Source5340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqn.doc.tar.xz -Source5342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqnarray.tar.xz -Source5343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz -Source5345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigmat.tar.xz -Source5346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz -Source5347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigure.tar.xz -Source5348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigure.doc.tar.xz -Source5350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfiles.tar.xz -Source5351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfiles.doc.tar.xz -Source5353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfloat.tar.xz -Source5354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfloat.doc.tar.xz -Source5356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substitutefont.tar.xz -Source5357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz -Source5358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substr.tar.xz -Source5359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substr.doc.tar.xz -Source5360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/supertabular.tar.xz -Source5361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/supertabular.doc.tar.xz -Source5363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svg.tar.xz -Source5364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svg.doc.tar.xz -Source5366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svgcolor.tar.xz -Source5367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz -Source5368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn.tar.xz -Source5369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn.doc.tar.xz -Source5374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svninfo.tar.xz -Source5375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svninfo.doc.tar.xz -Source5377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntax.tar.xz -Source5378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntax.doc.tar.xz -Source5379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntrace.tar.xz -Source5380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntrace.doc.tar.xz -Source5382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synttree.tar.xz -Source5383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synttree.doc.tar.xz -Source5385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabfigures.tar.xz -Source5386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz -Source5388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableaux.tar.xz -Source5389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableaux.doc.tar.xz -Source5390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablefootnote.tar.xz -Source5391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz -Source5393: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableof.tar.xz -Source5394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableof.doc.tar.xz -Source5396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablestyles.tar.xz -Source5397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablestyles.doc.tar.xz -Source5399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablists.tar.xz -Source5400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablists.doc.tar.xz -Source5402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabls.tar.xz -Source5403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabls.doc.tar.xz -Source5404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabstackengine.tar.xz -Source5405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabstackengine.doc.tar.xz -Source5406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabto-ltx.tar.xz -Source5407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz -Source5408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabu.tar.xz -Source5409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabu.doc.tar.xz -Source5411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularborder.tar.xz -Source5412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz -Source5414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularcalc.tar.xz -Source5415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz -Source5416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularew.tar.xz -Source5417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularew.doc.tar.xz -Source5419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabulary.tar.xz -Source5420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabulary.doc.tar.xz -Source5422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagging.tar.xz -Source5423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagging.doc.tar.xz -Source5424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpair.tar.xz -Source5425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpair.doc.tar.xz -Source5426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/talk.tar.xz -Source5427: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/talk.doc.tar.xz -Source5429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tamefloats.tar.xz -Source5430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz -Source5431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tasks.tar.xz -Source5432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tasks.doc.tar.xz -Source5433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcldoc.tar.xz -Source5434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz -Source5436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcolorbox.tar.xz -Source5437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz -Source5438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdclock.tar.xz -Source5439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdclock.doc.tar.xz -Source5440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/technics.tar.xz -Source5441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/technics.doc.tar.xz -Source5442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ted.tar.xz -Source5443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ted.doc.tar.xz -Source5445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templatetools.tar.xz -Source5446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templatetools.doc.tar.xz -Source5448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal.tar.xz -Source5449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal.doc.tar.xz -Source5451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termlist.tar.xz -Source5452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termlist.doc.tar.xz -Source5454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testhyphens.tar.xz -Source5455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testhyphens.doc.tar.xz -Source5457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-label.tar.xz -Source5458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-label.doc.tar.xz -Source5460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlogos.tar.xz -Source5461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texmate.tar.xz -Source5462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texmate.doc.tar.xz -Source5464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texments.tar.xz -Source5465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texments.doc.tar.xz -Source5467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texpower.tar.xz -Source5468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texpower.doc.tar.xz -Source5470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texshade.tar.xz -Source5471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texshade.doc.tar.xz -Source5473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textfit.tar.xz -Source5474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textfit.doc.tar.xz -Source5476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textgreek.tar.xz -Source5477: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textgreek.doc.tar.xz -Source5479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textmerg.tar.xz -Source5480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textmerg.doc.tar.xz -Source5482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpos.tar.xz -Source5483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpos.doc.tar.xz -Source5485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theoremref.tar.xz -Source5486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theoremref.doc.tar.xz -Source5487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thinsp.tar.xz -Source5488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thinsp.doc.tar.xz -Source5489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmtools.tar.xz -Source5490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmtools.doc.tar.xz -Source5492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threadcol.tar.xz -Source5493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threadcol.doc.tar.xz -Source5495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttable.tar.xz -Source5496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz -Source5497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttablex.tar.xz -Source5498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz -Source5499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumb.tar.xz -Source5500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumb.doc.tar.xz -Source5502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumbs.tar.xz -Source5503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumbs.doc.tar.xz -Source5505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumby.tar.xz -Source5506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumby.doc.tar.xz -Source5507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticket.tar.xz -Source5508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticket.doc.tar.xz -Source5509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlecaps.tar.xz -Source5510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlecaps.doc.tar.xz -Source5511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlefoot.tar.xz -Source5512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlepic.tar.xz -Source5513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlepic.doc.tar.xz -Source5514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titleref.tar.xz -Source5515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titleref.doc.tar.xz -Source5516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlesec.tar.xz -Source5517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlesec.doc.tar.xz -Source5518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titling.tar.xz -Source5519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titling.doc.tar.xz -Source5521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocbibind.tar.xz -Source5522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz -Source5524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocloft.tar.xz -Source5525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocloft.doc.tar.xz -Source5527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocvsec2.tar.xz -Source5528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz -Source5530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todo.tar.xz -Source5531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todo.doc.tar.xz -Source5533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todonotes.tar.xz -Source5534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todonotes.doc.tar.xz -Source5536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tokenizer.tar.xz -Source5537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz -Source5538: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toolbox.tar.xz -Source5539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toolbox.doc.tar.xz -Source5541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topfloat.tar.xz -Source5542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topfloat.doc.tar.xz -Source5543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totcount.tar.xz -Source5544: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totcount.doc.tar.xz -Source5546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totpages.tar.xz -Source5547: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totpages.doc.tar.xz -Source5549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translations.tar.xz -Source5550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translations.doc.tar.xz -Source5551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trfsigns.tar.xz -Source5552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz -Source5554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trimspaces.tar.xz -Source5555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz -Source5557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trivfloat.tar.xz -Source5558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz -Source5560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trsym.tar.xz -Source5561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trsym.doc.tar.xz -Source5563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/truncate.tar.xz -Source5564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/truncate.doc.tar.xz -Source5565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tucv.tar.xz -Source5566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tucv.doc.tar.xz -Source5568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnthepage.tar.xz -Source5569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz -Source5570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoinone.tar.xz -Source5571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoinone.doc.tar.xz -Source5572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoup.tar.xz -Source5573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoup.doc.tar.xz -Source5575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txgreeks.tar.xz -Source5576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz -Source5578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/type1cm.tar.xz -Source5579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/type1cm.doc.tar.xz -Source5581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typeface.tar.xz -Source5582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typeface.doc.tar.xz -Source5584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typogrid.tar.xz -Source5585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typogrid.doc.tar.xz -Source5587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uassign.tar.xz -Source5588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uassign.doc.tar.xz -Source5589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucs.tar.xz -Source5590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucs.doc.tar.xz -Source5591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uebungsblatt.tar.xz -Source5592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz -Source5593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umoline.tar.xz -Source5594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umoline.doc.tar.xz -Source5596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underlin.tar.xz -Source5597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underlin.doc.tar.xz -Source5599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underoverlap.tar.xz -Source5600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz -Source5601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/undolabl.tar.xz -Source5602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/undolabl.doc.tar.xz -Source5604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/units.tar.xz -Source5605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/units.doc.tar.xz -Source5607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unravel.tar.xz -Source5608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unravel.doc.tar.xz -Source5610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upmethodology.tar.xz -Source5611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz -Source5612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upquote.tar.xz -Source5613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upquote.doc.tar.xz -Source5615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uri.tar.xz -Source5616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uri.doc.tar.xz -Source5618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ushort.tar.xz -Source5619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ushort.doc.tar.xz -Source5621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varindex.tar.xz -Source5622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varindex.doc.tar.xz -Source5624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varsfromjobname.tar.xz -Source5625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz -Source5626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varwidth.tar.xz -Source5627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varwidth.doc.tar.xz -Source5628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vdmlisting.tar.xz -Source5629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vdmlisting.doc.tar.xz -Source5630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbasef.tar.xz -Source5631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbasef.doc.tar.xz -Source5632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimbox.tar.xz -Source5633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimbox.doc.tar.xz -Source5634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimcopy.tar.xz -Source5635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz -Source5636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbdef.tar.xz -Source5637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbdef.doc.tar.xz -Source5638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbments.tar.xz -Source5639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbments.doc.tar.xz -Source5640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/version.tar.xz -Source5641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/version.doc.tar.xz -Source5642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versions.tar.xz -Source5643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versions.doc.tar.xz -Source5644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versonotes.tar.xz -Source5645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versonotes.doc.tar.xz -Source5647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vertbars.tar.xz -Source5648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vertbars.doc.tar.xz -Source5650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vgrid.tar.xz -Source5651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vgrid.doc.tar.xz -Source5653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vhistory.tar.xz -Source5654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vhistory.doc.tar.xz -Source5655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vmargin.tar.xz -Source5656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vmargin.doc.tar.xz -Source5658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/volumes.tar.xz -Source5659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/volumes.doc.tar.xz -Source5663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vruler.tar.xz -Source5664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vruler.doc.tar.xz -Source5665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vwcol.tar.xz -Source5666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vwcol.doc.tar.xz -Source5668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallpaper.tar.xz -Source5669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz -Source5670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warning.tar.xz -Source5671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warning.doc.tar.xz -Source5672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warpcol.tar.xz -Source5673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warpcol.doc.tar.xz -Source5675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/was.tar.xz -Source5676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/was.doc.tar.xz -Source5678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/widetable.tar.xz -Source5679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/widetable.doc.tar.xz -Source5681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/williams.tar.xz -Source5682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/williams.doc.tar.xz -Source5683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/withargs.tar.xz -Source5684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/withargs.doc.tar.xz -Source5685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wordlike.tar.xz -Source5686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wordlike.doc.tar.xz -Source5688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wrapfig.tar.xz -Source5689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz -Source5690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xargs.tar.xz -Source5691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xargs.doc.tar.xz -Source5693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-solarized.tar.xz -Source5694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-solarized.doc.tar.xz -Source5696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcomment.tar.xz -Source5697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcomment.doc.tar.xz -Source5698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xdoc.tar.xz -Source5699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xdoc.doc.tar.xz -Source5701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfor.tar.xz -Source5702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfor.doc.tar.xz -Source5704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xhfill.tar.xz -Source5705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xhfill.doc.tar.xz -Source5706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xint.tar.xz -Source5707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xint.doc.tar.xz -Source5709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xmpincl.tar.xz -Source5710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz -Source5712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xnewcommand.tar.xz -Source5713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz -Source5714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xoptarg.tar.xz -Source5715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz -Source5716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpatch.tar.xz -Source5717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpatch.doc.tar.xz -Source5719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpeek.tar.xz -Source5720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpeek.doc.tar.xz -Source5722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xprintlen.tar.xz -Source5723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xprintlen.doc.tar.xz -Source5724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpunctuate.tar.xz -Source5725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz -Source5727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xstring.tar.xz -Source5728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xstring.doc.tar.xz -Source5729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtab.tar.xz -Source5730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtab.doc.tar.xz -Source5732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xwatermark.tar.xz -Source5733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz -Source5734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xytree.tar.xz -Source5735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xytree.doc.tar.xz -Source5736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yafoot.tar.xz -Source5737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yafoot.doc.tar.xz -Source5739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yagusylo.tar.xz -Source5740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz -Source5742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ydoc.tar.xz -Source5743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ydoc.doc.tar.xz -Source5747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zed-csp.tar.xz -Source5748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz -Source5749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ziffer.tar.xz -Source5750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ziffer.doc.tar.xz -Source5751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwgetfdate.tar.xz -Source5752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz -Source5753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwpagelayout.tar.xz -Source5754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz -Source5755: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enigma.tar.xz -Source5756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enigma.doc.tar.xz -Source5757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interpreter.tar.xz -Source5758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interpreter.doc.tar.xz -Source5759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz -Source5760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz -Source5761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz -Source5762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz -Source5765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabibentry.tar.xz -Source5766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz -Source5768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabidi.tar.xz -Source5769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabidi.doc.tar.xz -Source5770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luacode.tar.xz -Source5771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luacode.doc.tar.xz -Source5773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaindex.tar.xz -Source5774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaindex.doc.tar.xz -Source5776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luainputenc.tar.xz -Source5777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz -Source5779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaintro.doc.tar.xz -Source5780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-doc.doc.tar.xz -Source5782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-math.tar.xz -Source5783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz -Source5785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualibs.tar.xz -Source5786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualibs.doc.tar.xz -Source5788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamplib.tar.xz -Source5789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamplib.doc.tar.xz -Source5794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luasseq.tar.xz -Source5795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luasseq.doc.tar.xz -Source5797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexbase.tar.xz -Source5798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz -Source5800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexko.tar.xz -Source5801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexko.doc.tar.xz -Source5802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatextra.tar.xz -Source5803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatextra.doc.tar.xz -Source5805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatodonotes.tar.xz -Source5806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatodonotes.doc.tar.xz -Source5808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaxml.tar.xz -Source5809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaxml.doc.tar.xz -Source5810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/odsfile.tar.xz -Source5811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/odsfile.doc.tar.xz -Source5812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeat.tar.xz -Source5813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeat.doc.tar.xz -Source5815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selnolig.tar.xz -Source5816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selnolig.doc.tar.xz -Source5817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showhyphens.tar.xz -Source5818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz -Source5819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spelling.tar.xz -Source5820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spelling.doc.tar.xz -Source5821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharcat.tar.xz -Source5822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharcat.doc.tar.xz -Source5824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commath.tar.xz -Source5825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commath.doc.tar.xz -Source5826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath.tar.xz -Source5827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath.doc.tar.xz -Source5829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concrete.tar.xz -Source5830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concrete.doc.tar.xz -Source5831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conteq.tar.xz -Source5832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conteq.doc.tar.xz -Source5834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebproof.tar.xz -Source5835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebproof.doc.tar.xz -Source5836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnarray.tar.xz -Source5837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz -Source5839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extarrows.tar.xz -Source5840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extarrows.doc.tar.xz -Source5841: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extpfeil.tar.xz -Source5842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz -Source5844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/faktor.tar.xz -Source5845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/faktor.doc.tar.xz -Source5847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grundgesetze.tar.xz -Source5848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grundgesetze.doc.tar.xz -Source5850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interval.tar.xz -Source5851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interval.doc.tar.xz -Source5852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ionumbers.tar.xz -Source5853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz -Source5855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isomath.tar.xz -Source5856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isomath.doc.tar.xz -Source5857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicproof.tar.xz -Source5858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicproof.doc.tar.xz -Source5860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpform.tar.xz -Source5861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpform.doc.tar.xz -Source5862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lplfitch.tar.xz -Source5863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lplfitch.doc.tar.xz -Source5865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathcomp.tar.xz -Source5866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz -Source5868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mattens.tar.xz -Source5869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mattens.doc.tar.xz -Source5871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhequ.tar.xz -Source5872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhequ.doc.tar.xz -Source5873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiobjective.tar.xz -Source5874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz -Source5876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natded.tar.xz -Source5877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natded.doc.tar.xz -Source5878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nath.tar.xz -Source5879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nath.doc.tar.xz -Source5880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ot-tableau.tar.xz -Source5881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz -Source5882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oubraces.tar.xz -Source5883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oubraces.doc.tar.xz -Source5884: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perfectcut.tar.xz -Source5885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perfectcut.doc.tar.xz -Source5886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prftree.tar.xz -Source5887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prftree.doc.tar.xz -Source5888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proba.tar.xz -Source5889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proba.doc.tar.xz -Source5891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rec-thy.tar.xz -Source5892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz -Source5893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ribbonproofs.tar.xz -Source5894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ribbonproofs.doc.tar.xz -Source5895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmathbr.tar.xz -Source5896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmathbr.doc.tar.xz -Source5898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesamanuel.tar.xz -Source5899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesamanuel.doc.tar.xz -Source5901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shuffle.tar.xz -Source5902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shuffle.doc.tar.xz -Source5904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skmath.tar.xz -Source5905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skmath.doc.tar.xz -Source5907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex.tar.xz -Source5908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex.doc.tar.xz -Source5909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex2.tar.xz -Source5910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex2.doc.tar.xz -Source5911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subsupscripts.tar.xz -Source5912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subsupscripts.doc.tar.xz -Source5913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/susy.tar.xz -Source5914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/susy.doc.tar.xz -Source5915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syllogism.tar.xz -Source5916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syllogism.doc.tar.xz -Source5917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sympytexpackage.tar.xz -Source5918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sympytexpackage.doc.tar.xz -Source5920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synproof.tar.xz -Source5921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synproof.doc.tar.xz -Source5922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablor.tar.xz -Source5923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablor.doc.tar.xz -Source5924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tensor.tar.xz -Source5925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tensor.doc.tar.xz -Source5927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ewd.tar.xz -Source5928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz -Source5929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmbox.tar.xz -Source5930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmbox.doc.tar.xz -Source5932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnstile.tar.xz -Source5933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnstile.doc.tar.xz -Source5935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-math.tar.xz -Source5936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz -Source5938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venn.tar.xz -Source5939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venn.doc.tar.xz -Source5940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yhmath.tar.xz -Source5941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yhmath.doc.tar.xz -Source5943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ytableau.tar.xz -Source5944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ytableau.doc.tar.xz -Source5946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drv.tar.xz -Source5947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drv.doc.tar.xz -Source5948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dviincl.tar.xz -Source5949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dviincl.doc.tar.xz -Source5950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emp.tar.xz -Source5951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emp.doc.tar.xz -Source5953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsincl.tar.xz -Source5954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsincl.doc.tar.xz -Source5955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expressg.tar.xz -Source5956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expressg.doc.tar.xz -Source5958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exteps.tar.xz -Source5959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exteps.doc.tar.xz -Source5960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/featpost.tar.xz -Source5961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/featpost.doc.tar.xz -Source5962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmf.tar.xz -Source5963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmf.doc.tar.xz -Source5965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmp-auto.tar.xz -Source5966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz -Source5968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garrigues.tar.xz -Source5969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garrigues.doc.tar.xz -Source5970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmp.tar.xz -Source5971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmp.doc.tar.xz -Source5973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexmp.tar.xz -Source5974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexmp.doc.tar.xz -Source5975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcf2graph.tar.xz -Source5976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcf2graph.doc.tar.xz -Source5977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metago.tar.xz -Source5978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metago.doc.tar.xz -Source5979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaobj.tar.xz -Source5980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaobj.doc.tar.xz -Source5981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaplot.tar.xz -Source5982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaplot.doc.tar.xz -Source5983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metauml.tar.xz -Source5984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metauml.doc.tar.xz -Source5985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic.tar.xz -Source5986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic.doc.tar.xz -Source5988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic4ode.tar.xz -Source5989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz -Source5991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mp3d.tar.xz -Source5992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mp3d.doc.tar.xz -Source5993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpcolornames.tar.xz -Source5994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz -Source5996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpattern.tar.xz -Source5997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpattern.doc.tar.xz -Source5998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpgraphics.tar.xz -Source5999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz -Source6001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piechartmp.tar.xz -Source6002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz -Source6003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repere.tar.xz -Source6004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repere.doc.tar.xz -Source6005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roex.tar.xz -Source6007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundrect.tar.xz -Source6008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundrect.doc.tar.xz -Source6010: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapes.tar.xz -Source6011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapes.doc.tar.xz -Source6013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slideshow.tar.xz -Source6014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slideshow.doc.tar.xz -Source6015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splines.tar.xz -Source6016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splines.doc.tar.xz -Source6018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suanpan.tar.xz -Source6019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suanpan.doc.tar.xz -Source6020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpath.tar.xz -Source6021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpath.doc.tar.xz -Source6022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeddice.tar.xz -Source6023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeddice.doc.tar.xz -Source6024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbas.tar.xz -Source6025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbas.doc.tar.xz -Source6026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gchords.tar.xz -Source6027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gchords.doc.tar.xz -Source6028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrcrd.tar.xz -Source6029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz -Source6030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitar.tar.xz -Source6031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitar.doc.tar.xz -Source6033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitarchordschemes.tar.xz -Source6034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitarchordschemes.doc.tar.xz -Source6035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harmony.tar.xz -Source6036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harmony.doc.tar.xz -Source6037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leadsheets.tar.xz -Source6038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leadsheets.doc.tar.xz -Source6044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixguit.tar.xz -Source6045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixguit.doc.tar.xz -Source6049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixtex-fonts.tar.xz -Source6050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixtex-fonts.doc.tar.xz -Source6053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piano.tar.xz -Source6054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piano.doc.tar.xz -Source6059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songbook.tar.xz -Source6060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songbook.doc.tar.xz -Source6062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songs.tar.xz -Source6063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songs.doc.tar.xz -Source6065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpiano.tar.xz -Source6066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpiano.doc.tar.xz -Source6068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mxedruli.tar.xz -Source6069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mxedruli.doc.tar.xz -Source6072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/otibet.tar.xz -Source6073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/otibet.doc.tar.xz -Source6075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf-dvipdfmx.tar.xz -Source6076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf-dvipdfmx.doc.tar.xz -Source6077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figflow.tar.xz -Source6078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figflow.doc.tar.xz -Source6079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixpdfmag.tar.xz -Source6080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change.tar.xz -Source6081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change.doc.tar.xz -Source6082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontch.tar.xz -Source6083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontch.doc.tar.xz -Source6084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getoptk.tar.xz -Source6085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getoptk.doc.tar.xz -Source6086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfnotation.tar.xz -Source6087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfnotation.doc.tar.xz -Source6088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-pln.tar.xz -Source6089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz -Source6091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyplain.tar.xz -Source6092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyplain.doc.tar.xz -Source6093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/js-misc.tar.xz -Source6094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/js-misc.doc.tar.xz -Source6095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mkpattern.tar.xz -Source6096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz -Source6097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newsletr.tar.xz -Source6098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newsletr.doc.tar.xz -Source6099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pitex.tar.xz -Source6100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pitex.doc.tar.xz -Source6101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeins-plain.tar.xz -Source6102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plipsum.tar.xz -Source6103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plipsum.doc.tar.xz -Source6104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plnfss.tar.xz -Source6105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plnfss.doc.tar.xz -Source6106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plstmary.tar.xz -Source6107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plstmary.doc.tar.xz -Source6108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/present.tar.xz -Source6109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/present.doc.tar.xz -Source6110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumemac.tar.xz -Source6111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumemac.doc.tar.xz -Source6112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texinfo.tar.xz -Source6113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timetable.tar.xz -Source6114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/treetex.tar.xz -Source6115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/treetex.doc.tar.xz -Source6116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varisize.tar.xz -Source6117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varisize.doc.tar.xz -Source6118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii.doc.tar.xz -Source6119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsptricks.tar.xz -Source6120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsptricks.doc.tar.xz -Source6121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeplot.tar.xz -Source6122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeplot.doc.tar.xz -Source6124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks.tar.xz -Source6125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz -Source6126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks2.tar.xz -Source6127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks2.doc.tar.xz -Source6130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psbao.tar.xz -Source6131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psbao.doc.tar.xz -Source6132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-2dplot.tar.xz -Source6133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz -Source6134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3d.tar.xz -Source6135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz -Source6137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3dplot.tar.xz -Source6138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz -Source6139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-abspos.tar.xz -Source6140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz -Source6142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-am.tar.xz -Source6143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-am.doc.tar.xz -Source6145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-asr.tar.xz -Source6146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz -Source6147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bar.tar.xz -Source6148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz -Source6150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-barcode.tar.xz -Source6151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz -Source6152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bezier.tar.xz -Source6153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz -Source6155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-blur.tar.xz -Source6156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz -Source6158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bspline.tar.xz -Source6159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz -Source6160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calendar.tar.xz -Source6161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz -Source6162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-circ.tar.xz -Source6163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz -Source6164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-coil.tar.xz -Source6165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz -Source6166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cox.tar.xz -Source6167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz -Source6168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dbicons.tar.xz -Source6169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz -Source6171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-diffraction.tar.xz -Source6172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz -Source6174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-electricfield.tar.xz -Source6175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz -Source6177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eps.tar.xz -Source6178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz -Source6180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eucl.tar.xz -Source6181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz -Source6182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-exa.tar.xz -Source6183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz -Source6184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fill.tar.xz -Source6185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz -Source6187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fit.tar.xz -Source6188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fit.doc.tar.xz -Source6190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fr3d.tar.xz -Source6191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz -Source6193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fractal.tar.xz -Source6194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz -Source6195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fun.tar.xz -Source6196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz -Source6198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-func.tar.xz -Source6199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-func.doc.tar.xz -Source6200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gantt.tar.xz -Source6201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz -Source6202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geo.tar.xz -Source6203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz -Source6204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ghsb.tar.xz -Source6205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz -Source6206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gr3d.tar.xz -Source6207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz -Source6209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-grad.tar.xz -Source6210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz -Source6211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-graphicx.tar.xz -Source6212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz -Source6213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-infixplot.tar.xz -Source6214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz -Source6215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-intersect.tar.xz -Source6216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-intersect.doc.tar.xz -Source6218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-jtree.tar.xz -Source6219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz -Source6220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-knot.tar.xz -Source6221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz -Source6222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-labo.tar.xz -Source6223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz -Source6224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-layout.tar.xz -Source6225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz -Source6226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-lens.tar.xz -Source6227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz -Source6229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-light3d.tar.xz -Source6230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz -Source6232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz -Source6233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz -Source6235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-math.tar.xz -Source6236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-math.doc.tar.xz -Source6237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-mirror.tar.xz -Source6238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz -Source6239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-node.tar.xz -Source6240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-node.doc.tar.xz -Source6241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ob3d.tar.xz -Source6242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz -Source6244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ode.tar.xz -Source6245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ode.doc.tar.xz -Source6246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optexp.tar.xz -Source6247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz -Source6249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optic.tar.xz -Source6250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz -Source6252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-osci.tar.xz -Source6253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz -Source6254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ovl.tar.xz -Source6255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ovl.doc.tar.xz -Source6256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pad.tar.xz -Source6257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz -Source6259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pdgr.tar.xz -Source6260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz -Source6262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-perspective.tar.xz -Source6263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-perspective.doc.tar.xz -Source6264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-platon.tar.xz -Source6265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz -Source6267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-plot.tar.xz -Source6268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz -Source6269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poly.tar.xz -Source6270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz -Source6271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pulley.tar.xz -Source6272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz -Source6274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-qtree.tar.xz -Source6275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz -Source6276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rubans.tar.xz -Source6277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz -Source6279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-sigsys.tar.xz -Source6280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz -Source6281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-slpe.tar.xz -Source6282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz -Source6284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz -Source6285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz -Source6287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solides3d.tar.xz -Source6288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz -Source6289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-soroban.tar.xz -Source6290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz -Source6292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spectra.tar.xz -Source6293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz -Source6294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spirograph.tar.xz -Source6295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spirograph.doc.tar.xz -Source6296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-stru.tar.xz -Source6297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz -Source6298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-support.doc.tar.xz -Source6299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-text.tar.xz -Source6300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-text.doc.tar.xz -Source6302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-thick.tar.xz -Source6303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz -Source6305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tools.tar.xz -Source6306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz -Source6307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tree.tar.xz -Source6308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz -Source6310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tvz.tar.xz -Source6311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz -Source6313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-uml.tar.xz -Source6314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz -Source6316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vectorian.tar.xz -Source6317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vectorian.doc.tar.xz -Source6318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vowel.tar.xz -Source6319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz -Source6320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vue3d.tar.xz -Source6321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vue3d.doc.tar.xz -Source6325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks.tar.xz -Source6326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks.doc.tar.xz -Source6327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks-add.tar.xz -Source6328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz -Source6329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.tar.xz -Source6330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uml.tar.xz -Source6331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uml.doc.tar.xz -Source6333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vaucanson-g.tar.xz -Source6334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz -Source6335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vocaltract.tar.xz -Source6336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz -Source6337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEconf.tar.xz -Source6338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz -Source6340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEtran.tar.xz -Source6341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz -Source6342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/confproc.tar.xz -Source6343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/confproc.doc.tar.xz -Source6345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dccpaper.tar.xz -Source6346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dccpaper.doc.tar.xz -Source6348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dithesis.tar.xz -Source6349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dithesis.doc.tar.xz -Source6350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebook.tar.xz -Source6351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebook.doc.tar.xz -Source6352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebsthesis.tar.xz -Source6353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz -Source6355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ejpecp.tar.xz -Source6356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz -Source6358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ekaia.tar.xz -Source6359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ekaia.doc.tar.xz -Source6361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elbioimp.tar.xz -Source6362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz -Source6364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elsarticle.tar.xz -Source6365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz -Source6367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elteikthesis.tar.xz -Source6368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz -Source6370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erdc.tar.xz -Source6371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erdc.doc.tar.xz -Source6373: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/estcpmm.tar.xz -Source6374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz -Source6376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbithesis.tar.xz -Source6377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz -Source6379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcavtex.tar.xz -Source6380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcavtex.doc.tar.xz -Source6381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcltxdoc.tar.xz -Source6382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz -Source6384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fei.tar.xz -Source6385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fei.doc.tar.xz -Source6387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gaceta.tar.xz -Source6388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gaceta.doc.tar.xz -Source6389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatech-thesis.tar.xz -Source6390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz -Source6391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gsemthesis.tar.xz -Source6392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gsemthesis.doc.tar.xz -Source6394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gzt.tar.xz -Source6395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gzt.doc.tar.xz -Source6397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/har2nat.tar.xz -Source6398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/har2nat.doc.tar.xz -Source6399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobete.tar.xz -Source6400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobete.doc.tar.xz -Source6401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/icsv.tar.xz -Source6402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/icsv.doc.tar.xz -Source6404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ieeepes.tar.xz -Source6405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz -Source6406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijmart.tar.xz -Source6407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijmart.doc.tar.xz -Source6409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imac.tar.xz -Source6410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imac.doc.tar.xz -Source6411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imtekda.tar.xz -Source6412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imtekda.doc.tar.xz -Source6414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jmlr.tar.xz -Source6415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jmlr.doc.tar.xz -Source6417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jpsj.tar.xz -Source6418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jpsj.doc.tar.xz -Source6419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kdgdocs.tar.xz -Source6420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz -Source6422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kluwer.tar.xz -Source6423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kluwer.doc.tar.xz -Source6425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lps.tar.xz -Source6426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lps.doc.tar.xz -Source6428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3.tar.xz -Source6429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3.doc.tar.xz -Source6431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3mem.tar.xz -Source6432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz -Source6434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcmthesis.tar.xz -Source6435: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcmthesis.doc.tar.xz -Source6437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mentis.tar.xz -Source6438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mentis.doc.tar.xz -Source6440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnras.tar.xz -Source6441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnras.doc.tar.xz -Source6442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msu-thesis.tar.xz -Source6443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz -Source6444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mugsthesis.tar.xz -Source6445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mugsthesis.doc.tar.xz -Source6447: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musuos.tar.xz -Source6448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musuos.doc.tar.xz -Source6450: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/muthesis.tar.xz -Source6451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/muthesis.doc.tar.xz -Source6452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nature.tar.xz -Source6453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nature.doc.tar.xz -Source6454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nddiss.tar.xz -Source6455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nddiss.doc.tar.xz -Source6457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ndsu-thesis.tar.xz -Source6458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ndsu-thesis.doc.tar.xz -Source6459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nih.tar.xz -Source6460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nih.doc.tar.xz -Source6461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nostarch.tar.xz -Source6462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nostarch.doc.tar.xz -Source6464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nrc.tar.xz -Source6465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nrc.doc.tar.xz -Source6467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onrannual.tar.xz -Source6468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onrannual.doc.tar.xz -Source6469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opteng.tar.xz -Source6470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opteng.doc.tar.xz -Source6471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philosophersimprint.tar.xz -Source6472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz -Source6474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pittetd.tar.xz -Source6475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pittetd.doc.tar.xz -Source6477: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkuthss.tar.xz -Source6478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz -Source6479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-FUBerlin.tar.xz -Source6480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-FUBerlin.doc.tar.xz -Source6481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pracjourn.tar.xz -Source6482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz -Source6484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/procIAGssymp.tar.xz -Source6485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz -Source6486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proposal.tar.xz -Source6487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proposal.doc.tar.xz -Source6489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptptex.tar.xz -Source6490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptptex.doc.tar.xz -Source6491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psu-thesis.tar.xz -Source6492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psu-thesis.doc.tar.xz -Source6493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resphilosophica.tar.xz -Source6494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz -Source6496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumecls.tar.xz -Source6497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumecls.doc.tar.xz -Source6499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex.tar.xz -Source6500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex.doc.tar.xz -Source6502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex4.tar.xz -Source6503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex4.doc.tar.xz -Source6505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ryethesis.tar.xz -Source6506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz -Source6508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sageep.tar.xz -Source6509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sageep.doc.tar.xz -Source6511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sapthesis.tar.xz -Source6512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz -Source6513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrjrnl.tar.xz -Source6514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz -Source6516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schule.tar.xz -Source6517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schule.doc.tar.xz -Source6519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sduthesis.tar.xz -Source6520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sduthesis.doc.tar.xz -Source6522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesis.tar.xz -Source6523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz -Source6525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soton.tar.xz -Source6526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soton.doc.tar.xz -Source6527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphdthesis.tar.xz -Source6528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphdthesis.doc.tar.xz -Source6529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spie.tar.xz -Source6530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spie.doc.tar.xz -Source6531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sr-vorl.tar.xz -Source6532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sr-vorl.doc.tar.xz -Source6534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stellenbosch.tar.xz -Source6535: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz -Source6537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suftesi.tar.xz -Source6538: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suftesi.doc.tar.xz -Source6540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sugconf.tar.xz -Source6541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sugconf.doc.tar.xz -Source6542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz -Source6543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz -Source6544: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texilikechaps.tar.xz -Source6545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texilikecover.tar.xz -Source6546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-ekf.tar.xz -Source6547: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-ekf.doc.tar.xz -Source6549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz -Source6550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz -Source6552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thuthesis.tar.xz -Source6553: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz -Source6555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toptesi.tar.xz -Source6556: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toptesi.doc.tar.xz -Source6558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tudscr.tar.xz -Source6559: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tudscr.doc.tar.xz -Source6561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat.tar.xz -Source6562: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat.doc.tar.xz -Source6564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat-plain.tar.xz -Source6565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz -Source6566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian.tar.xz -Source6567: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian.doc.tar.xz -Source6568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tui.tar.xz -Source6569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tui.doc.tar.xz -Source6570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uaclasses.tar.xz -Source6571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz -Source6576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uafthesis.tar.xz -Source6577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz -Source6578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucbthesis.tar.xz -Source6579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucbthesis.doc.tar.xz -Source6580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz -Source6581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz -Source6583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucthesis.tar.xz -Source6584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz -Source6585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uestcthesis.tar.xz -Source6586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz -Source6587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucredborder.tar.xz -Source6588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucredborder.doc.tar.xz -Source6590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucthesis.tar.xz -Source6591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz -Source6593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulthese.tar.xz -Source6594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulthese.doc.tar.xz -Source6596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umthesis.tar.xz -Source6597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umthesis.doc.tar.xz -Source6598: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umich-thesis.tar.xz -Source6599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz -Source6600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unamth-template.doc.tar.xz -Source6601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unamthesis.tar.xz -Source6602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz -Source6603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unswcover.tar.xz -Source6604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unswcover.doc.tar.xz -Source6605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uothesis.tar.xz -Source6606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uothesis.doc.tar.xz -Source6608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urcls.tar.xz -Source6609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urcls.doc.tar.xz -Source6610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesis.tar.xz -Source6611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz -Source6612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesistitlepage.tar.xz -Source6613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesistitlepage.doc.tar.xz -Source6614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspatent.tar.xz -Source6615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspatent.doc.tar.xz -Source6616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ut-thesis.tar.xz -Source6617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz -Source6618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uwthesis.tar.xz -Source6619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz -Source6620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vancouver.tar.xz -Source6621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vancouver.doc.tar.xz -Source6622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsemclassic.tar.xz -Source6623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsemclassic.doc.tar.xz -Source6625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcookybooky.tar.xz -Source6626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz -Source6628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yathesis.tar.xz -Source6629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yathesis.doc.tar.xz -Source6631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/york-thesis.tar.xz -Source6632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz -Source6634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIstyle.tar.xz -Source6635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz -Source6637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIunits.tar.xz -Source6638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIunits.doc.tar.xz -Source6640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/complexity.tar.xz -Source6641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/complexity.doc.tar.xz -Source6642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/computational-complexity.tar.xz -Source6643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz -Source6645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryptocode.tar.xz -Source6646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryptocode.doc.tar.xz -Source6647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/digiconfigs.tar.xz -Source6648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz -Source6649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawstack.tar.xz -Source6650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawstack.doc.tar.xz -Source6651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dyntree.tar.xz -Source6652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dyntree.doc.tar.xz -Source6654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eltex.tar.xz -Source6655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eltex.doc.tar.xz -Source6656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endiagram.tar.xz -Source6657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endiagram.doc.tar.xz -Source6658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engtlc.tar.xz -Source6659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engtlc.doc.tar.xz -Source6660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouridx.tar.xz -Source6661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouridx.doc.tar.xz -Source6663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/functan.tar.xz -Source6664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/functan.doc.tar.xz -Source6666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/galois.tar.xz -Source6667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/galois.doc.tar.xz -Source6669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gastex.tar.xz -Source6670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gastex.doc.tar.xz -Source6671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gene-logic.tar.xz -Source6672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz -Source6673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghsystem.tar.xz -Source6674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghsystem.doc.tar.xz -Source6675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gu.tar.xz -Source6676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gu.doc.tar.xz -Source6677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hep.tar.xz -Source6678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hep.doc.tar.xz -Source6679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepnames.tar.xz -Source6680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepnames.doc.tar.xz -Source6681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepparticles.tar.xz -Source6682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz -Source6683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepthesis.tar.xz -Source6684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz -Source6685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepunits.tar.xz -Source6686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepunits.doc.tar.xz -Source6687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh.tar.xz -Source6688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz -Source6689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaughmap.tar.xz -Source6690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaughmap.doc.tar.xz -Source6692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matlab-prettifier.tar.xz -Source6693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matlab-prettifier.doc.tar.xz -Source6695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhchem.tar.xz -Source6696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhchem.doc.tar.xz -Source6697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miller.tar.xz -Source6698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miller.doc.tar.xz -Source6700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mychemistry.tar.xz -Source6701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mychemistry.doc.tar.xz -Source6702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nuc.tar.xz -Source6703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nuc.doc.tar.xz -Source6704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/objectz.tar.xz -Source6705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/objectz.doc.tar.xz -Source6707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physics.tar.xz -Source6708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physics.doc.tar.xz -Source6709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pseudocode.tar.xz -Source6710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz -Source6713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz -Source6714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz -Source6715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sciposter.tar.xz -Source6716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sciposter.doc.tar.xz -Source6717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sclang-prettifier.tar.xz -Source6718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sclang-prettifier.doc.tar.xz -Source6720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sfg.tar.xz -Source6721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sfg.doc.tar.xz -Source6722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/siunitx.tar.xz -Source6723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/siunitx.doc.tar.xz -Source6725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/steinmetz.tar.xz -Source6726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz -Source6728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/struktex.tar.xz -Source6729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/struktex.doc.tar.xz -Source6731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substances.tar.xz -Source6732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substances.doc.tar.xz -Source6733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t-angles.tar.xz -Source6734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t-angles.doc.tar.xz -Source6735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textopo.tar.xz -Source6736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textopo.doc.tar.xz -Source6741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitsdef.tar.xz -Source6742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz -Source6744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xymtex.tar.xz -Source6745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xymtex.doc.tar.xz -Source6747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/youngtab.tar.xz -Source6748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/youngtab.doc.tar.xz -Source6750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixlatvian.tar.xz -Source6751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz -Source6753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontbook.tar.xz -Source6754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontbook.doc.tar.xz -Source6756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontwrap.tar.xz -Source6757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz -Source6758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interchar.tar.xz -Source6759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interchar.doc.tar.xz -Source6760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathspec.tar.xz -Source6761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathspec.doc.tar.xz -Source6762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philokalia.tar.xz -Source6763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philokalia.doc.tar.xz -Source6765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polyglossia.tar.xz -Source6766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz -Source6768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptext.tar.xz -Source6769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptext.doc.tar.xz -Source6770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quran.tar.xz -Source6771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quran.doc.tar.xz -Source6772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realscripts.tar.xz -Source6773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realscripts.doc.tar.xz -Source6775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharclasses.tar.xz -Source6776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz -Source6777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unisugar.tar.xz -Source6778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unisugar.doc.tar.xz -Source6779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xebaposter.tar.xz -Source6780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xebaposter.doc.tar.xz -Source6781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecjk.tar.xz -Source6782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecjk.doc.tar.xz -Source6784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecolor.tar.xz -Source6785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecolor.doc.tar.xz -Source6786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecyr.tar.xz -Source6787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecyr.doc.tar.xz -Source6788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xeindex.tar.xz -Source6789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xeindex.doc.tar.xz -Source6790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xepersian.tar.xz -Source6791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xepersian.doc.tar.xz -Source6793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xesearch.tar.xz -Source6794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xesearch.doc.tar.xz -Source6795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xespotcolor.tar.xz -Source6796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xespotcolor.doc.tar.xz -Source6799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-itrans.tar.xz -Source6800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz -Source6801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz -Source6802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz -Source6803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz -Source6804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz -Source6805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz -Source6806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz -Source6807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexko.tar.xz -Source6808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexko.doc.tar.xz -Source6809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xevlna.tar.xz -Source6810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xevlna.doc.tar.xz -Source6811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltxtra.tar.xz -Source6812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz -Source6814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xunicode.tar.xz -Source6815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xunicode.doc.tar.xz -Source6816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-docindex.tar.xz -Source6817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz -Source7023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-basic.tar.xz -Source7035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz -Source7036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-latex.tar.xz -Source7043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-binextra.tar.xz -Source7101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-context.tar.xz -Source7105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz -Source7106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz -Source7107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-fontutils.tar.xz -Source7118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz -Source7123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-games.tar.xz -Source7131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-humanities.tar.xz -Source7134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langarabic.tar.xz -Source7135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langchinese.tar.xz -Source7136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langcjk.tar.xz -Source7137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langcyrillic.tar.xz -Source7139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langczechslovak.tar.xz -Source7143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langenglish.tar.xz -Source7144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langeuropean.tar.xz -Source7145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langfrench.tar.xz -Source7146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langgerman.tar.xz -Source7147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langgreek.tar.xz -Source7152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langitalian.tar.xz -Source7153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langjapanese.tar.xz -Source7159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langkorean.tar.xz -Source7161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langother.tar.xz -Source7162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langpolish.tar.xz -Source7164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langportuguese.tar.xz -Source7165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langspanish.tar.xz -Source7166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-latexextra.tar.xz -Source7167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz -Source7169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-pictures.tar.xz -Source7184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-luatex.tar.xz -Source7188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-metapost.tar.xz -Source7189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-music.tar.xz -Source7199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-pstricks.tar.xz -Source7202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-publishers.tar.xz -Source7206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-xetex.tar.xz -Source7207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-basic.tar.xz -Source7208: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-context.tar.xz -Source7209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-full.tar.xz -Source7210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-gust.tar.xz -Source7211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-medium.tar.xz -Source7212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-minimal.tar.xz -Source7213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-small.tar.xz -Source7214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-tetex.tar.xz -Source7216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmart.tar.xz -Source7217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmart.doc.tar.xz -Source7219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi-add.tar.xz -Source7220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi-add.doc.tar.xz -Source7221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabluatex.tar.xz -Source7223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabluatex.doc.tar.xz -Source7224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaeologie.tar.xz -Source7225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaeologie.doc.tar.xz -Source7226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asapsym.tar.xz -Source7227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asapsym.doc.tar.xz -Source7229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asciilist.tar.xz -Source7230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asciilist.doc.tar.xz -Source7232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-belarusian.tar.xz -Source7233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-belarusian.doc.tar.xz -Source7235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-macedonian.tar.xz -Source7236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-macedonian.doc.tar.xz -Source7238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-occitan.tar.xz -Source7239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-occitan.doc.tar.xz -Source7241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-vietnamese.doc.tar.xz -Source7242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamercolorthemeowl.tar.xz -Source7243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamercolorthemeowl.doc.tar.xz -Source7245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-detlevcm.tar.xz -Source7246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-detlevcm.doc.tar.xz -Source7247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-epyt.tar.xz -Source7248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-epyt.doc.tar.xz -Source7249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-metropolis.tar.xz -Source7250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-metropolis.doc.tar.xz -Source7252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-verona.tar.xz -Source7253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-verona.doc.tar.xz -Source7254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-abnt.tar.xz -Source7255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-abnt.doc.tar.xz -Source7256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinother.tar.xz -Source7257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinother.doc.tar.xz -Source7258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-iso690.tar.xz -Source7259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-iso690.doc.tar.xz -Source7260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-morenames.tar.xz -Source7261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-morenames.doc.tar.xz -Source7262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibletext.tar.xz -Source7263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibletext.doc.tar.xz -Source7265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtexperllibs.doc.tar.xz -Source7267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitpattern.tar.xz -Source7268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitpattern.doc.tar.xz -Source7270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakcites.tar.xz -Source7271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakcites.doc.tar.xz -Source7272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdvidriver.tar.xz -Source7273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdvidriver.doc.tar.xz -Source7274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxenclose.tar.xz -Source7275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxenclose.doc.tar.xz -Source7276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxnewfont.tar.xz -Source7277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxnewfont.doc.tar.xz -Source7278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpapersize.tar.xz -Source7279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpapersize.doc.tar.xz -Source7280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carbohydrates.tar.xz -Source7281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carbohydrates.doc.tar.xz -Source7282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chivo.tar.xz -Source7283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chivo.doc.tar.xz -Source7285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/churchslavonic.tar.xz -Source7286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/churchslavonic.doc.tar.xz -Source7287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdtrack.tar.xz -Source7288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdtrack.doc.tar.xz -Source7290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmexb.tar.xz -Source7291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmexb.doc.tar.xz -Source7292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cochineal.tar.xz -Source7293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cochineal.doc.tar.xz -Source7294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coloring.tar.xz -Source7295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coloring.doc.tar.xz -Source7296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/continue.tar.xz -Source7297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/continue.doc.tar.xz -Source7299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cquthesis.tar.xz -Source7300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cquthesis.doc.tar.xz -Source7302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crimson.tar.xz -Source7303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crimson.doc.tar.xz -Source7304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctablestack.tar.xz -Source7305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctablestack.doc.tar.xz -Source7307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimseasy.tar.xz -Source7308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimseasy.doc.tar.xz -Source7309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawmatrix.tar.xz -Source7310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawmatrix.doc.tar.xz -Source7315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynamicnumber.tar.xz -Source7316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynamicnumber.doc.tar.xz -Source7318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecobiblatex.tar.xz -Source7319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecobiblatex.doc.tar.xz -Source7320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/econometrics.tar.xz -Source7321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/econometrics.doc.tar.xz -Source7322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/einfuehrung2.doc.tar.xz -Source7323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipse.tar.xz -Source7324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipse.doc.tar.xz -Source7326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emisa.tar.xz -Source7327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emisa.doc.tar.xz -Source7329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercises.tar.xz -Source7330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercises.doc.tar.xz -Source7332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ffslides.tar.xz -Source7333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ffslides.doc.tar.xz -Source7334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fibeamer.tar.xz -Source7335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fibeamer.doc.tar.xz -Source7337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixcmex.tar.xz -Source7338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixcmex.doc.tar.xz -Source7340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change-xetex.tar.xz -Source7341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change-xetex.doc.tar.xz -Source7342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotehyper.tar.xz -Source7343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotehyper.doc.tar.xz -Source7348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getitems.tar.xz -Source7349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getitems.doc.tar.xz -Source7351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitlog.tar.xz -Source7352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitlog.doc.tar.xz -Source7353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-extra.tar.xz -Source7354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-extra.doc.tar.xz -Source7356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss-occitan.tar.xz -Source7357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss-occitan.doc.tar.xz -Source7359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gobble.tar.xz -Source7360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gobble.doc.tar.xz -Source7362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradstudentresume.tar.xz -Source7363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradstudentresume.doc.tar.xz -Source7364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-cfg.tar.xz -Source7365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-cfg.doc.tar.xz -Source7366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektonoi.tar.xz -Source7367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektonoi.doc.tar.xz -Source7371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/h2020proposal.tar.xz -Source7372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/h2020proposal.doc.tar.xz -Source7375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-bulgarian.doc.tar.xz -Source7376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-churchslavonic.tar.xz -Source7379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-occitan.tar.xz -Source7380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-sanskrit.doc.tar.xz -Source7381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-spanish.doc.tar.xz -Source7385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ietfbibs.doc.tar.xz -Source7386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iffont.tar.xz -Source7387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iffont.doc.tar.xz -Source7389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imfellenglish.tar.xz -Source7390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imfellenglish.doc.tar.xz -Source7391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jacow.tar.xz -Source7392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jacow.doc.tar.xz -Source7393: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyvaltable.tar.xz -Source7394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyvaltable.doc.tar.xz -Source7396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ksp-thesis.tar.xz -Source7397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ksp-thesis.doc.tar.xz -Source7398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langsci.tar.xz -Source7399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langsci.doc.tar.xz -Source7400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo-fr.doc.tar.xz -Source7401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-bib2-ex.doc.tar.xz -Source7402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-tds.doc.tar.xz -Source7404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinegc.tar.xz -Source7405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinegc.doc.tar.xz -Source7406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus.tar.xz -Source7407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus.doc.tar.xz -Source7408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinust1math.tar.xz -Source7409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinust1math.doc.tar.xz -Source7410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebodoni.tar.xz -Source7411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebodoni.doc.tar.xz -Source7412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linop.tar.xz -Source7413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linop.doc.tar.xz -Source7414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfbox.tar.xz -Source7415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfbox.doc.tar.xz -Source7416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lroundrect.tar.xz -Source7417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lroundrect.doc.tar.xz -Source7419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstbayes.tar.xz -Source7420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstbayes.doc.tar.xz -Source7422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatex85.tar.xz -Source7423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatex85.doc.tar.xz -Source7425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebase.tar.xz -Source7426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebase.doc.tar.xz -Source7428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/markdown.tar.xz -Source7429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/markdown.doc.tar.xz -Source7431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpartir.tar.xz -Source7432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpartir.doc.tar.xz -Source7437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miama.tar.xz -Source7438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miama.doc.tar.xz -Source7440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moodle.tar.xz -Source7441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moodle.doc.tar.xz -Source7443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparrows.tar.xz -Source7444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparrows.doc.tar.xz -Source7445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multidef.tar.xz -Source7446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multidef.doc.tar.xz -Source7448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mynsfc.tar.xz -Source7449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mynsfc.doc.tar.xz -Source7451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nihbiosketch.tar.xz -Source7452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nihbiosketch.doc.tar.xz -Source7453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nimbus15.tar.xz -Source7454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nimbus15.doc.tar.xz -Source7455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/normalcolor.tar.xz -Source7456: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/normalcolor.doc.tar.xz -Source7458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noto.tar.xz -Source7459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noto.doc.tar.xz -Source7460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nucleardata.tar.xz -Source7461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nucleardata.doc.tar.xz -Source7463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nwejm.tar.xz -Source7464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nwejm.doc.tar.xz -Source7466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optidef.tar.xz -Source7467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optidef.doc.tar.xz -Source7468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/options.tar.xz -Source7469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/options.doc.tar.xz -Source7470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parades.tar.xz -Source7471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parades.doc.tar.xz -Source7473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbibtex-base.tar.xz -Source7474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbibtex-base.doc.tar.xz -Source7478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament.tar.xz -Source7479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament.doc.tar.xz -Source7480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-spectra.tar.xz -Source7481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-spectra.doc.tar.xz -Source7482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex.tar.xz -Source7483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex.doc.tar.xz -Source7489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prooftrees.tar.xz -Source7490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prooftrees.doc.tar.xz -Source7491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cie.tar.xz -Source7492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cie.doc.tar.xz -Source7493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rosario.tar.xz -Source7494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rosario.doc.tar.xz -Source7496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/russ.tar.xz -Source7497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/russ.doc.tar.xz -Source7498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanitize-umlaut.tar.xz -Source7499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanitize-umlaut.doc.tar.xz -Source7500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrlttr2copy.tar.xz -Source7501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrlttr2copy.doc.tar.xz -Source7502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesix.tar.xz -Source7503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesix.doc.tar.xz -Source7505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/signchart.tar.xz -Source7506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/signchart.doc.tar.xz -Source7508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpler-wick.tar.xz -Source7509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpler-wick.doc.tar.xz -Source7510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartunits.tar.xz -Source7511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartunits.doc.tar.xz -Source7515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svrsymbols.tar.xz -Source7516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svrsymbols.doc.tar.xz -Source7518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tempora.tar.xz -Source7519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tempora.doc.tar.xz -Source7521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ini-files.tar.xz -Source7522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ini-files.doc.tar.xz -Source7523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-es.doc.tar.xz -Source7524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texvc.tar.xz -Source7525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texvc.doc.tar.xz -Source7527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texworks.doc.tar.xz -Source7528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-feynman.tar.xz -Source7529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-feynman.doc.tar.xz -Source7530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipfr.tar.xz -Source7531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typed-checklist.tar.xz -Source7532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typed-checklist.doc.tar.xz -Source7534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uantwerpendocs.tar.xz -Source7535: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uantwerpendocs.doc.tar.xz -Source7537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhrzeit.tar.xz -Source7538: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhrzeit.doc.tar.xz -Source7539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umbclegislation.tar.xz -Source7540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umbclegislation.doc.tar.xz -Source7541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-data.tar.xz -Source7542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-data.doc.tar.xz -Source7543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/updmap-map.tar.xz -Source7544: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uplatex.tar.xz -Source7550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/visualpstricks.doc.tar.xz -Source7551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/visualtikz.doc.tar.xz -Source7554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xassoccnt.tar.xz -Source7555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xassoccnt.doc.tar.xz -Source7556: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcntperchap.tar.xz -Source7557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcntperchap.doc.tar.xz -Source7558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xduthesis.tar.xz -Source7559: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xduthesis.doc.tar.xz -Source7561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xellipsis.tar.xz -Source7562: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xellipsis.doc.tar.xz -Source7567: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsavebox.tar.xz -Source7568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsavebox.doc.tar.xz -Source7570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ycbook.tar.xz -Source7571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ycbook.doc.tar.xz -Source7572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts-t1.tar.xz -Source7573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts-t1.doc.tar.xz -Source7574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yinit-otf.tar.xz -Source7575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yinit-otf.doc.tar.xz -Source7576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics-uptex.tar.xz -Source7577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics-uptex.doc.tar.xz -Source7578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-churchslavonic.tar.xz -Source7579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-churchslavonic.doc.tar.xz -Source7580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adtrees.tar.xz -Source7581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adtrees.doc.tar.xz -Source7582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-base.tar.xz -Source7583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-base.doc.tar.xz -Source7584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-fonts.tar.xz -Source7585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-fonts.doc.tar.xz -Source7586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-base.tar.xz -Source7587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-base.doc.tar.xz -Source7588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-fonts.tar.xz -Source7589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-fonts.doc.tar.xz -Source7596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-estonian.doc.tar.xz -Source7597: yfonts-t1-license-email.pdf -Source7598: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bestpapers.tar.xz -Source7599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bestpapers.doc.tar.xz -Source7600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-claves.tar.xz -Source7601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-claves.doc.tar.xz -Source7602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ijsra.tar.xz -Source7603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ijsra.doc.tar.xz -Source7604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-lni.tar.xz -Source7605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-lni.doc.tar.xz -Source7606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nottsclassic.tar.xz -Source7607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nottsclassic.doc.tar.xz -Source7608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-def.tar.xz -Source7609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-indonesian.tar.xz -Source7610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-indonesian.doc.tar.xz -Source7611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-malay.tar.xz -Source7612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-malay.doc.tar.xz -Source7613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-plaingeneric.tar.xz -Source7614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-mathscience.tar.xz -Source7615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofitems.tar.xz -Source7616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofitems.doc.tar.xz -Source7617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abnt.tar.xz -Source7618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abnt.doc.tar.xz -Source7619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialsymbol.tar.xz -Source7620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialsymbol.doc.tar.xz -Source7621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addfont.tar.xz -Source7622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addfont.doc.tar.xz -Source7623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algolrevived.tar.xz -Source7624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algolrevived.doc.tar.xz -Source7625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alkalami.tar.xz -Source7626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alkalami.doc.tar.xz -Source7627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apalike-german.tar.xz -Source7628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apalike-german.doc.tar.xz -Source7629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arimo.tar.xz -Source7630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arimo.doc.tar.xz -Source7631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic-ttf.tar.xz -Source7632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic-ttf.doc.tar.xz -Source7633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asymptote-by-example-zh-cn.doc.tar.xz -Source7634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asymptote-faq-zh-cn.doc.tar.xz -Source7635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asymptote-manual-zh-cn.doc.tar.xz -Source7636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aucklandthesis.tar.xz -Source7637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aucklandthesis.doc.tar.xz -Source7638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurl.tar.xz -Source7639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurl.doc.tar.xz -Source7640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/awesomebox.tar.xz -Source7641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/awesomebox.doc.tar.xz -Source7642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-azerbaijani.tar.xz -Source7643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-azerbaijani.doc.tar.xz -Source7644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baekmuk.tar.xz -Source7645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baekmuk.doc.tar.xz -Source7646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorexam.tar.xz -Source7647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorexam.doc.tar.xz -Source7648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervillef.tar.xz -Source7649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervillef.doc.tar.xz -Source7650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerswitch.tar.xz -Source7651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerswitch.doc.tar.xz -Source7652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beilstein.tar.xz -Source7653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beilstein.doc.tar.xz -Source7654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beuron.tar.xz -Source7655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beuron.doc.tar.xz -Source7658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-cheatsheet.doc.tar.xz -Source7659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-enc.tar.xz -Source7660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-enc.doc.tar.xz -Source7661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gb7714-2015.tar.xz -Source7662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gb7714-2015.doc.tar.xz -Source7663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-oxref.tar.xz -Source7664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-oxref.doc.tar.xz -Source7665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-sbl.tar.xz -Source7666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-sbl.doc.tar.xz -Source7667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-shortfields.tar.xz -Source7668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-shortfields.doc.tar.xz -Source7669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binarytree.tar.xz -Source7670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binarytree.doc.tar.xz -Source7671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biochemistry-colors.tar.xz -Source7672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biochemistry-colors.doc.tar.xz -Source7673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biolett-bst.tar.xz -Source7674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biolett-bst.doc.tar.xz -Source7675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bredzenie.tar.xz -Source7676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bredzenie.doc.tar.xz -Source7677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcalc.tar.xz -Source7678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcalc.doc.tar.xz -Source7679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjalipsum.tar.xz -Source7680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjalipsum.doc.tar.xz -Source7681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjaprnind.tar.xz -Source7682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjaprnind.doc.tar.xz -Source7683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxorigcapt.tar.xz -Source7684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxorigcapt.doc.tar.xz -Source7685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/callouts.tar.xz -Source7686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/callouts.doc.tar.xz -Source7687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cesenaexam.tar.xz -Source7688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cesenaexam.doc.tar.xz -Source7689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cheatsheet.tar.xz -Source7690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cheatsheet.doc.tar.xz -Source7691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/childdoc.tar.xz -Source7692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/childdoc.doc.tar.xz -Source7693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cje.tar.xz -Source7694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cje.doc.tar.xz -Source7695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-texworks.tar.xz -Source7696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combofont.tar.xz -Source7697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combofont.doc.tar.xz -Source7698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmscbf.tar.xz -Source7699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmscbf.doc.tar.xz -Source7700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmttbf.tar.xz -Source7701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmttbf.doc.tar.xz -Source7702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-inifile.tar.xz -Source7703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-inifile.doc.tar.xz -Source7704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-layout.tar.xz -Source7705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-layout.doc.tar.xz -Source7706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conv-xkv.tar.xz -Source7707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conv-xkv.doc.tar.xz -Source7708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking-units.tar.xz -Source7709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking-units.doc.tar.xz -Source7710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cormorantgaramond.tar.xz -Source7711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cormorantgaramond.doc.tar.xz -Source7712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreftools.tar.xz -Source7713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreftools.doc.tar.xz -Source7714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/css-colors.tar.xz -Source7715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/css-colors.doc.tar.xz -Source7716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cstypo.tar.xz -Source7717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cstypo.doc.tar.xz -Source7718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currency.tar.xz -Source7719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currency.doc.tar.xz -Source7720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docsurvey.doc.tar.xz -Source7721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftfigure.tar.xz -Source7722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftfigure.doc.tar.xz -Source7723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxdescribe.tar.xz -Source7724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxdescribe.doc.tar.xz -Source7725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ducksay.tar.xz -Source7726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ducksay.doc.tar.xz -Source7729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynkin-diagrams.tar.xz -Source7730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynkin-diagrams.doc.tar.xz -Source7731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyformat.tar.xz -Source7732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyformat.doc.tar.xz -Source7735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecgdraw.tar.xz -Source7736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecgdraw.doc.tar.xz -Source7737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endofproofwd.tar.xz -Source7738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endofproofwd.doc.tar.xz -Source7739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnalign.tar.xz -Source7740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnalign.doc.tar.xz -Source7741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulerpx.tar.xz -Source7742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulerpx.doc.tar.xz -Source7743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetchcls.tar.xz -Source7744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetchcls.doc.tar.xz -Source7745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fgruler.tar.xz -Source7746: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fgruler.doc.tar.xz -Source7747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontentsdef.tar.xz -Source7748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontentsdef.doc.tar.xz -Source7749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixjfm.tar.xz -Source7750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixjfm.doc.tar.xz -Source7751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontloader-luaotfload.tar.xz -Source7752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontloader-luaotfload.doc.tar.xz -Source7753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisx.tar.xz -Source7754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisx.doc.tar.xz -Source7756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forest-quickstart.doc.tar.xz -Source7757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forms16be.tar.xz -Source7758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forms16be.doc.tar.xz -Source7759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frederika2016.tar.xz -Source7760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frederika2016.doc.tar.xz -Source7761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitfile-info.tar.xz -Source7762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitfile-info.doc.tar.xz -Source7763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gofonts.tar.xz -Source7764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gofonts.doc.tar.xz -Source7765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grant.tar.xz -Source7766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grant.doc.tar.xz -Source7767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grayhints.tar.xz -Source7768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grayhints.doc.tar.xz -Source7769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrlib-largetrees.tar.xz -Source7770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrlib-largetrees.doc.tar.xz -Source7771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/halloweenmath.tar.xz -Source7772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/halloweenmath.doc.tar.xz -Source7773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hackthefootline.tar.xz -Source7774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hackthefootline.doc.tar.xz -Source7775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hecthese.tar.xz -Source7776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hecthese.doc.tar.xz -Source7777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hithesis.tar.xz -Source7778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hithesis.doc.tar.xz -Source7779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hustthesis.tar.xz -Source7780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hustthesis.doc.tar.xz -Source7781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-belarusian.tar.xz -Source7782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifptex.tar.xz -Source7783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifptex.doc.tar.xz -Source7784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifxptex.tar.xz -Source7785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifxptex.doc.tar.xz -Source7786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijsra.tar.xz -Source7787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijsra.doc.tar.xz -Source7788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice2.tar.xz -Source7789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice2.doc.tar.xz -Source7790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iscram.tar.xz -Source7791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iscram.doc.tar.xz -Source7792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isopt.tar.xz -Source7793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isopt.doc.tar.xz -Source7794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/istgame.tar.xz -Source7795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/istgame.doc.tar.xz -Source7798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlreq.tar.xz -Source7799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlreq.doc.tar.xz -Source7800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyfloat.tar.xz -Source7801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyfloat.doc.tar.xz -Source7802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knowledge.tar.xz -Source7803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knowledge.doc.tar.xz -Source7804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv-rg.tar.xz -Source7805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv-rg.doc.tar.xz -Source7806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ku-template.tar.xz -Source7807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ku-template.doc.tar.xz -Source7808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ladder.tar.xz -Source7809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ladder.doc.tar.xz -Source7810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-mr.doc.tar.xz -Source7813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-refsheet.doc.tar.xz -Source7816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbangla.tar.xz -Source7817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbangla.doc.tar.xz -Source7818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbug.tar.xz -Source7819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbug.doc.tar.xz -Source7820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexgit.tar.xz -Source7821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexgit.doc.tar.xz -Source7824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/limecv.tar.xz -Source7825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/limecv.doc.tar.xz -Source7826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ling-macros.tar.xz -Source7827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ling-macros.doc.tar.xz -Source7828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lion-msc.tar.xz -Source7829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lion-msc.doc.tar.xz -Source7830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lni.tar.xz -Source7831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lni.doc.tar.xz -Source7832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltb2bib.tar.xz -Source7833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltb2bib.doc.tar.xz -Source7834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luahyphenrules.tar.xz -Source7835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luahyphenrules.doc.tar.xz -Source7836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamesh.tar.xz -Source7837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamesh.doc.tar.xz -Source7838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luapackageloader.tar.xz -Source7839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luapackageloader.doc.tar.xz -Source7842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maker.tar.xz -Source7843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maker.doc.tar.xz -Source7844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfit.tar.xz -Source7845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfit.doc.tar.xz -Source7846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/math-into-latex-4.doc.tar.xz -Source7847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcexam.tar.xz -Source7848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcexam.doc.tar.xz -Source7849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mendex-doc.doc.tar.xz -Source7850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milog.tar.xz -Source7851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milog.doc.tar.xz -Source7852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/missaali.tar.xz -Source7853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/missaali.doc.tar.xz -Source7854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modular.tar.xz -Source7855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modular.doc.tar.xz -Source7856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montserrat.tar.xz -Source7857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montserrat.doc.tar.xz -Source7858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpostinl.tar.xz -Source7859: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpostinl.doc.tar.xz -Source7860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mucproc.tar.xz -Source7861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mucproc.doc.tar.xz -Source7862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multilang.tar.xz -Source7863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multilang.doc.tar.xz -Source7864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musicography.tar.xz -Source7865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musicography.doc.tar.xz -Source7866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-box.tar.xz -Source7867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-box.doc.tar.xz -Source7868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-position.tar.xz -Source7869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-position.doc.tar.xz -Source7870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navydocs.tar.xz -Source7871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navydocs.doc.tar.xz -Source7872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe-type1.tar.xz -Source7873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe-type1.doc.tar.xz -Source7874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nodetree.tar.xz -Source7875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nodetree.doc.tar.xz -Source7876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notespages.tar.xz -Source7877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notespages.doc.tar.xz -Source7878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notestex.tar.xz -Source7879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notestex.doc.tar.xz -Source7880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/novel.tar.xz -Source7881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/novel.doc.tar.xz -Source7882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numnameru.tar.xz -Source7883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numnameru.doc.tar.xz -Source7884: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numspell.tar.xz -Source7885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numspell.doc.tar.xz -Source7886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octave.tar.xz -Source7887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octave.doc.tar.xz -Source7888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padauk.tar.xz -Source7889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padauk.doc.tar.xz -Source7892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfreview.tar.xz -Source7893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfreview.doc.tar.xz -Source7894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phffullpagefigure.tar.xz -Source7895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phffullpagefigure.doc.tar.xz -Source7896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfnote.tar.xz -Source7897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfnote.doc.tar.xz -Source7898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfparen.tar.xz -Source7899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfparen.doc.tar.xz -Source7900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfqit.tar.xz -Source7901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfqit.doc.tar.xz -Source7902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfquotetext.tar.xz -Source7903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfquotetext.doc.tar.xz -Source7904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfsvnwatermark.tar.xz -Source7905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfsvnwatermark.doc.tar.xz -Source7906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfthm.tar.xz -Source7907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfthm.doc.tar.xz -Source7908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonenumbers.tar.xz -Source7909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonenumbers.doc.tar.xz -Source7910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex-tools.tar.xz -Source7911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex-tools.doc.tar.xz -Source7912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platexcheat.doc.tar.xz -Source7913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetry.tar.xz -Source7914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetry.doc.tar.xz -Source7915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-arrow.tar.xz -Source7916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-arrow.doc.tar.xz -Source7917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geometrictools.tar.xz -Source7918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geometrictools.doc.tar.xz -Source7919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poker.tar.xz -Source7920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poker.doc.tar.xz -Source7921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rputover.tar.xz -Source7922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rputover.doc.tar.xz -Source7923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-shell.tar.xz -Source7924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-shell.doc.tar.xz -Source7925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vehicle.tar.xz -Source7926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vehicle.doc.tar.xz -Source7927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstring.tar.xz -Source7928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstring.doc.tar.xz -Source7931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtatescale.tar.xz -Source7932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtatescale.doc.tar.xz -Source7933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxufont.tar.xz -Source7934: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxufont.doc.tar.xz -Source7935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quicktype.tar.xz -Source7936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quicktype.doc.tar.xz -Source7937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rutitlepage.tar.xz -Source7938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rutitlepage.doc.tar.xz -Source7939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scsnowman.tar.xz -Source7940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scsnowman.doc.tar.xz -Source7941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratch.tar.xz -Source7942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratch.doc.tar.xz -Source7943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesstime.tar.xz -Source7944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesstime.doc.tar.xz -Source7945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shobhika.tar.xz -Source7946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shobhika.doc.tar.xz -Source7947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-resume-cv.tar.xz -Source7948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-resume-cv.doc.tar.xz -Source7949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-thesis-dissertation.tar.xz -Source7950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-thesis-dissertation.doc.tar.xz -Source7951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soup.tar.xz -Source7952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soup.doc.tar.xz -Source7953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spark-otf.tar.xz -Source7954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spark-otf.doc.tar.xz -Source7955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spectralsequences.tar.xz -Source7956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spectralsequences.doc.tar.xz -Source7957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/studenthandouts.tar.xz -Source7958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/studenthandouts.doc.tar.xz -Source7959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/table-fct.tar.xz -Source7960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/table-fct.doc.tar.xz -Source7961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal-de.tar.xz -Source7962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal-de.doc.tar.xz -Source7963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testidx.tar.xz -Source7964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testidx.doc.tar.xz -Source7967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texproposal.doc.tar.xz -Source7968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaienum.tar.xz -Source7969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaienum.doc.tar.xz -Source7970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-kalender.tar.xz -Source7971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-kalender.doc.tar.xz -Source7972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-optics.tar.xz -Source7973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-optics.doc.tar.xz -Source7974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzcodeblocks.tar.xz -Source7975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzcodeblocks.doc.tar.xz -Source7976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzducks.tar.xz -Source7977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzducks.doc.tar.xz -Source7978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpeople.tar.xz -Source7979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpeople.doc.tar.xz -Source7984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocdata.tar.xz -Source7985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocdata.doc.tar.xz -Source7986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txuprcal.tar.xz -Source7987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txuprcal.doc.tar.xz -Source7988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typoaid.tar.xz -Source7989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typoaid.doc.tar.xz -Source7990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhhassignment.tar.xz -Source7991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhhassignment.doc.tar.xz -Source7993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/undergradmath.doc.tar.xz -Source7994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-core.tar.xz -Source7995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-core.doc.tar.xz -Source7996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-extra.tar.xz -Source7997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-extra.doc.tar.xz -Source7998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-bidi.tar.xz -Source7999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-bidi.doc.tar.xz -Source8000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitn-bimrep.tar.xz -Source8001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitn-bimrep.doc.tar.xz -Source8002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upzhkinsoku.tar.xz -Source8003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upzhkinsoku.doc.tar.xz -Source8004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspace.tar.xz -Source8005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspace.doc.tar.xz -Source8008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variablelm.tar.xz -Source8009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variablelm.doc.tar.xz -Source8012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallcalendar.tar.xz -Source8013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallcalendar.doc.tar.xz -Source8014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wtref.tar.xz -Source8015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wtref.doc.tar.xz -Source8016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-material.tar.xz -Source8017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-material.doc.tar.xz -Source8018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xechangebar.tar.xz -Source8019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xechangebar.doc.tar.xz -Source8020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltabular.tar.xz -Source8021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltabular.doc.tar.xz -Source8022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsim.tar.xz -Source8023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsim.doc.tar.xz -Source8024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yaletter.tar.xz -Source8025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yaletter.doc.tar.xz -Source8026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zebra-goodies.tar.xz -Source8027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zebra-goodies.doc.tar.xz -Source8028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhlipsum.tar.xz -Source8029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhlipsum.doc.tar.xz -Source8030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fvextra.tar.xz -Source8031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fvextra.doc.tar.xz -Source8032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translator.tar.xz -Source8033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translator.doc.tar.xz -Source8034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-page.tar.xz -Source8035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-page.doc.tar.xz -Source8036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoaligne.doc.tar.xz -Source8037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoaligne.tar.xz -Source8038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hlist.doc.tar.xz -Source8039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hlist.tar.xz -Source8040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modulus.doc.tar.xz -Source8041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modulus.tar.xz -Source8042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/olsak-misc.doc.tar.xz -Source8043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/olsak-misc.tar.xz -Source8044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomlist.doc.tar.xz -Source8045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomlist.tar.xz -Source8046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplekv.doc.tar.xz -Source8047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplekv.tar.xz -Source8048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trigonometry.doc.tar.xz -Source8049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trigonometry.tar.xz -Source8050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii-lat.doc.tar.xz -Source8051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii-lat.tar.xz -Source8052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mensa-tex.tar.xz -Source8053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mensa-tex.doc.tar.xz -Source8054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algobox.tar.xz -Source8055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algobox.doc.tar.xz -Source8056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adigraph.tar.xz -Source8057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adigraph.doc.tar.xz -Source8058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aligned-overset.tar.xz -Source8059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aligned-overset.doc.tar.xz -Source8060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls-doc.tar.xz -Source8061: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls-doc.doc.tar.xz -Source8062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apxproof.tar.xz -Source8063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apxproof.doc.tar.xz -Source8064: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascmac.tar.xz -Source8065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascmac.doc.tar.xz -Source8066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authorarchive.tar.xz -Source8067: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authorarchive.doc.tar.xz -Source8068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autobreak.tar.xz -Source8069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autobreak.doc.tar.xz -Source8070: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf-lua.tar.xz -Source8071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf-lua.doc.tar.xz -Source8074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-japanese.tar.xz -Source8075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-japanese.doc.tar.xz -Source8076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bath-bst.tar.xz -Source8077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bath-bst.doc.tar.xz -Source8078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-cuerna.tar.xz -Source8079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-cuerna.doc.tar.xz -Source8080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-focus.tar.xz -Source8081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-focus.doc.tar.xz -Source8082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-saintpetersburg.tar.xz -Source8083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-saintpetersburg.doc.tar.xz -Source8084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bezierplot.tar.xz -Source8085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bezierplot.doc.tar.xz -Source8086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-archaeology.tar.xz -Source8087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-archaeology.doc.tar.xz -Source8088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-arthistory-bonn.tar.xz -Source8089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-arthistory-bonn.doc.tar.xz -Source8090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-socialscienceshuberlin.tar.xz -Source8091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-socialscienceshuberlin.doc.tar.xz -Source8092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascade.tar.xz -Source8093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascade.doc.tar.xz -Source8094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellprops.tar.xz -Source8095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellprops.doc.tar.xz -Source8096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemsec.tar.xz -Source8097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemsec.doc.tar.xz -Source8098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeref.tar.xz -Source8099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeref.doc.tar.xz -Source8100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrdblpg.tar.xz -Source8101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrdblpg.doc.tar.xz -Source8102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrstrip.tar.xz -Source8103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrstrip.doc.tar.xz -Source8104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-mf-extra-bold.tar.xz -Source8106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsrb.tar.xz -Source8107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsrb.doc.tar.xz -Source8108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/competences.tar.xz -Source8109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/competences.doc.tar.xz -Source8110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-handlecsv.tar.xz -Source8111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-handlecsv.doc.tar.xz -Source8112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/correctmathalign.tar.xz -Source8113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/correctmathalign.doc.tar.xz -Source8114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cqubeamer.tar.xz -Source8115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cqubeamer.doc.tar.xz -Source8118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu-otf.tar.xz -Source8119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu-otf.doc.tar.xz -Source8120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimset.tar.xz -Source8121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimset.doc.tar.xz -Source8122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diffcoeff.tar.xz -Source8123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diffcoeff.doc.tar.xz -Source8124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dijkstra.tar.xz -Source8125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dijkstra.doc.tar.xz -Source8126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsserif.tar.xz -Source8127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsserif.doc.tar.xz -Source8130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emf.tar.xz -Source8131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emf.doc.tar.xz -Source8132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotesj.tar.xz -Source8133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotesj.doc.tar.xz -Source8134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnnumwarn.tar.xz -Source8135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnnumwarn.doc.tar.xz -Source8136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erw-l3.tar.xz -Source8137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erw-l3.doc.tar.xz -Source8138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etsvthor.tar.xz -Source8139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etsvthor.doc.tar.xz -Source8140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro-ce.tar.xz -Source8141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro-ce.doc.tar.xz -Source8142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercisebank.tar.xz -Source8143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercisebank.doc.tar.xz -Source8144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fduthesis.tar.xz -Source8145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fduthesis.doc.tar.xz -Source8146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnspe.tar.xz -Source8147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnspe.doc.tar.xz -Source8148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome5.tar.xz -Source8149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome5.doc.tar.xz -Source8150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formation-latex-ul.tar.xz -Source8151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formation-latex-ul.doc.tar.xz -Source8152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatherenum.tar.xz -Source8153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatherenum.doc.tar.xz -Source8154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gbt7714.tar.xz -Source8155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gbt7714.doc.tar.xz -Source8156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentombow.tar.xz -Source8157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentombow.doc.tar.xz -Source8158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenicmath.tar.xz -Source8159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenicmath.doc.tar.xz -Source8160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-finnish.tar.xz -Source8161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-finnish.doc.tar.xz -Source8162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gotoh.tar.xz -Source8163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gotoh.doc.tar.xz -Source8164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graph35.tar.xz -Source8165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graph35.doc.tar.xz -Source8166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxpsd.tar.xz -Source8167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxpsd.doc.tar.xz -Source8168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hagenberg-thesis.tar.xz -Source8169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hagenberg-thesis.doc.tar.xz -Source8170: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handin.tar.xz -Source8171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handin.doc.tar.xz -Source8172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hulipsum.tar.xz -Source8173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hulipsum.doc.tar.xz -Source8174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperbar.tar.xz -Source8175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperbar.doc.tar.xz -Source8176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/includernw.tar.xz -Source8177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/includernw.doc.tar.xz -Source8178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/intopdf.tar.xz -Source8179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/intopdf.doc.tar.xz -Source8180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jnuexam.tar.xz -Source8181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jnuexam.doc.tar.xz -Source8182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kanaparser.tar.xz -Source8183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kanaparser.doc.tar.xz -Source8184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh-map.tar.xz -Source8185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh-map.doc.tar.xz -Source8186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurdishlipsum.tar.xz -Source8187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurdishlipsum.doc.tar.xz -Source8188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labelschanged.tar.xz -Source8189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labelschanged.doc.tar.xz -Source8190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-via-exemplos.tar.xz -Source8191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-via-exemplos.doc.tar.xz -Source8192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lccaps.tar.xz -Source8193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lccaps.doc.tar.xz -Source8194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-otf.tar.xz -Source8195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-otf.doc.tar.xz -Source8196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/llncsconf.tar.xz -Source8197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/llncsconf.doc.tar.xz -Source8198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longdivision.tar.xz -Source8199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longdivision.doc.tar.xz -Source8202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-truncate.tar.xz -Source8203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-truncate.doc.tar.xz -Source8206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luavlna.tar.xz -Source8207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luavlna.doc.tar.xz -Source8210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manyind.tar.xz -Source8211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manyind.doc.tar.xz -Source8212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfam256.tar.xz -Source8213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfam256.doc.tar.xz -Source8214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfixs.tar.xz -Source8215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfixs.doc.tar.xz -Source8216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfont.tar.xz -Source8217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfont.doc.tar.xz -Source8218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpunctspace.tar.xz -Source8219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpunctspace.doc.tar.xz -Source8222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mgltex.tar.xz -Source8223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mgltex.doc.tar.xz -Source8224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milsymb.tar.xz -Source8225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milsymb.doc.tar.xz -Source8226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minidocument.tar.xz -Source8227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minidocument.doc.tar.xz -Source8228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modernposter.tar.xz -Source8229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modernposter.doc.tar.xz -Source8232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morisawa.tar.xz -Source8233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morisawa.doc.tar.xz -Source8234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mptrees.tar.xz -Source8235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mptrees.doc.tar.xz -Source8236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musikui.tar.xz -Source8237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musikui.doc.tar.xz -Source8238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicematrix.tar.xz -Source8239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicematrix.doc.tar.xz -Source8240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nidanfloat.tar.xz -Source8241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nidanfloat.doc.tar.xz -Source8242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notex-bst.tar.xz -Source8246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onedown.tar.xz -Source8247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onedown.doc.tar.xz -Source8248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oplotsymbl.tar.xz -Source8249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oplotsymbl.doc.tar.xz -Source8250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlining.tar.xz -Source8251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlining.doc.tar.xz -Source8252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlays.tar.xz -Source8253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlays.doc.tar.xz -Source8254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padcount.tar.xz -Source8255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padcount.doc.tar.xz -Source8256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfoverlay.tar.xz -Source8257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfoverlay.doc.tar.xz -Source8258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpc-movie.tar.xz -Source8259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpc-movie.doc.tar.xz -Source8260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfprivacy.tar.xz -Source8261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfprivacy.doc.tar.xz -Source8262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/penrose.tar.xz -Source8263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/penrose.doc.tar.xz -Source8264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament-han.tar.xz -Source8265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament-han.doc.tar.xz -Source8266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pixelart.tar.xz -Source8267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pixelart.doc.tar.xz -Source8268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantuml.tar.xz -Source8269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantuml.doc.tar.xz -Source8270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex.tar.xz -Source8271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex.doc.tar.xz -Source8272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex-otf.tar.xz -Source8273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex-otf.doc.tar.xz -Source8274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pm-isomath.tar.xz -Source8275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pm-isomath.doc.tar.xz -Source8276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polexpr.tar.xz -Source8277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polexpr.doc.tar.xz -Source8278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postage.tar.xz -Source8279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postage.doc.tar.xz -Source8280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-tuliplab.tar.xz -Source8281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-tuliplab.doc.tar.xz -Source8282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-antiprism.tar.xz -Source8283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-antiprism.doc.tar.xz -Source8284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calculate.tar.xz -Source8285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calculate.doc.tar.xz -Source8286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-contourplot.tar.xz -Source8287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-contourplot.doc.tar.xz -Source8288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dart.tar.xz -Source8289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dart.doc.tar.xz -Source8292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spinner.tar.xz -Source8293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spinner.doc.tar.xz -Source8296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pythonhighlight.tar.xz -Source8297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pythonhighlight.doc.tar.xz -Source8298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revquantum.tar.xz -Source8299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revquantum.doc.tar.xz -Source8300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scientific-thesis-cover.tar.xz -Source8301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scientific-thesis-cover.doc.tar.xz -Source8302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratchx.tar.xz -Source8303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratchx.doc.tar.xz -Source8304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbreak.tar.xz -Source8305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbreak.doc.tar.xz -Source8306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic-markup.tar.xz -Source8307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic-markup.doc.tar.xz -Source8308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sexam.tar.xz -Source8309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sexam.doc.tar.xz -Source8310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/short-math-guide.tar.xz -Source8311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/short-math-guide.doc.tar.xz -Source8312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpleinvoice.tar.xz -Source8313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpleinvoice.doc.tar.xz -Source8314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spalign.tar.xz -Source8315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spalign.doc.tar.xz -Source8316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stanli.tar.xz -Source8317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stanli.doc.tar.xz -Source8318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistics.tar.xz -Source8319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistics.doc.tar.xz -Source8322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statmath.tar.xz -Source8323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statmath.doc.tar.xz -Source8324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stealcaps.tar.xz -Source8325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stealcaps.doc.tar.xz -Source8326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stickstoo.tar.xz -Source8327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stickstoo.doc.tar.xz -Source8328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-otf.tar.xz -Source8329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-otf.doc.tar.xz -Source8330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-type1.tar.xz -Source8331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-type1.doc.tar.xz -Source8332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/structmech.tar.xz -Source8333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/structmech.doc.tar.xz -Source8334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpdf.tar.xz -Source8335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpdf.doc.tar.xz -Source8336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdate.tar.xz -Source8337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdate.doc.tar.xz -Source8340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textualicomma.tar.xz -Source8341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textualicomma.doc.tar.xz -Source8342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaispec.tar.xz -Source8343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaispec.doc.tar.xz -Source8344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-gwu.tar.xz -Source8345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-gwu.doc.tar.xz -Source8346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thucoursework.tar.xz -Source8347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thucoursework.doc.tar.xz -Source8348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-karnaugh.tar.xz -Source8349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-karnaugh.doc.tar.xz -Source8350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-ladder.tar.xz -Source8351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-ladder.doc.tar.xz -Source8352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-layers.tar.xz -Source8353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-layers.doc.tar.xz -Source8354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmarmots.tar.xz -Source8355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmarmots.doc.tar.xz -Source8356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-nef.tar.xz -Source8357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-nef.doc.tar.xz -Source8358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-network.tar.xz -Source8359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-network.doc.tar.xz -Source8360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-relay.tar.xz -Source8361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-relay.doc.tar.xz -Source8362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-sfc.tar.xz -Source8363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-sfc.doc.tar.xz -Source8364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timbreicmc.tar.xz -Source8365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timbreicmc.doc.tar.xz -Source8366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tinos.tar.xz -Source8367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tinos.doc.tar.xz -Source8368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tlc-article.tar.xz -Source8369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tlc-article.doc.tar.xz -Source8370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topletter.tar.xz -Source8371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topletter.doc.tar.xz -Source8374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typewriter.tar.xz -Source8375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typewriter.doc.tar.xz -Source8376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucsmonograph.tar.xz -Source8377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucsmonograph.doc.tar.xz -Source8378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/univie-ling.tar.xz -Source8379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/univie-ling.doc.tar.xz -Source8380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uppunctlm.tar.xz -Source8381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uppunctlm.doc.tar.xz -Source8382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/witharrows.tar.xz -Source8383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/witharrows.doc.tar.xz -Source8384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfakebold.tar.xz -Source8385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfakebold.doc.tar.xz -Source8388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtuthesis.tar.xz -Source8389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtuthesis.doc.tar.xz -Source8390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xurl.tar.xz -Source8391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xurl.doc.tar.xz +Source0679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/begingreek.tar.xz +Source0680: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/begingreek.doc.tar.xz +Source0682: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/begriff.tar.xz +Source0683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/begriff.doc.tar.xz +Source0684: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/belleek.tar.xz +Source0685: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/belleek.doc.tar.xz +Source0687: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bengali.tar.xz +Source0688: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bengali.doc.tar.xz +Source0690: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bera.tar.xz +Source0691: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bera.doc.tar.xz +Source0692: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/berenisadf.tar.xz +Source0693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/berenisadf.doc.tar.xz +Source0694: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/besjournals.tar.xz +Source0695: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/besjournals.doc.tar.xz +Source0696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/betababel.tar.xz +Source0697: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/betababel.doc.tar.xz +Source0698: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beton.tar.xz +Source0699: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beton.doc.tar.xz +Source0701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bewerbung.tar.xz +Source0702: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bewerbung.doc.tar.xz +Source0704: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bez123.tar.xz +Source0705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bez123.doc.tar.xz +Source0707: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bezos.tar.xz +Source0708: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bezos.doc.tar.xz +Source0709: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bgreek.tar.xz +Source0710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bgreek.doc.tar.xz +Source0711: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bgteubner.tar.xz +Source0712: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bgteubner.doc.tar.xz +Source0714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bguq.tar.xz +Source0715: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bguq.doc.tar.xz +Source0717: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bhcexam.tar.xz +Source0718: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bhcexam.doc.tar.xz +Source0720: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibarts.tar.xz +Source0721: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibarts.doc.tar.xz +Source0726: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bib-fr.tar.xz +Source0727: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bib-fr.doc.tar.xz +Source0728: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibhtml.tar.xz +Source0729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibhtml.doc.tar.xz +Source0730: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-anonymous.tar.xz +Source0731: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-anonymous.doc.tar.xz +Source0732: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-apa.tar.xz +Source0733: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-apa.doc.tar.xz +Source0734: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-bookinarticle.tar.xz +Source0735: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-bookinarticle.doc.tar.xz +Source0736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-bwl.tar.xz +Source0737: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-bwl.doc.tar.xz +Source0738: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-caspervector.tar.xz +Source0739: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-caspervector.doc.tar.xz +Source0740: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-chem.tar.xz +Source0741: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-chem.doc.tar.xz +Source0742: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-chicago.tar.xz +Source0743: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-chicago.doc.tar.xz +Source0744: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-dw.tar.xz +Source0745: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-dw.doc.tar.xz +Source0746: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-fiwi.tar.xz +Source0747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-fiwi.doc.tar.xz +Source0748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-gost.tar.xz +Source0749: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-gost.doc.tar.xz +Source0750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-historian.tar.xz +Source0751: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-historian.doc.tar.xz +Source0752: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-ieee.tar.xz +Source0753: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-ieee.doc.tar.xz +Source0754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-juradiss.tar.xz +Source0755: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-juradiss.doc.tar.xz +Source0756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-luh-ipw.tar.xz +Source0757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-luh-ipw.doc.tar.xz +Source0758: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-manuscripts-philology.tar.xz +Source0759: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-manuscripts-philology.doc.tar.xz +Source0760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-mla.tar.xz +Source0761: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-mla.doc.tar.xz +Source0762: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-multiple-dm.tar.xz +Source0763: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-multiple-dm.doc.tar.xz +Source0764: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-musuos.tar.xz +Source0765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-musuos.doc.tar.xz +Source0766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-nature.tar.xz +Source0767: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-nature.doc.tar.xz +Source0768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-nejm.tar.xz +Source0769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-nejm.doc.tar.xz +Source0770: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-opcit-booktitle.tar.xz +Source0771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-opcit-booktitle.doc.tar.xz +Source0772: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-philosophy.tar.xz +Source0773: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-philosophy.doc.tar.xz +Source0775: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-phys.tar.xz +Source0776: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-phys.doc.tar.xz +Source0777: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-publist.tar.xz +Source0778: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-publist.doc.tar.xz +Source0779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-realauthor.tar.xz +Source0780: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-realauthor.doc.tar.xz +Source0781: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-science.tar.xz +Source0782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-science.doc.tar.xz +Source0783: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-source-division.tar.xz +Source0784: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-source-division.doc.tar.xz +Source0785: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-subseries.tar.xz +Source0786: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-subseries.doc.tar.xz +Source0787: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-swiss-legal.tar.xz +Source0788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-swiss-legal.doc.tar.xz +Source0789: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex.tar.xz +Source0790: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex.doc.tar.xz +Source0791: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-trad.tar.xz +Source0792: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-trad.doc.tar.xz +Source0793: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-true-citepages-omit.tar.xz +Source0794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-true-citepages-omit.doc.tar.xz +Source0795: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-french.tar.xz +Source0796: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-french.doc.tar.xz +Source0798: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-german.tar.xz +Source0799: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-german.doc.tar.xz +Source0800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-lds.tar.xz +Source0801: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-lds.doc.tar.xz +Source0803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-mouth.tar.xz +Source0804: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-mouth.doc.tar.xz +Source0806: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-parse.tar.xz +Source0807: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref-parse.doc.tar.xz +Source0808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref.tar.xz +Source0809: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibleref.doc.tar.xz +Source0811: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblist.tar.xz +Source0812: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblist.doc.tar.xz +Source0819: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibtopicprefix.tar.xz +Source0820: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibtopicprefix.doc.tar.xz +Source0822: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibtopic.tar.xz +Source0823: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibtopic.doc.tar.xz +Source0825: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibunits.tar.xz +Source0826: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibunits.doc.tar.xz +Source0828: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidi-atbegshi.tar.xz +Source0829: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidi-atbegshi.doc.tar.xz +Source0830: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidicontour.tar.xz +Source0831: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidicontour.doc.tar.xz +Source0832: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidihl.tar.xz +Source0833: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidihl.doc.tar.xz +Source0834: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidipagegrid.tar.xz +Source0835: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidipagegrid.doc.tar.xz +Source0836: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidipresentation.tar.xz +Source0837: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidipresentation.doc.tar.xz +Source0838: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidishadowtext.tar.xz +Source0839: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidishadowtext.doc.tar.xz +Source0840: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidi.tar.xz +Source0841: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bidi.doc.tar.xz +Source0843: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bigfoot.tar.xz +Source0844: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bigfoot.doc.tar.xz +Source0846: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bigints.tar.xz +Source0847: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bigints.doc.tar.xz +Source0848: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/binomexp.tar.xz +Source0849: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/binomexp.doc.tar.xz +Source0851: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biocon.tar.xz +Source0852: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biocon.doc.tar.xz +Source0853: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bitelist.tar.xz +Source0854: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bitelist.doc.tar.xz +Source0856: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bizcard.tar.xz +Source0857: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bizcard.doc.tar.xz +Source0859: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blacklettert1.tar.xz +Source0860: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blacklettert1.doc.tar.xz +Source0862: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blindtext.tar.xz +Source0863: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blindtext.doc.tar.xz +Source0865: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blkarray.tar.xz +Source0866: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blkarray.doc.tar.xz +Source0867: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blochsphere.tar.xz +Source0868: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blochsphere.doc.tar.xz +Source0870: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blockdraw_mp.tar.xz +Source0871: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blockdraw_mp.doc.tar.xz +Source0872: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/block.tar.xz +Source0873: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/block.doc.tar.xz +Source0874: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bloques.tar.xz +Source0875: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bloques.doc.tar.xz +Source0879: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blox.tar.xz +Source0880: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/blox.doc.tar.xz +Source0882: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bnumexpr.tar.xz +Source0883: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bnumexpr.doc.tar.xz +Source0885: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bodegraph.tar.xz +Source0886: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bodegraph.doc.tar.xz +Source0887: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bohr.tar.xz +Source0888: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bohr.doc.tar.xz +Source0889: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boisik.tar.xz +Source0890: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boisik.doc.tar.xz +Source0891: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boites.tar.xz +Source0892: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boites.doc.tar.xz +Source0894: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bold-extra.tar.xz +Source0895: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bold-extra.doc.tar.xz +Source0896: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boldtensors.tar.xz +Source0897: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boldtensors.doc.tar.xz +Source0898: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bondgraphs.tar.xz +Source0899: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bondgraphs.doc.tar.xz +Source0901: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bondgraph.tar.xz +Source0902: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bondgraph.doc.tar.xz +Source0903: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookcover.tar.xz +Source0904: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookcover.doc.tar.xz +Source0906: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookdb.tar.xz +Source0907: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookdb.doc.tar.xz +Source0908: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookest.tar.xz +Source0909: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookest.doc.tar.xz +Source0910: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookhands.tar.xz +Source0911: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookhands.doc.tar.xz +Source0913: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/booklet.tar.xz +Source0914: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/booklet.doc.tar.xz +Source0916: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bookman.tar.xz +Source0917: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/booktabs-de.doc.tar.xz +Source0918: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/booktabs-fr.doc.tar.xz +Source0919: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/booktabs.tar.xz +Source0920: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/booktabs.doc.tar.xz +Source0922: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boolexpr.tar.xz +Source0923: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boolexpr.doc.tar.xz +Source0925: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boondox.tar.xz +Source0926: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boondox.doc.tar.xz +Source0927: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bophook.tar.xz +Source0928: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bophook.doc.tar.xz +Source0930: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/borceux.tar.xz +Source0931: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/borceux.doc.tar.xz +Source0932: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bosisio.tar.xz +Source0933: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bosisio.doc.tar.xz +Source0935: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boxedminipage2e.tar.xz +Source0936: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boxedminipage2e.doc.tar.xz +Source0938: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boxedminipage.tar.xz +Source0939: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boxedminipage.doc.tar.xz +Source0940: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boxhandler.tar.xz +Source0941: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/boxhandler.doc.tar.xz +Source0943: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bpchem.tar.xz +Source0944: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bpchem.doc.tar.xz +Source0946: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bpolynomial.tar.xz +Source0947: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bpolynomial.doc.tar.xz +Source0948: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bracketkey.tar.xz +Source0949: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bracketkey.doc.tar.xz +Source0950: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/braids.tar.xz +Source0951: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/braids.doc.tar.xz +Source0953: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/braille.tar.xz +Source0954: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/braille.doc.tar.xz +Source0955: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/braket.tar.xz +Source0956: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/braket.doc.tar.xz +Source0957: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/brandeis-dissertation.tar.xz +Source0958: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/brandeis-dissertation.doc.tar.xz +Source0960: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/breakurl.tar.xz +Source0961: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/breakurl.doc.tar.xz +Source0963: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/breqn.tar.xz +Source0964: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/breqn.doc.tar.xz +Source0966: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/br-lex.tar.xz +Source0967: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/br-lex.doc.tar.xz +Source0968: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bropd.tar.xz +Source0969: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bropd.doc.tar.xz +Source0971: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/brushscr.tar.xz +Source0972: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/brushscr.doc.tar.xz +Source0973: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bullcntr.tar.xz +Source0974: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bullcntr.doc.tar.xz +Source0978: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/burmese.tar.xz +Source0979: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/burmese.doc.tar.xz +Source0981: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bussproofs.tar.xz +Source0982: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bussproofs.doc.tar.xz +Source0983: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxbase.tar.xz +Source0984: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxbase.doc.tar.xz +Source0985: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxcjkjatype.tar.xz +Source0986: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxcjkjatype.doc.tar.xz +Source0987: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxdpx-beamer.tar.xz +Source0988: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxdpx-beamer.doc.tar.xz +Source0989: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxeepic.tar.xz +Source0990: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxeepic.doc.tar.xz +Source0991: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxjscls.tar.xz +Source0992: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxjscls.doc.tar.xz +Source0994: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxpdfver.tar.xz +Source0995: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxpdfver.doc.tar.xz +Source0996: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bytefield.tar.xz +Source0997: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bytefield.doc.tar.xz +Source0999: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/c90.tar.xz +Source1000: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/c90.doc.tar.xz +Source1002: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cabin.tar.xz +Source1003: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cabin.doc.tar.xz +Source1006: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/caladea.tar.xz +Source1007: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/caladea.doc.tar.xz +Source1008: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calcage.tar.xz +Source1009: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calcage.doc.tar.xz +Source1011: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calctab.tar.xz +Source1012: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calctab.doc.tar.xz +Source1013: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calculation.tar.xz +Source1014: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calculation.doc.tar.xz +Source1016: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calculator.tar.xz +Source1017: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calculator.doc.tar.xz +Source1019: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calligra.tar.xz +Source1020: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calligra.doc.tar.xz +Source1021: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calligra-type1.tar.xz +Source1022: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calligra-type1.doc.tar.xz +Source1023: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calrsfs.tar.xz +Source1024: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calrsfs.doc.tar.xz +Source1025: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cals.tar.xz +Source1026: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cals.doc.tar.xz +Source1028: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calxxxx-yyyy.tar.xz +Source1029: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/calxxxx-yyyy.doc.tar.xz +Source1030: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cancel.tar.xz +Source1031: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cancel.doc.tar.xz +Source1032: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/canoniclayout.tar.xz +Source1033: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/canoniclayout.doc.tar.xz +Source1035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cantarell.tar.xz +Source1036: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cantarell.doc.tar.xz +Source1038: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/captcont.tar.xz +Source1039: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/captcont.doc.tar.xz +Source1041: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/captdef.tar.xz +Source1042: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/captdef.doc.tar.xz +Source1043: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/caption.tar.xz +Source1044: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/caption.doc.tar.xz +Source1046: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/capt-of.tar.xz +Source1047: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/capt-of.doc.tar.xz +Source1049: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carlisle.tar.xz +Source1050: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carlisle.doc.tar.xz +Source1052: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carlito.tar.xz +Source1053: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carlito.doc.tar.xz +Source1054: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carolmin-ps.tar.xz +Source1055: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carolmin-ps.doc.tar.xz +Source1056: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cascadilla.tar.xz +Source1057: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cascadilla.doc.tar.xz +Source1058: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cases.tar.xz +Source1059: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cases.doc.tar.xz +Source1060: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/casyl.tar.xz +Source1061: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/casyl.doc.tar.xz +Source1062: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catchfilebetweentags.tar.xz +Source1063: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catchfilebetweentags.doc.tar.xz +Source1065: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catcodes.tar.xz +Source1066: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catcodes.doc.tar.xz +Source1068: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catechis.tar.xz +Source1069: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catechis.doc.tar.xz +Source1071: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catoptions.tar.xz +Source1072: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/catoptions.doc.tar.xz +Source1073: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cbcoptic.tar.xz +Source1074: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cbcoptic.doc.tar.xz +Source1075: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cbfonts-fd.tar.xz +Source1076: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cbfonts-fd.doc.tar.xz +Source1078: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cbfonts.tar.xz +Source1079: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cbfonts.doc.tar.xz +Source1080: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ccaption.tar.xz +Source1081: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ccaption.doc.tar.xz +Source1083: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ccfonts.tar.xz +Source1084: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ccfonts.doc.tar.xz +Source1086: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ccicons.tar.xz +Source1087: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ccicons.doc.tar.xz +Source1089: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cclicenses.tar.xz +Source1090: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cclicenses.doc.tar.xz +Source1092: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cc-pl.tar.xz +Source1093: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cc-pl.doc.tar.xz +Source1094: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cd-cover.tar.xz +Source1095: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cd-cover.doc.tar.xz +Source1097: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cdpbundl.tar.xz +Source1098: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cdpbundl.doc.tar.xz +Source1100: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cd.tar.xz +Source1101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cd.doc.tar.xz +Source1103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cellspace.tar.xz +Source1104: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cellspace.doc.tar.xz +Source1105: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cell.tar.xz +Source1106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cell.doc.tar.xz +Source1107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/celtic.tar.xz +Source1108: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/celtic.doc.tar.xz +Source1110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/censor.tar.xz +Source1111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/censor.doc.tar.xz +Source1112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cfr-initials.tar.xz +Source1113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cfr-initials.doc.tar.xz +Source1114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cfr-lm.tar.xz +Source1115: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cfr-lm.doc.tar.xz +Source1117: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changebar.tar.xz +Source1118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changebar.doc.tar.xz +Source1120: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changelayout.tar.xz +Source1121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changelayout.doc.tar.xz +Source1122: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changepage.tar.xz +Source1123: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changepage.doc.tar.xz +Source1125: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changes.tar.xz +Source1126: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/changes.doc.tar.xz +Source1128: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chappg.tar.xz +Source1129: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chappg.doc.tar.xz +Source1131: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chapterfolder.tar.xz +Source1132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chapterfolder.doc.tar.xz +Source1134: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/charter.tar.xz +Source1135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/charter.doc.tar.xz +Source1136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chbibref.tar.xz +Source1137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chbibref.doc.tar.xz +Source1143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemarrow.tar.xz +Source1144: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemarrow.doc.tar.xz +Source1146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chembst.tar.xz +Source1147: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chembst.doc.tar.xz +Source1149: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemcompounds.tar.xz +Source1150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemcompounds.doc.tar.xz +Source1152: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemcono.tar.xz +Source1153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemcono.doc.tar.xz +Source1154: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemexec.tar.xz +Source1155: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemexec.doc.tar.xz +Source1156: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemfig.tar.xz +Source1157: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemfig.doc.tar.xz +Source1158: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemformula.tar.xz +Source1159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemformula.doc.tar.xz +Source1160: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemgreek.tar.xz +Source1161: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemgreek.doc.tar.xz +Source1162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chem-journal.tar.xz +Source1163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemmacros.tar.xz +Source1164: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemmacros.doc.tar.xz +Source1165: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemnum.tar.xz +Source1166: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemnum.doc.tar.xz +Source1167: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemschemex.tar.xz +Source1168: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemschemex.doc.tar.xz +Source1170: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemstyle.tar.xz +Source1171: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemstyle.doc.tar.xz +Source1173: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cherokee.tar.xz +Source1174: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cherokee.doc.tar.xz +Source1175: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chessboard.tar.xz +Source1176: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chessboard.doc.tar.xz +Source1178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chessfss.tar.xz +Source1179: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chessfss.doc.tar.xz +Source1181: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chess-problem-diagrams.tar.xz +Source1182: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chess-problem-diagrams.doc.tar.xz +Source1184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chess.tar.xz +Source1185: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chess.doc.tar.xz +Source1186: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chet.tar.xz +Source1187: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chet.doc.tar.xz +Source1188: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chextras.tar.xz +Source1189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chextras.doc.tar.xz +Source1191: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chicago-annote.tar.xz +Source1192: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chicago-annote.doc.tar.xz +Source1193: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chicago.tar.xz +Source1194: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chickenize.tar.xz +Source1195: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chickenize.doc.tar.xz +Source1197: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chkfloat.tar.xz +Source1198: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chkfloat.doc.tar.xz +Source1201: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chletter.tar.xz +Source1202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chletter.doc.tar.xz +Source1204: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chngcntr.tar.xz +Source1205: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chngcntr.doc.tar.xz +Source1206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chronology.tar.xz +Source1207: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chronology.doc.tar.xz +Source1208: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chronosys.tar.xz +Source1209: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chronosys.doc.tar.xz +Source1210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chscite.tar.xz +Source1211: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chscite.doc.tar.xz +Source1213: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cinzel.tar.xz +Source1214: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cinzel.doc.tar.xz +Source1215: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/circ.tar.xz +Source1216: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/circ.doc.tar.xz +Source1218: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/circuitikz.tar.xz +Source1219: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/circuitikz.doc.tar.xz +Source1220: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/citeall.tar.xz +Source1221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/citeall.doc.tar.xz +Source1222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cite.tar.xz +Source1223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cite.doc.tar.xz +Source1224: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjhebrew.tar.xz +Source1225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjhebrew.doc.tar.xz +Source1228: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjk-ko.tar.xz +Source1229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjk-ko.doc.tar.xz +Source1230: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjkpunct.tar.xz +Source1231: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjkpunct.doc.tar.xz +Source1233: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjk.tar.xz +Source1234: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cjk.doc.tar.xz +Source1236: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cns.tar.xz +Source1237: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cns.doc.tar.xz +Source1238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/garuda-c90.tar.xz +Source1240: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonts-tlwg.tar.xz +Source1241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonts-tlwg.doc.tar.xz +Source1243: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/norasi-c90.tar.xz +Source1245: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uhc.tar.xz +Source1246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uhc.doc.tar.xz +Source1247: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wadalab.tar.xz +Source1248: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wadalab.doc.tar.xz +Source1251: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/classics.tar.xz +Source1252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/classics.doc.tar.xz +Source1253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/classicthesis.tar.xz +Source1254: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/classicthesis.doc.tar.xz +Source1255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/classpack.tar.xz +Source1256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/classpack.doc.tar.xz +Source1258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cleanthesis.tar.xz +Source1259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cleanthesis.doc.tar.xz +Source1260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clearsans.tar.xz +Source1261: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clearsans.doc.tar.xz +Source1262: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clefval.tar.xz +Source1263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clefval.doc.tar.xz +Source1265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cleveref.tar.xz +Source1266: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cleveref.doc.tar.xz +Source1268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clipboard.tar.xz +Source1269: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clipboard.doc.tar.xz +Source1270: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clock.tar.xz +Source1271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clock.doc.tar.xz +Source1272: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cloze.tar.xz +Source1273: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cloze.doc.tar.xz +Source1275: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrscode3e.tar.xz +Source1276: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrscode3e.doc.tar.xz +Source1277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrscode.tar.xz +Source1278: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrscode.doc.tar.xz +Source1279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmap.tar.xz +Source1280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmap.doc.tar.xz +Source1281: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmarrows.tar.xz +Source1282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmarrows.doc.tar.xz +Source1283: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmbright.tar.xz +Source1284: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmbright.doc.tar.xz +Source1286: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmcyr.tar.xz +Source1287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmcyr.doc.tar.xz +Source1288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmdstring.tar.xz +Source1289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmdstring.doc.tar.xz +Source1290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmextra.tar.xz +Source1291: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm-lgc.tar.xz +Source1292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm-lgc.doc.tar.xz +Source1293: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmll.tar.xz +Source1294: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmll.doc.tar.xz +Source1296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmpica.tar.xz +Source1297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmpica.doc.tar.xz +Source1298: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmpj.tar.xz +Source1299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmpj.doc.tar.xz +Source1300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmsd.tar.xz +Source1301: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmsd.doc.tar.xz +Source1302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm-super.tar.xz +Source1303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm-super.doc.tar.xz +Source1304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmtiup.tar.xz +Source1305: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmtiup.doc.tar.xz +Source1306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm.tar.xz +Source1307: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm.doc.tar.xz +Source1308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm-unicode.tar.xz +Source1309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm-unicode.doc.tar.xz +Source1310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cnbwp.tar.xz +Source1311: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cnbwp.doc.tar.xz +Source1312: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cnltx.tar.xz +Source1313: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cnltx.doc.tar.xz +Source1314: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cntformats.tar.xz +Source1315: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cntformats.doc.tar.xz +Source1316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cntperchap.tar.xz +Source1317: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cntperchap.doc.tar.xz +Source1318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codedoc.tar.xz +Source1319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codedoc.doc.tar.xz +Source1320: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codepage.tar.xz +Source1321: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codepage.doc.tar.xz +Source1323: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codesection.tar.xz +Source1324: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codesection.doc.tar.xz +Source1326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codicefiscaleitaliano.tar.xz +Source1327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/codicefiscaleitaliano.doc.tar.xz +Source1329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collcell.tar.xz +Source1330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collcell.doc.tar.xz +Source1332: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collectbox.tar.xz +Source1333: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collectbox.doc.tar.xz +Source1343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enctex.tar.xz +Source1344: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enctex.doc.tar.xz +Source1345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etex.tar.xz +Source1346: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etex.doc.tar.xz +Source1347: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etex-pkg.tar.xz +Source1348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etex-pkg.doc.tar.xz +Source1351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyph-utf8.tar.xz +Source1352: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyph-utf8.doc.tar.xz +Source1354: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-base.tar.xz +Source1355: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifluatex.tar.xz +Source1356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifluatex.doc.tar.xz +Source1358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifxetex.tar.xz +Source1359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifxetex.doc.tar.xz +Source1361: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knuth-lib.tar.xz +Source1362: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knuth-local.tar.xz +Source1363: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lua-alt-getopt.tar.xz +Source1364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lua-alt-getopt.doc.tar.xz +Source1369: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mflogo.tar.xz +Source1370: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mflogo.doc.tar.xz +Source1378: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-common.doc.tar.xz +Source1381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-msg-translations.tar.xz +Source1386: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colortbl.tar.xz +Source1387: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colortbl.doc.tar.xz +Source1389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyhdr.tar.xz +Source1390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyhdr.doc.tar.xz +Source1391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fix2col.tar.xz +Source1392: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fix2col.doc.tar.xz +Source1394: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/geometry.tar.xz +Source1395: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/geometry.doc.tar.xz +Source1397: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphics.tar.xz +Source1398: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphics.doc.tar.xz +Source1400: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyperref.tar.xz +Source1401: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyperref.doc.tar.xz +Source1405: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxmisc.tar.xz +Source1406: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfnfss.tar.xz +Source1407: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfnfss.doc.tar.xz +Source1411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/natbib.tar.xz +Source1412: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/natbib.doc.tar.xz +Source1417: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pslatex.tar.xz +Source1419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psnfss.tar.xz +Source1420: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psnfss.doc.tar.xz +Source1422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pspicture.tar.xz +Source1423: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pspicture.doc.tar.xz +Source1425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tools.tar.xz +Source1426: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tools.doc.tar.xz +Source1428: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/url.tar.xz +Source1429: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/url.doc.tar.xz +Source1430: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collref.tar.xz +Source1431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collref.doc.tar.xz +Source1433: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/compactbib.tar.xz +Source1436: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/custom-bib.tar.xz +Source1437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/custom-bib.doc.tar.xz +Source1439: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/din1505.tar.xz +Source1440: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/din1505.doc.tar.xz +Source1441: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dk-bib.tar.xz +Source1442: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dk-bib.doc.tar.xz +Source1444: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doipubmed.tar.xz +Source1445: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doipubmed.doc.tar.xz +Source1447: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/economic.tar.xz +Source1448: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/economic.doc.tar.xz +Source1449: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fbs.tar.xz +Source1450: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figbib.tar.xz +Source1451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figbib.doc.tar.xz +Source1452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footbib.tar.xz +Source1453: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footbib.doc.tar.xz +Source1455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/francais-bst.tar.xz +Source1456: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/francais-bst.doc.tar.xz +Source1457: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/geschichtsfrkl.tar.xz +Source1458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/geschichtsfrkl.doc.tar.xz +Source1460: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harvard.tar.xz +Source1461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harvard.doc.tar.xz +Source1463: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harvmac.tar.xz +Source1464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harvmac.doc.tar.xz +Source1465: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/historische-zeitschrift.tar.xz +Source1466: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/historische-zeitschrift.doc.tar.xz +Source1467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ijqc.tar.xz +Source1468: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ijqc.doc.tar.xz +Source1469: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inlinebib.tar.xz +Source1470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inlinebib.doc.tar.xz +Source1471: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iopart-num.tar.xz +Source1472: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iopart-num.doc.tar.xz +Source1473: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jneurosci.tar.xz +Source1474: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jneurosci.doc.tar.xz +Source1475: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jurabib.tar.xz +Source1476: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jurabib.doc.tar.xz +Source1478: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ksfh_nat.tar.xz +Source1482: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logreq.tar.xz +Source1483: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logreq.doc.tar.xz +Source1484: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/margbib.tar.xz +Source1485: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/margbib.doc.tar.xz +Source1487: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multibib.tar.xz +Source1488: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multibib.doc.tar.xz +Source1493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/munich.tar.xz +Source1494: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/munich.doc.tar.xz +Source1495: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nar.tar.xz +Source1496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nmbib.tar.xz +Source1497: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nmbib.doc.tar.xz +Source1499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notes2bib.tar.xz +Source1500: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notes2bib.doc.tar.xz +Source1502: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oscola.tar.xz +Source1503: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oscola.doc.tar.xz +Source1504: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/perception.tar.xz +Source1505: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/perception.doc.tar.xz +Source1506: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pnas2009.tar.xz +Source1507: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rsc.tar.xz +Source1508: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rsc.doc.tar.xz +Source1510: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showtags.tar.xz +Source1511: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showtags.doc.tar.xz +Source1512: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sort-by-letters.tar.xz +Source1513: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sort-by-letters.doc.tar.xz +Source1514: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/splitbib.tar.xz +Source1515: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/splitbib.doc.tar.xz +Source1517: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turabian-formatting.tar.xz +Source1518: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turabian-formatting.doc.tar.xz +Source1519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uni-wtal-ger.tar.xz +Source1520: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uni-wtal-ger.doc.tar.xz +Source1521: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uni-wtal-lin.tar.xz +Source1522: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uni-wtal-lin.doc.tar.xz +Source1526: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/usebib.tar.xz +Source1527: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/usebib.doc.tar.xz +Source1529: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vak.tar.xz +Source1530: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vak.doc.tar.xz +Source1531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcite.tar.xz +Source1532: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcite.doc.tar.xz +Source1534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctan_chk.doc.tar.xz +Source1570: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hook-pre-commit-pkg.doc.tar.xz +Source1571: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphenex.tar.xz +Source1664: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetexconfig.tar.xz +Source1665: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lm.tar.xz +Source1666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lm.doc.tar.xz +Source1668: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lm-math.tar.xz +Source1669: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lm-math.doc.tar.xz +Source1670: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/manfnt-font.tar.xz +Source1671: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mflogo-font.tar.xz +Source1672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mflogo-font.doc.tar.xz +Source1673: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stmaryrd.tar.xz +Source1674: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stmaryrd.doc.tar.xz +Source1676: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jmn.tar.xz +Source1677: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-account.tar.xz +Source1678: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-account.doc.tar.xz +Source1679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-algorithmic.tar.xz +Source1680: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-animation.tar.xz +Source1681: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-animation.doc.tar.xz +Source1682: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-annotation.tar.xz +Source1683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-annotation.doc.tar.xz +Source1684: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-bnf.tar.xz +Source1685: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-bnf.doc.tar.xz +Source1686: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-chromato.tar.xz +Source1687: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-chromato.doc.tar.xz +Source1688: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-construction-plan.tar.xz +Source1689: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-construction-plan.doc.tar.xz +Source1690: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-cyrillicnumbers.tar.xz +Source1691: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-cyrillicnumbers.doc.tar.xz +Source1692: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-degrade.tar.xz +Source1693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-degrade.doc.tar.xz +Source1694: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-fancybreak.tar.xz +Source1695: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-fancybreak.doc.tar.xz +Source1696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-filter.tar.xz +Source1697: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-filter.doc.tar.xz +Source1699: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-french.tar.xz +Source1700: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-french.doc.tar.xz +Source1701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-fullpage.tar.xz +Source1702: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-fullpage.doc.tar.xz +Source1705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skaknew.tar.xz +Source1706: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skaknew.doc.tar.xz +Source1707: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-gantt.tar.xz +Source1708: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-gantt.doc.tar.xz +Source1709: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hatching.tar.xz +Source1710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hatching.doc.tar.xz +Source1711: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-gnuplot.tar.xz +Source1712: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-gnuplot.doc.tar.xz +Source1713: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-letter.tar.xz +Source1714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-letter.doc.tar.xz +Source1715: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-lettrine.tar.xz +Source1716: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-lettrine.doc.tar.xz +Source1719: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-mathsets.tar.xz +Source1720: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-mathsets.doc.tar.xz +Source1721: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-notes-zh-cn.tar.xz +Source1722: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-notes-zh-cn.doc.tar.xz +Source1723: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-rst.tar.xz +Source1724: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-rst.doc.tar.xz +Source1725: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-ruby.tar.xz +Source1726: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-ruby.doc.tar.xz +Source1727: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-simplefonts.tar.xz +Source1728: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-simplefonts.doc.tar.xz +Source1729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-simpleslides.tar.xz +Source1730: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-simpleslides.doc.tar.xz +Source1731: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-title.tar.xz +Source1732: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-title.doc.tar.xz +Source1733: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-transliterator.tar.xz +Source1734: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-transliterator.doc.tar.xz +Source1735: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-typearea.tar.xz +Source1736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-typearea.doc.tar.xz +Source1737: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-typescripts.tar.xz +Source1738: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-typescripts.doc.tar.xz +Source1739: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-vim.tar.xz +Source1740: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-vim.doc.tar.xz +Source1741: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-visualcounter.tar.xz +Source1742: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-visualcounter.doc.tar.xz +Source1744: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comfortaa.tar.xz +Source1745: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comfortaa.doc.tar.xz +Source1747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comicneue.tar.xz +Source1748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comicneue.doc.tar.xz +Source1749: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concmath-fonts.tar.xz +Source1750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concmath-fonts.doc.tar.xz +Source1751: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cookingsymbols.tar.xz +Source1752: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cookingsymbols.doc.tar.xz +Source1754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/countriesofeurope.tar.xz +Source1755: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/countriesofeurope.doc.tar.xz +Source1756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/courier-scaled.tar.xz +Source1757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/courier-scaled.doc.tar.xz +Source1758: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cryst.tar.xz +Source1759: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cryst.doc.tar.xz +Source1760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cyklop.tar.xz +Source1761: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cyklop.doc.tar.xz +Source1762: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dancers.tar.xz +Source1763: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dantelogo.tar.xz +Source1764: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dantelogo.doc.tar.xz +Source1765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dejavu.tar.xz +Source1766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dejavu.doc.tar.xz +Source1767: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dice.tar.xz +Source1768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dice.doc.tar.xz +Source1769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dictsym.tar.xz +Source1770: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dictsym.doc.tar.xz +Source1771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dingbat.tar.xz +Source1772: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dingbat.doc.tar.xz +Source1774: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doublestroke.tar.xz +Source1775: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doublestroke.doc.tar.xz +Source1776: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dozenal.tar.xz +Source1777: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dozenal.doc.tar.xz +Source1779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drm.tar.xz +Source1780: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drm.doc.tar.xz +Source1782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/droid.tar.xz +Source1783: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/droid.doc.tar.xz +Source1785: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/duerer.tar.xz +Source1786: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/duerer.doc.tar.xz +Source1787: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/duerer-latex.tar.xz +Source1788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/duerer-latex.doc.tar.xz +Source1789: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dutchcal.tar.xz +Source1790: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dutchcal.doc.tar.xz +Source1791: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ean.tar.xz +Source1792: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ean.doc.tar.xz +Source1793: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebgaramond.tar.xz +Source1794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebgaramond.doc.tar.xz +Source1795: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebgaramond-maths.tar.xz +Source1796: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebgaramond-maths.doc.tar.xz +Source1797: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecc.tar.xz +Source1798: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecc.doc.tar.xz +Source1799: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eco.tar.xz +Source1800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eco.doc.tar.xz +Source1802: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eiad.tar.xz +Source1803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eiad.doc.tar.xz +Source1804: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eiad-ltx.tar.xz +Source1805: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eiad-ltx.doc.tar.xz +Source1807: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/electrum.tar.xz +Source1808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/electrum.doc.tar.xz +Source1810: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elvish.tar.xz +Source1811: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elvish.doc.tar.xz +Source1812: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epigrafica.tar.xz +Source1813: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epigrafica.doc.tar.xz +Source1814: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsdice.tar.xz +Source1815: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsdice.doc.tar.xz +Source1817: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/erewhon.tar.xz +Source1818: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/erewhon.doc.tar.xz +Source1819: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esrelation.tar.xz +Source1820: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esrelation.doc.tar.xz +Source1822: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esstix.tar.xz +Source1823: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esstix.doc.tar.xz +Source1824: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esvect.tar.xz +Source1825: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esvect.doc.tar.xz +Source1827: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eulervm.tar.xz +Source1828: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eulervm.doc.tar.xz +Source1830: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euxm.tar.xz +Source1831: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fbb.tar.xz +Source1832: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fbb.doc.tar.xz +Source1833: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fdsymbol.tar.xz +Source1834: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fdsymbol.doc.tar.xz +Source1836: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fetamont.tar.xz +Source1837: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fetamont.doc.tar.xz +Source1839: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feyn.tar.xz +Source1840: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feyn.doc.tar.xz +Source1842: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fge.tar.xz +Source1843: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fge.doc.tar.xz +Source1845: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fira.tar.xz +Source1846: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fira.doc.tar.xz +Source1847: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/foekfont.tar.xz +Source1848: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/foekfont.doc.tar.xz +Source1849: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonetika.tar.xz +Source1850: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonetika.doc.tar.xz +Source1851: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontawesome.tar.xz +Source1852: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontawesome.doc.tar.xz +Source1853: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontmfizz.tar.xz +Source1854: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontmfizz.doc.tar.xz +Source1855: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/old-arrows.tar.xz +Source1856: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/old-arrows.doc.tar.xz +Source1857: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fourier.tar.xz +Source1858: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fourier.doc.tar.xz +Source1860: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fouriernc.tar.xz +Source1861: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fouriernc.doc.tar.xz +Source1862: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frcursive.tar.xz +Source1863: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frcursive.doc.tar.xz +Source1864: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/genealogy.tar.xz +Source1865: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/genealogy.doc.tar.xz +Source1866: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gentium-tug.tar.xz +Source1867: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gentium-tug.doc.tar.xz +Source1869: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsartemisia.tar.xz +Source1870: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsartemisia.doc.tar.xz +Source1871: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsbodoni.tar.xz +Source1872: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsbodoni.doc.tar.xz +Source1873: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfscomplutum.tar.xz +Source1874: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfscomplutum.doc.tar.xz +Source1875: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsdidot.tar.xz +Source1876: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsdidot.doc.tar.xz +Source1877: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsneohellenic.tar.xz +Source1878: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsneohellenic.doc.tar.xz +Source1879: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfssolomos.tar.xz +Source1880: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfssolomos.doc.tar.xz +Source1881: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gillcm.tar.xz +Source1882: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gillcm.doc.tar.xz +Source1883: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gillius.tar.xz +Source1884: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gillius.doc.tar.xz +Source1885: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gnu-freefont.tar.xz +Source1886: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gnu-freefont.doc.tar.xz +Source1888: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gothic.tar.xz +Source1889: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gothic.doc.tar.xz +Source1891: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greenpoint.tar.xz +Source1892: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greenpoint.doc.tar.xz +Source1893: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grotesq.tar.xz +Source1894: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grotesq.doc.tar.xz +Source1895: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hacm.tar.xz +Source1896: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hacm.doc.tar.xz +Source1897: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hands.tar.xz +Source1898: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/heuristica.tar.xz +Source1899: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/heuristica.doc.tar.xz +Source1900: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hfbright.tar.xz +Source1901: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hfbright.doc.tar.xz +Source1902: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hfoldsty.tar.xz +Source1903: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hfoldsty.doc.tar.xz +Source1905: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifsym.tar.xz +Source1906: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifsym.doc.tar.xz +Source1907: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inconsolata.tar.xz +Source1908: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inconsolata.doc.tar.xz +Source1909: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/initials.tar.xz +Source1910: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/initials.doc.tar.xz +Source1911: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ipaex-type1.tar.xz +Source1912: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ipaex-type1.doc.tar.xz +Source1913: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iwona.tar.xz +Source1914: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iwona.doc.tar.xz +Source1915: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jablantile.tar.xz +Source1916: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jablantile.doc.tar.xz +Source1917: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jamtimes.tar.xz +Source1918: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jamtimes.doc.tar.xz +Source1919: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/junicode.tar.xz +Source1920: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/junicode.doc.tar.xz +Source1921: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kixfont.tar.xz +Source1922: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kixfont.doc.tar.xz +Source1924: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kpfonts.tar.xz +Source1925: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kpfonts.doc.tar.xz +Source1926: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kurier.tar.xz +Source1927: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kurier.doc.tar.xz +Source1928: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lato.tar.xz +Source1929: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lato.doc.tar.xz +Source1931: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lfb.tar.xz +Source1932: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lfb.doc.tar.xz +Source1933: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertine.tar.xz +Source1934: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertine.doc.tar.xz +Source1935: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librebaskerville.tar.xz +Source1936: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librebaskerville.doc.tar.xz +Source1937: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librecaslon.tar.xz +Source1938: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librecaslon.doc.tar.xz +Source1939: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libris.tar.xz +Source1940: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libris.doc.tar.xz +Source1942: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linearA.tar.xz +Source1943: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linearA.doc.tar.xz +Source1945: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lobster2.tar.xz +Source1946: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lobster2.doc.tar.xz +Source1947: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lxfonts.tar.xz +Source1948: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lxfonts.doc.tar.xz +Source1950: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ly1.tar.xz +Source1951: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ly1.doc.tar.xz +Source1952: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathabx.tar.xz +Source1953: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathabx.doc.tar.xz +Source1954: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathabx-type1.tar.xz +Source1955: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathabx-type1.doc.tar.xz +Source1956: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathdesign.tar.xz +Source1957: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathdesign.doc.tar.xz +Source1958: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdputu.tar.xz +Source1959: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdputu.doc.tar.xz +Source1960: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdsymbol.tar.xz +Source1961: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdsymbol.doc.tar.xz +Source1963: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/merriweather.tar.xz +Source1964: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/merriweather.doc.tar.xz +Source1965: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mintspirit.tar.xz +Source1966: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mintspirit.doc.tar.xz +Source1967: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mnsymbol.tar.xz +Source1968: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mnsymbol.doc.tar.xz +Source1970: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newpx.tar.xz +Source1971: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newpx.doc.tar.xz +Source1972: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newtx.tar.xz +Source1973: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newtx.doc.tar.xz +Source1974: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newtxsf.tar.xz +Source1975: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newtxsf.doc.tar.xz +Source1976: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newtxtt.tar.xz +Source1977: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newtxtt.doc.tar.xz +Source1978: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nkarta.tar.xz +Source1979: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nkarta.doc.tar.xz +Source1981: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/obnov.tar.xz +Source1982: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/obnov.doc.tar.xz +Source1983: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocherokee.tar.xz +Source1984: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocherokee.doc.tar.xz +Source1985: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocr-b.tar.xz +Source1986: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocr-b.doc.tar.xz +Source1987: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocr-b-outline.tar.xz +Source1988: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocr-b-outline.doc.tar.xz +Source1990: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ogham.tar.xz +Source1991: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ogham.doc.tar.xz +Source1992: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oinuit.tar.xz +Source1993: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oinuit.doc.tar.xz +Source1995: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oldlatin.tar.xz +Source1996: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oldlatin.doc.tar.xz +Source1997: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oldstandard.tar.xz +Source1998: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oldstandard.doc.tar.xz +Source2000: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/opensans.tar.xz +Source2001: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/opensans.doc.tar.xz +Source2003: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/orkhun.tar.xz +Source2004: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/orkhun.doc.tar.xz +Source2005: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/overlock.tar.xz +Source2006: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/overlock.doc.tar.xz +Source2007: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pacioli.tar.xz +Source2008: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pacioli.doc.tar.xz +Source2010: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paratype.tar.xz +Source2011: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paratype.doc.tar.xz +Source2012: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phaistos.tar.xz +Source2013: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phaistos.doc.tar.xz +Source2015: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phonetic.tar.xz +Source2016: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phonetic.doc.tar.xz +Source2017: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pigpen.tar.xz +Source2018: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pigpen.doc.tar.xz +Source2019: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/playfair.tar.xz +Source2020: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/playfair.doc.tar.xz +Source2021: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poltawski.tar.xz +Source2022: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poltawski.doc.tar.xz +Source2023: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prodint.tar.xz +Source2024: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prodint.doc.tar.xz +Source2025: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/punk.tar.xz +Source2026: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/punk.doc.tar.xz +Source2027: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/punk-latex.tar.xz +Source2028: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/punk-latex.doc.tar.xz +Source2029: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/punknova.tar.xz +Source2030: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/punknova.doc.tar.xz +Source2031: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxtxalfa.tar.xz +Source2032: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxtxalfa.doc.tar.xz +Source2033: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quattrocento.tar.xz +Source2034: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quattrocento.doc.tar.xz +Source2035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/raleway.tar.xz +Source2036: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/raleway.doc.tar.xz +Source2037: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recycle.tar.xz +Source2038: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recycle.doc.tar.xz +Source2039: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/roboto.tar.xz +Source2040: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/roboto.doc.tar.xz +Source2041: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romande.tar.xz +Source2042: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romande.doc.tar.xz +Source2044: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rsfso.tar.xz +Source2045: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rsfso.doc.tar.xz +Source2046: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sansmathaccent.tar.xz +Source2047: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sansmathaccent.doc.tar.xz +Source2048: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sansmathfonts.tar.xz +Source2049: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sansmathfonts.doc.tar.xz +Source2050: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sauter.tar.xz +Source2051: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sauterfonts.tar.xz +Source2052: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sauterfonts.doc.tar.xz +Source2054: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schulschriften.tar.xz +Source2055: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schulschriften.doc.tar.xz +Source2056: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semaphor.tar.xz +Source2057: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semaphor.doc.tar.xz +Source2058: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skull.tar.xz +Source2060: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sourcecodepro.tar.xz +Source2061: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sourcecodepro.doc.tar.xz +Source2062: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sourcesanspro.tar.xz +Source2063: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sourcesanspro.doc.tar.xz +Source2064: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sourceserifpro.tar.xz +Source2065: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sourceserifpro.doc.tar.xz +Source2066: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/starfont.tar.xz +Source2067: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/starfont.doc.tar.xz +Source2068: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/staves.tar.xz +Source2069: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/staves.doc.tar.xz +Source2071: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stix.tar.xz +Source2072: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stix.doc.tar.xz +Source2074: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/superiors.tar.xz +Source2075: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/superiors.doc.tar.xz +Source2076: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tapir.tar.xz +Source2077: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tapir.doc.tar.xz +Source2078: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tengwarscript.tar.xz +Source2079: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tengwarscript.doc.tar.xz +Source2081: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tfrupee.tar.xz +Source2082: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tfrupee.doc.tar.xz +Source2084: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tpslifonts.tar.xz +Source2085: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tpslifonts.doc.tar.xz +Source2087: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trajan.tar.xz +Source2088: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trajan.doc.tar.xz +Source2090: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txfontsb.tar.xz +Source2091: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txfontsb.doc.tar.xz +Source2093: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typicons.tar.xz +Source2094: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typicons.doc.tar.xz +Source2095: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umtypewriter.tar.xz +Source2096: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/universa.tar.xz +Source2097: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/universa.doc.tar.xz +Source2099: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/universalis.tar.xz +Source2100: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/universalis.doc.tar.xz +Source2101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/urwchancal.tar.xz +Source2102: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/urwchancal.doc.tar.xz +Source2103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/venturisadf.tar.xz +Source2104: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/venturisadf.doc.tar.xz +Source2106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wsuipa.tar.xz +Source2107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wsuipa.doc.tar.xz +Source2108: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcharter.tar.xz +Source2109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcharter.doc.tar.xz +Source2110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xits.tar.xz +Source2111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xits.doc.tar.xz +Source2113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yfonts.tar.xz +Source2114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yfonts.doc.tar.xz +Source2118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zlmtt.tar.xz +Source2119: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zlmtt.doc.tar.xz +Source2120: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/courier.tar.xz +Source2121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ec.tar.xz +Source2122: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ec.doc.tar.xz +Source2123: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euro.tar.xz +Source2124: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euro.doc.tar.xz +Source2126: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eurosym.tar.xz +Source2127: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eurosym.doc.tar.xz +Source2128: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fpl.tar.xz +Source2129: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fpl.doc.tar.xz +Source2131: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/helvetic.tar.xz +Source2132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marvosym.tar.xz +Source2133: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marvosym.doc.tar.xz +Source2135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathpazo.tar.xz +Source2136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathpazo.doc.tar.xz +Source2138: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ncntrsbk.tar.xz +Source2139: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/palatino.tar.xz +Source2140: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxfonts.tar.xz +Source2141: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxfonts.doc.tar.xz +Source2142: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rsfs.tar.xz +Source2143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rsfs.doc.tar.xz +Source2144: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/symbol.tar.xz +Source2145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-gyre.tar.xz +Source2146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-gyre.doc.tar.xz +Source2147: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-gyre-math.tar.xz +Source2148: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-gyre-math.doc.tar.xz +Source2149: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/times.tar.xz +Source2150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tipa.tar.xz +Source2151: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tipa.doc.tar.xz +Source2152: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txfonts.tar.xz +Source2153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txfonts.doc.tar.xz +Source2154: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/utopia.tar.xz +Source2155: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/utopia.doc.tar.xz +Source2156: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wasy.tar.xz +Source2157: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wasy.doc.tar.xz +Source2158: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wasy2-ps.tar.xz +Source2159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wasy2-ps.doc.tar.xz +Source2160: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wasysym.tar.xz +Source2161: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wasysym.doc.tar.xz +Source2163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zapfchan.tar.xz +Source2164: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zapfding.tar.xz +Source2178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dvipsconfig.tar.xz +Source2188: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/edmac.tar.xz +Source2189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/edmac.doc.tar.xz +Source2198: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psizzl.tar.xz +Source2199: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psizzl.doc.tar.xz +Source2201: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/startex.tar.xz +Source2202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/startex.doc.tar.xz +Source2206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crossword.tar.xz +Source2207: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crossword.doc.tar.xz +Source2209: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crosswrd.tar.xz +Source2210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crosswrd.doc.tar.xz +Source2212: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/egameps.tar.xz +Source2213: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/egameps.doc.tar.xz +Source2214: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gamebook.tar.xz +Source2215: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gamebook.doc.tar.xz +Source2217: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/go.tar.xz +Source2218: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/go.doc.tar.xz +Source2220: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hanoi.tar.xz +Source2221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/havannah.tar.xz +Source2222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/havannah.doc.tar.xz +Source2224: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hexgame.tar.xz +Source2225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hexgame.doc.tar.xz +Source2226: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/horoscop.tar.xz +Source2227: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/horoscop.doc.tar.xz +Source2229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labyrinth.tar.xz +Source2230: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labyrinth.doc.tar.xz +Source2231: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logicpuzzle.tar.xz +Source2232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logicpuzzle.doc.tar.xz +Source2233: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/othello.tar.xz +Source2234: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/othello.doc.tar.xz +Source2235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/othelloboard.tar.xz +Source2236: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/othelloboard.doc.tar.xz +Source2237: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-crosswords.tar.xz +Source2238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-crosswords.doc.tar.xz +Source2239: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psgo.tar.xz +Source2240: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psgo.doc.tar.xz +Source2241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/reverxii.doc.tar.xz +Source2245: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schwalbe-chess.tar.xz +Source2246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schwalbe-chess.doc.tar.xz +Source2248: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sgame.tar.xz +Source2249: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sgame.doc.tar.xz +Source2250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skak.tar.xz +Source2251: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skak.doc.tar.xz +Source2252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sudoku.tar.xz +Source2253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sudoku.doc.tar.xz +Source2255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sudokubundle.tar.xz +Source2256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sudokubundle.doc.tar.xz +Source2258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xq.tar.xz +Source2259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xq.doc.tar.xz +Source2260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xskak.tar.xz +Source2261: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xskak.doc.tar.xz +Source2263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/c-pascal.tar.xz +Source2264: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/c-pascal.doc.tar.xz +Source2265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorsep.tar.xz +Source2266: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dinat.tar.xz +Source2267: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dinat.doc.tar.xz +Source2268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dirtree.tar.xz +Source2269: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dirtree.doc.tar.xz +Source2271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/docbytex.tar.xz +Source2272: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/docbytex.doc.tar.xz +Source2273: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dowith.tar.xz +Source2274: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dowith.doc.tar.xz +Source2276: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eijkhout.tar.xz +Source2277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/encxvlna.tar.xz +Source2278: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/encxvlna.doc.tar.xz +Source2279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epigram.tar.xz +Source2280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fenixpar.tar.xz +Source2281: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fenixpar.doc.tar.xz +Source2282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fltpoint.tar.xz +Source2283: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fltpoint.doc.tar.xz +Source2285: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fntproof.tar.xz +Source2286: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fntproof.doc.tar.xz +Source2287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gates.tar.xz +Source2288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gates.doc.tar.xz +Source2289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifetex.tar.xz +Source2290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifetex.doc.tar.xz +Source2292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iftex.tar.xz +Source2293: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iftex.doc.tar.xz +Source2294: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/insbox.tar.xz +Source2295: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/insbox.doc.tar.xz +Source2296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lambda-lists.tar.xz +Source2297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lambda-lists.doc.tar.xz +Source2298: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/langcode.tar.xz +Source2299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/langcode.doc.tar.xz +Source2301: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lecturer.tar.xz +Source2302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lecturer.doc.tar.xz +Source2303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librarian.tar.xz +Source2304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librarian.doc.tar.xz +Source2305: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathdots.tar.xz +Source2306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathdots.doc.tar.xz +Source2308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metatex.tar.xz +Source2309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metatex.doc.tar.xz +Source2310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/midnight.tar.xz +Source2311: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/midnight.doc.tar.xz +Source2312: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/navigator.tar.xz +Source2313: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/navigator.doc.tar.xz +Source2314: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ofs.tar.xz +Source2315: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ofs.doc.tar.xz +Source2316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdf-trans.tar.xz +Source2317: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdf-trans.doc.tar.xz +Source2318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plainpkg.tar.xz +Source2319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plainpkg.doc.tar.xz +Source2321: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schemata.tar.xz +Source2322: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schemata.doc.tar.xz +Source2324: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shade.tar.xz +Source2325: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shade.doc.tar.xz +Source2326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/systeme.tar.xz +Source2327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/systeme.doc.tar.xz +Source2328: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabto-generic.tar.xz +Source2329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termmenu.tar.xz +Source2330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termmenu.doc.tar.xz +Source2332: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tracklang.tar.xz +Source2333: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tracklang.doc.tar.xz +Source2335: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texapi.tar.xz +Source2336: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texapi.doc.tar.xz +Source2337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upca.tar.xz +Source2338: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upca.doc.tar.xz +Source2339: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xlop.tar.xz +Source2340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xlop.doc.tar.xz +Source2342: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yax.tar.xz +Source2343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yax.doc.tar.xz +Source2344: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsf.tar.xz +Source2345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsf.doc.tar.xz +Source2346: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontname.tar.xz +Source2347: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontname.doc.tar.xz +Source2348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/genmisc.tar.xz +Source2349: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kastrup.tar.xz +Source2350: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kastrup.doc.tar.xz +Source2352: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multido.tar.xz +Source2353: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multido.doc.tar.xz +Source2355: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/path.tar.xz +Source2356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/path.doc.tar.xz +Source2357: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-ps.tar.xz +Source2358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-ps.doc.tar.xz +Source2359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ulem.tar.xz +Source2360: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ulem.doc.tar.xz +Source2364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/passivetex.tar.xz +Source2369: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xmltexconfig.tar.xz +Source2370: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/covington.tar.xz +Source2371: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/covington.doc.tar.xz +Source2374: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dramatist.tar.xz +Source2375: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dramatist.doc.tar.xz +Source2377: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dvgloss.tar.xz +Source2378: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dvgloss.doc.tar.xz +Source2380: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecltree.tar.xz +Source2381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecltree.doc.tar.xz +Source2382: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/edfnotes.tar.xz +Source2383: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/edfnotes.doc.tar.xz +Source2385: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ednotes.tar.xz +Source2386: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ednotes.doc.tar.xz +Source2387: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ncctools.tar.xz +Source2388: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ncctools.doc.tar.xz +Source2390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eledform.tar.xz +Source2391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eledform.doc.tar.xz +Source2393: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eledmac.tar.xz +Source2394: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eledmac.doc.tar.xz +Source2396: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/expex.tar.xz +Source2397: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/expex.doc.tar.xz +Source2398: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gb4e.tar.xz +Source2399: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gb4e.doc.tar.xz +Source2400: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmverse.tar.xz +Source2401: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmverse.doc.tar.xz +Source2402: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jura.tar.xz +Source2403: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jura.doc.tar.xz +Source2405: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/juraabbrev.tar.xz +Source2406: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/juraabbrev.doc.tar.xz +Source2408: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/juramisc.tar.xz +Source2409: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/juramisc.doc.tar.xz +Source2410: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jurarsp.tar.xz +Source2411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jurarsp.doc.tar.xz +Source2413: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ledmac.tar.xz +Source2414: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ledmac.doc.tar.xz +Source2416: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leipzig.tar.xz +Source2417: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leipzig.doc.tar.xz +Source2419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lexikon.tar.xz +Source2420: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lexikon.doc.tar.xz +Source2421: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lexref.tar.xz +Source2422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lexref.doc.tar.xz +Source2423: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linguex.tar.xz +Source2424: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linguex.doc.tar.xz +Source2425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/liturg.tar.xz +Source2426: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/liturg.doc.tar.xz +Source2428: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metrix.tar.xz +Source2429: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metrix.doc.tar.xz +Source2431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parallel.tar.xz +Source2432: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parallel.doc.tar.xz +Source2434: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parrun.tar.xz +Source2435: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parrun.doc.tar.xz +Source2437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phonrule.tar.xz +Source2438: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phonrule.doc.tar.xz +Source2439: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plari.tar.xz +Source2440: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plari.doc.tar.xz +Source2442: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/play.tar.xz +Source2443: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/play.doc.tar.xz +Source2445: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poemscol.tar.xz +Source2446: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poemscol.doc.tar.xz +Source2448: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poetrytex.tar.xz +Source2449: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poetrytex.doc.tar.xz +Source2451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qobitree.tar.xz +Source2452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qobitree.doc.tar.xz +Source2453: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qtree.tar.xz +Source2454: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qtree.doc.tar.xz +Source2455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/reledmac.tar.xz +Source2456: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/reledmac.doc.tar.xz +Source2458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rrgtrees.tar.xz +Source2459: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rrgtrees.doc.tar.xz +Source2461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rtklage.tar.xz +Source2462: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rtklage.doc.tar.xz +Source2463: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/screenplay.tar.xz +Source2464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/screenplay.doc.tar.xz +Source2466: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/screenplay-pkg.tar.xz +Source2467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/screenplay-pkg.doc.tar.xz +Source2468: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sides.tar.xz +Source2469: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sides.doc.tar.xz +Source2470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stage.tar.xz +Source2471: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stage.doc.tar.xz +Source2472: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textglos.tar.xz +Source2473: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textglos.doc.tar.xz +Source2475: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thalie.tar.xz +Source2476: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thalie.doc.tar.xz +Source2478: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tree-dvips.tar.xz +Source2479: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tree-dvips.doc.tar.xz +Source2480: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verse.tar.xz +Source2481: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verse.doc.tar.xz +Source2483: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xyling.tar.xz +Source2484: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xyling.doc.tar.xz +Source2485: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ethiop.tar.xz +Source2486: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ethiop.doc.tar.xz +Source2488: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ethiop-t1.tar.xz +Source2489: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ethiop-t1.doc.tar.xz +Source2490: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fc.tar.xz +Source2491: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fc.doc.tar.xz +Source2492: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-ethiopic.tar.xz +Source2493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dad.tar.xz +Source2494: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dad.doc.tar.xz +Source2495: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ghab.tar.xz +Source2496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ghab.doc.tar.xz +Source2497: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-arabic.tar.xz +Source2498: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-farsi.tar.xz +Source2499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imsproc.tar.xz +Source2500: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imsproc.doc.tar.xz +Source2501: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-persian.doc.tar.xz +Source2502: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/persian-bib.tar.xz +Source2503: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/persian-bib.doc.tar.xz +Source2504: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simurgh.tar.xz +Source2505: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simurgh.doc.tar.xz +Source2506: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tram.tar.xz +Source2507: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tram.doc.tar.xz +Source2508: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dnp.tar.xz +Source2509: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcjk2uni.tar.xz +Source2510: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcjk2uni.doc.tar.xz +Source2512: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zxjafont.tar.xz +Source2513: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zxjafont.doc.tar.xz +Source2514: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctex.tar.xz +Source2515: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctex.doc.tar.xz +Source2517: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctex-faq.doc.tar.xz +Source2518: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fandol.tar.xz +Source2519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fandol.doc.tar.xz +Source2520: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-chinese.tar.xz +Source2521: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/impatient-cn.doc.tar.xz +Source2522: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-notes-zh-cn.doc.tar.xz +Source2523: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-chinese.doc.tar.xz +Source2524: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-zh-cn.doc.tar.xz +Source2525: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpinyin.tar.xz +Source2526: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpinyin.doc.tar.xz +Source2528: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhmetrics.tar.xz +Source2529: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhmetrics.doc.tar.xz +Source2531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhnumber.tar.xz +Source2532: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhnumber.doc.tar.xz +Source2534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhspacing.tar.xz +Source2535: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhspacing.doc.tar.xz +Source2541: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cyrplain.tar.xz +Source2542: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/disser.tar.xz +Source2543: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/disser.doc.tar.xz +Source2545: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eskd.tar.xz +Source2546: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eskd.doc.tar.xz +Source2548: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eskdx.tar.xz +Source2549: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eskdx.doc.tar.xz +Source2550: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gost.tar.xz +Source2551: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gost.doc.tar.xz +Source2553: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-bulgarian.tar.xz +Source2554: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-mongolian.tar.xz +Source2555: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-russian.tar.xz +Source2556: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ruhyphen.tar.xz +Source2558: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-serbian.tar.xz +Source2559: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-ukrainian.tar.xz +Source2560: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ukrhyph.tar.xz +Source2561: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ukrhyph.doc.tar.xz +Source2562: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lcyw.tar.xz +Source2563: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lcyw.doc.tar.xz +Source2565: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lh.tar.xz +Source2566: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lh.doc.tar.xz +Source2568: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lhcyr.tar.xz +Source2570: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-bulgarian.doc.tar.xz +Source2571: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-mongol.doc.tar.xz +Source2572: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-russian.doc.tar.xz +Source2573: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-ukr.doc.tar.xz +Source2574: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mongolian-babel.tar.xz +Source2575: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mongolian-babel.doc.tar.xz +Source2577: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/montex.tar.xz +Source2578: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/montex.doc.tar.xz +Source2579: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpman-ru.doc.tar.xz +Source2580: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-eucl-translation-bg.doc.tar.xz +Source2581: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-apostrophe.tar.xz +Source2582: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-apostrophe.doc.tar.xz +Source2583: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-date-lat.tar.xz +Source2584: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-date-lat.doc.tar.xz +Source2585: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-def-cyr.tar.xz +Source2586: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-def-cyr.doc.tar.xz +Source2587: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-lig.tar.xz +Source2588: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/serbian-lig.doc.tar.xz +Source2589: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/t2.tar.xz +Source2590: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/t2.doc.tar.xz +Source2591: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-ru.doc.tar.xz +Source2592: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-sr.doc.tar.xz +Source2593: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cs.tar.xz +Source2594: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/csbulletin.tar.xz +Source2595: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/csbulletin.doc.tar.xz +Source2599: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cstex.doc.tar.xz +Source2600: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-czech.tar.xz +Source2601: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-slovak.tar.xz +Source2604: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-czech.doc.tar.xz +Source2605: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-slovak.doc.tar.xz +Source2606: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-cz.doc.tar.xz +Source2607: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-english.tar.xz +Source2608: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/FAQ-en.doc.tar.xz +Source2609: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/MemoirChapStyles.doc.tar.xz +Source2610: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/Type1fonts.doc.tar.xz +Source2611: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/components-of-TeX.doc.tar.xz +Source2612: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comprehensive.doc.tar.xz +Source2613: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dickimaw.doc.tar.xz +Source2614: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dtxtut.doc.tar.xz +Source2615: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/first-latex-doc.doc.tar.xz +Source2616: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gentle.doc.tar.xz +Source2617: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/guide-to-latex.doc.tar.xz +Source2618: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/happy4th.doc.tar.xz +Source2619: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/impatient.doc.tar.xz +Source2620: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/intro-scientific.doc.tar.xz +Source2621: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knuth.doc.tar.xz +Source2623: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l2tabu-english.doc.tar.xz +Source2624: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-brochure.doc.tar.xz +Source2625: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-course.doc.tar.xz +Source2626: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-doc-ptr.doc.tar.xz +Source2627: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-graphics-companion.doc.tar.xz +Source2628: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-veryshortguide.doc.tar.xz +Source2629: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-web-companion.doc.tar.xz +Source2630: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex2e-help-texinfo.tar.xz +Source2631: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex2e-help-texinfo.doc.tar.xz +Source2632: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex4wp.doc.tar.xz +Source2633: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexcheat.doc.tar.xz +Source2634: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexcourse-rug.doc.tar.xz +Source2635: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexfileinfo-pkgs.tar.xz +Source2636: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexfileinfo-pkgs.doc.tar.xz +Source2638: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-english.doc.tar.xz +Source2639: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/macros2e.doc.tar.xz +Source2640: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/math-e.doc.tar.xz +Source2641: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/maths-symbols.doc.tar.xz +Source2642: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/memdesign.doc.tar.xz +Source2643: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metafont-beginners.doc.tar.xz +Source2644: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metapost-examples.doc.tar.xz +Source2646: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/patgen2-tutorial.doc.tar.xz +Source2647: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pictexsum.doc.tar.xz +Source2648: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plain-doc.doc.tar.xz +Source2649: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/presentations-en.doc.tar.xz +Source2651: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplified-latex.doc.tar.xz +Source2652: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svg-inkscape.doc.tar.xz +Source2653: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabulars-e.doc.tar.xz +Source2654: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tamethebeast.doc.tar.xz +Source2655: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tds.doc.tar.xz +Source2656: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-font-errors-cheatsheet.doc.tar.xz +Source2657: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-overview.doc.tar.xz +Source2658: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-refs.doc.tar.xz +Source2659: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texbytopic.doc.tar.xz +Source2660: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlepages.doc.tar.xz +Source2661: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tlc2.doc.tar.xz +Source2662: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/visualfaq.doc.tar.xz +Source2664: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/webguide.doc.tar.xz +Source2665: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetexref.doc.tar.xz +Source2666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/finbib.tar.xz +Source2667: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hrlatex.tar.xz +Source2668: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hrlatex.doc.tar.xz +Source2670: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-armenian.tar.xz +Source2671: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-croatian.tar.xz +Source2672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-danish.tar.xz +Source2673: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-dutch.tar.xz +Source2674: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-estonian.tar.xz +Source2675: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-finnish.tar.xz +Source2676: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-friulan.tar.xz +Source2677: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-hungarian.tar.xz +Source2678: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-hungarian.doc.tar.xz +Source2679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-icelandic.tar.xz +Source2680: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-irish.tar.xz +Source2681: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-kurmanji.tar.xz +Source2682: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-latin.tar.xz +Source2683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-latvian.tar.xz +Source2684: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-lithuanian.tar.xz +Source2685: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-norwegian.tar.xz +Source2686: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-piedmontese.tar.xz +Source2687: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-romanian.tar.xz +Source2688: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-romansh.tar.xz +Source2689: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-slovenian.tar.xz +Source2690: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-swedish.tar.xz +Source2691: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-turkish.tar.xz +Source2692: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-uppersorbian.tar.xz +Source2693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-welsh.tar.xz +Source2694: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lithuanian.tar.xz +Source2695: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lithuanian.doc.tar.xz +Source2696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-dutch.doc.tar.xz +Source2697: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-finnish.doc.tar.xz +Source2698: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-slovenian.doc.tar.xz +Source2699: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-turkish.doc.tar.xz +Source2700: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nevelok.tar.xz +Source2701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nevelok.doc.tar.xz +Source2703: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/swebib.tar.xz +Source2704: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/swebib.doc.tar.xz +Source2705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turkmen.tar.xz +Source2706: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turkmen.doc.tar.xz +Source2708: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/droit-fr.tar.xz +Source2709: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/droit-fr.doc.tar.xz +Source2710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/e-french.tar.xz +Source2711: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/e-french.doc.tar.xz +Source2712: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epslatex-fr.doc.tar.xz +Source2713: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/facture.tar.xz +Source2714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/facture.doc.tar.xz +Source2716: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frletter.tar.xz +Source2717: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frletter.doc.tar.xz +Source2718: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-basque.tar.xz +Source2719: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-french.tar.xz +Source2720: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/impatient-fr.doc.tar.xz +Source2721: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/impnattypo.tar.xz +Source2722: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/impnattypo.doc.tar.xz +Source2724: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l2tabu-french.doc.tar.xz +Source2725: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-french.doc.tar.xz +Source2726: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mafr.tar.xz +Source2727: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mafr.doc.tar.xz +Source2728: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabvar.tar.xz +Source2729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabvar.doc.tar.xz +Source2731: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tdsfrmath.tar.xz +Source2732: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tdsfrmath.doc.tar.xz +Source2734: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-fr.doc.tar.xz +Source2735: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-array-fr.doc.tar.xz +Source2736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-dcolumn-fr.doc.tar.xz +Source2737: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-natbib-fr.doc.tar.xz +Source2738: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-tabbing-fr.doc.tar.xz +Source2739: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/variations.tar.xz +Source2740: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/variations.doc.tar.xz +Source2741: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/csquotes-de.doc.tar.xz +Source2742: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dehyph-exptl.tar.xz +Source2743: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dehyph-exptl.doc.tar.xz +Source2744: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dhua.tar.xz +Source2745: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dhua.doc.tar.xz +Source2747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/einfuehrung.doc.tar.xz +Source2748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etdipa.doc.tar.xz +Source2749: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etoolbox-de.doc.tar.xz +Source2750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fifinddo-info.doc.tar.xz +Source2752: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/geometry-de.doc.tar.xz +Source2753: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/german.tar.xz +Source2754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/german.doc.tar.xz +Source2756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/germbib.tar.xz +Source2757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/germbib.doc.tar.xz +Source2758: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/germkorr.tar.xz +Source2759: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/germkorr.doc.tar.xz +Source2760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hausarbeit-jura.tar.xz +Source2761: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hausarbeit-jura.doc.tar.xz +Source2763: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-german.tar.xz +Source2764: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/koma-script-examples.doc.tar.xz +Source2765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l2picfaq.doc.tar.xz +Source2766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l2tabu.doc.tar.xz +Source2767: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-bib-ex.doc.tar.xz +Source2768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-referenz.doc.tar.xz +Source2769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-tabellen.doc.tar.xz +Source2770: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexcheat-de.doc.tar.xz +Source2771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-german.doc.tar.xz +Source2772: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualatex-doc-de.doc.tar.xz +Source2773: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/microtype-de.doc.tar.xz +Source2774: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/presentations.doc.tar.xz +Source2776: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/r_und_s.tar.xz +Source2777: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/r_und_s.doc.tar.xz +Source2778: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/templates-fenn.doc.tar.xz +Source2779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/templates-sommer.doc.tar.xz +Source2780: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-de.doc.tar.xz +Source2781: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tipa-de.doc.tar.xz +Source2782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-arsclassica-de.doc.tar.xz +Source2783: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-biblatex-de.doc.tar.xz +Source2784: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-chemsym-de.doc.tar.xz +Source2785: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-ecv-de.doc.tar.xz +Source2786: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-enumitem-de.doc.tar.xz +Source2787: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-europecv-de.doc.tar.xz +Source2788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-filecontents-de.doc.tar.xz +Source2789: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translation-moreverb-de.doc.tar.xz +Source2790: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/udesoftec.tar.xz +Source2791: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/udesoftec.doc.tar.xz +Source2793: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umlaute.tar.xz +Source2794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umlaute.doc.tar.xz +Source2796: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/voss-mathcol.doc.tar.xz +Source2797: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsbaskerville.tar.xz +Source2798: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsbaskerville.doc.tar.xz +Source2799: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsporson.tar.xz +Source2800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsporson.doc.tar.xz +Source2801: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greek-fontenc.tar.xz +Source2802: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greek-fontenc.doc.tar.xz +Source2803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greek-inputenc.tar.xz +Source2804: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greek-inputenc.doc.tar.xz +Source2805: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greekdates.tar.xz +Source2806: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greekdates.doc.tar.xz +Source2808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greektex.tar.xz +Source2809: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greektex.doc.tar.xz +Source2810: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-greek.tar.xz +Source2811: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-greek.doc.tar.xz +Source2812: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-ancientgreek.tar.xz +Source2813: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ibycus-babel.tar.xz +Source2814: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ibycus-babel.doc.tar.xz +Source2816: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ibygrk.tar.xz +Source2817: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ibygrk.doc.tar.xz +Source2818: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kerkis.tar.xz +Source2819: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kerkis.doc.tar.xz +Source2820: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/levy.tar.xz +Source2821: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/levy.doc.tar.xz +Source2822: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lgreek.tar.xz +Source2823: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lgreek.doc.tar.xz +Source2826: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/teubner.tar.xz +Source2827: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/teubner.doc.tar.xz +Source2829: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xgreek.tar.xz +Source2830: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xgreek.doc.tar.xz +Source2832: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yannisgr.tar.xz +Source2833: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yannisgr.doc.tar.xz +Source2837: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-indic.tar.xz +Source2838: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-sanskrit.tar.xz +Source2839: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sanskrit.tar.xz +Source2840: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sanskrit.doc.tar.xz +Source2842: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sanskrit-t1.tar.xz +Source2843: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sanskrit-t1.doc.tar.xz +Source2846: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-devanagari.tar.xz +Source2847: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-devanagari.doc.tar.xz +Source2848: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wnri.tar.xz +Source2849: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wnri.doc.tar.xz +Source2850: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wnri-latex.tar.xz +Source2851: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wnri-latex.doc.tar.xz +Source2853: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyhdr-it.doc.tar.xz +Source2854: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixltxhyph.tar.xz +Source2855: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixltxhyph.doc.tar.xz +Source2857: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frontespizio.tar.xz +Source2858: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frontespizio.doc.tar.xz +Source2860: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-italian.tar.xz +Source2861: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/itnumpar.tar.xz +Source2862: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/itnumpar.doc.tar.xz +Source2864: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l2tabu-italian.doc.tar.xz +Source2865: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex4wp-it.doc.tar.xz +Source2866: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/layaureo.tar.xz +Source2867: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/layaureo.doc.tar.xz +Source2869: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-italian.doc.tar.xz +Source2870: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psfrag-italian.doc.tar.xz +Source2871: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-it.doc.tar.xz +Source2874: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ipaex.tar.xz +Source2875: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ipaex.doc.tar.xz +Source2879: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/japanese-otf.tar.xz +Source2880: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/japanese-otf.doc.tar.xz +Source2882: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/japanese-otf-uptex.tar.xz +Source2883: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/japanese-otf-uptex.doc.tar.xz +Source2888: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jsclasses.tar.xz +Source2889: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jsclasses.doc.tar.xz +Source2891: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-japanese.doc.tar.xz +Source2892: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatexja.tar.xz +Source2893: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatexja.doc.tar.xz +Source2900: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxbase.tar.xz +Source2901: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxbase.doc.tar.xz +Source2902: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxchfon.tar.xz +Source2903: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxchfon.doc.tar.xz +Source2904: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxcjkcat.tar.xz +Source2905: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxcjkcat.doc.tar.xz +Source2906: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxjahyper.tar.xz +Source2907: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxjahyper.doc.tar.xz +Source2908: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxrubrica.tar.xz +Source2909: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxrubrica.doc.tar.xz +Source2914: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zxjafbfont.tar.xz +Source2915: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zxjafbfont.doc.tar.xz +Source2916: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zxjatype.tar.xz +Source2917: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zxjatype.doc.tar.xz +Source2918: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kotex-oblivoir.tar.xz +Source2919: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kotex-oblivoir.doc.tar.xz +Source2920: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/memoir.tar.xz +Source2921: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/memoir.doc.tar.xz +Source2923: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kotex-utf.tar.xz +Source2924: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kotex-utf.doc.tar.xz +Source2925: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kotex-plain.tar.xz +Source2926: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kotex-plain.doc.tar.xz +Source2929: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-korean.doc.tar.xz +Source2930: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nanumtype1.tar.xz +Source2931: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nanumtype1.doc.tar.xz +Source2932: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctib.tar.xz +Source2933: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctib.doc.tar.xz +Source2935: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-afrikaans.tar.xz +Source2936: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-coptic.tar.xz +Source2937: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-esperanto.tar.xz +Source2938: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-georgian.tar.xz +Source2939: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-indonesian.tar.xz +Source2940: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-interlingua.tar.xz +Source2941: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-thai.tar.xz +Source2942: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-turkmen.tar.xz +Source2943: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-thai.doc.tar.xz +Source2944: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-vietnamese.doc.tar.xz +Source2945: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ntheorem-vn.doc.tar.xz +Source2946: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vntex.tar.xz +Source2947: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vntex.doc.tar.xz +Source2949: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gustlib.tar.xz +Source2950: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gustlib.doc.tar.xz +Source2951: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gustprog.doc.tar.xz +Source2952: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-polish.tar.xz +Source2953: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-polish.doc.tar.xz +Source2957: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pl.tar.xz +Source2958: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pl.doc.tar.xz +Source2959: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mwcls.tar.xz +Source2960: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mwcls.doc.tar.xz +Source2962: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polski.tar.xz +Source2963: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polski.doc.tar.xz +Source2965: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/przechlewski-book.tar.xz +Source2966: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/przechlewski-book.doc.tar.xz +Source2967: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qpxqtx.tar.xz +Source2968: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qpxqtx.doc.tar.xz +Source2969: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tap.tar.xz +Source2970: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tap.doc.tar.xz +Source2971: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-virtual-academy-pl.doc.tar.xz +Source2972: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-pl.doc.tar.xz +Source2973: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/utf8mex.tar.xz +Source2974: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/utf8mex.doc.tar.xz +Source2975: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cursolatex.doc.tar.xz +Source2976: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feupphdteses.tar.xz +Source2977: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feupphdteses.doc.tar.xz +Source2978: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-portuguese.tar.xz +Source2979: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexcheat-ptbr.doc.tar.xz +Source2980: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-portuguese.doc.tar.xz +Source2981: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ordinalpt.tar.xz +Source2982: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ordinalpt.doc.tar.xz +Source2984: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xypic-tut-pt.doc.tar.xz +Source2985: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/es-tex-faq.doc.tar.xz +Source2986: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-catalan.tar.xz +Source2987: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-galician.tar.xz +Source2988: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-spanish.tar.xz +Source2989: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l2tabu-spanish.doc.tar.xz +Source2990: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex2e-help-texinfo-spanish.tar.xz +Source2991: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex2e-help-texinfo-spanish.doc.tar.xz +Source2992: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexcheat-esmx.doc.tar.xz +Source2993: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-spanish.doc.tar.xz +Source2994: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spanish-mx.tar.xz +Source2995: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spanish-mx.doc.tar.xz +Source2996: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crop.tar.xz +Source2997: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crop.doc.tar.xz +Source2999: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctable.tar.xz +Source3000: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctable.doc.tar.xz +Source3002: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eso-pic.tar.xz +Source3003: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eso-pic.doc.tar.xz +Source3005: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euenc.tar.xz +Source3006: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euenc.doc.tar.xz +Source3008: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euler.tar.xz +Source3009: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euler.doc.tar.xz +Source3011: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extsizes.tar.xz +Source3012: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extsizes.doc.tar.xz +Source3013: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancybox.tar.xz +Source3014: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancybox.doc.tar.xz +Source3015: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyref.tar.xz +Source3016: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyref.doc.tar.xz +Source3018: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyvrb.tar.xz +Source3019: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyvrb.doc.tar.xz +Source3021: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/float.tar.xz +Source3022: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/float.doc.tar.xz +Source3024: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontspec.tar.xz +Source3025: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontspec.doc.tar.xz +Source3027: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l3kernel.tar.xz +Source3028: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l3kernel.doc.tar.xz +Source3030: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l3packages.tar.xz +Source3031: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l3packages.doc.tar.xz +Source3033: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fp.tar.xz +Source3034: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fp.doc.tar.xz +Source3035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/index.tar.xz +Source3036: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/index.doc.tar.xz +Source3038: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jknapltx.tar.xz +Source3039: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jknapltx.doc.tar.xz +Source3040: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/koma-script.tar.xz +Source3041: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l3experimental.tar.xz +Source3042: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/l3experimental.doc.tar.xz +Source3044: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lineno.tar.xz +Source3045: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lineno.doc.tar.xz +Source3047: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listings.tar.xz +Source3048: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listings.doc.tar.xz +Source3050: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathtools.tar.xz +Source3051: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathtools.doc.tar.xz +Source3053: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdwtools.tar.xz +Source3054: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdwtools.doc.tar.xz +Source3056: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metalogo.tar.xz +Source3057: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metalogo.doc.tar.xz +Source3059: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/microtype.tar.xz +Source3060: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/microtype.doc.tar.xz +Source3062: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ms.tar.xz +Source3063: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ms.doc.tar.xz +Source3065: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ntgclass.tar.xz +Source3066: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ntgclass.doc.tar.xz +Source3068: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parskip.tar.xz +Source3069: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parskip.doc.tar.xz +Source3070: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfpages.tar.xz +Source3071: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfpages.doc.tar.xz +Source3073: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/powerdot.tar.xz +Source3074: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/powerdot.doc.tar.xz +Source3076: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psfrag.tar.xz +Source3077: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psfrag.doc.tar.xz +Source3079: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rcs.tar.xz +Source3080: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rcs.doc.tar.xz +Source3085: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sansmath.tar.xz +Source3086: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sansmath.doc.tar.xz +Source3087: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/section.tar.xz +Source3088: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/section.doc.tar.xz +Source3089: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seminar.tar.xz +Source3090: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seminar.doc.tar.xz +Source3091: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sepnum.tar.xz +Source3092: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sepnum.doc.tar.xz +Source3093: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/setspace.tar.xz +Source3094: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/setspace.doc.tar.xz +Source3095: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfig.tar.xz +Source3096: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfig.doc.tar.xz +Source3098: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textcase.tar.xz +Source3099: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textcase.doc.tar.xz +Source3103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typehtml.tar.xz +Source3104: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typehtml.doc.tar.xz +Source3106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/underscore.tar.xz +Source3107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/underscore.doc.tar.xz +Source3108: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combinedgraphics.tar.xz +Source3109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combinedgraphics.doc.tar.xz +Source3111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/curve.tar.xz +Source3112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/curve.doc.tar.xz +Source3114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/curve2e.tar.xz +Source3115: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/curve2e.doc.tar.xz +Source3117: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/curves.tar.xz +Source3118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/curves.doc.tar.xz +Source3120: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dcpic.tar.xz +Source3121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dcpic.doc.tar.xz +Source3122: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diagmac2.tar.xz +Source3123: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diagmac2.doc.tar.xz +Source3124: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doc-pictex.doc.tar.xz +Source3125: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dottex.tar.xz +Source3126: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dottex.doc.tar.xz +Source3128: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dot2texi.tar.xz +Source3129: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dot2texi.doc.tar.xz +Source3130: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dratex.tar.xz +Source3131: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dratex.doc.tar.xz +Source3132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drs.tar.xz +Source3133: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drs.doc.tar.xz +Source3134: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/duotenzor.tar.xz +Source3135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/duotenzor.doc.tar.xz +Source3136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eepic.tar.xz +Source3137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eepic.doc.tar.xz +Source3140: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epspdfconversion.tar.xz +Source3141: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epspdfconversion.doc.tar.xz +Source3142: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esk.tar.xz +Source3143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esk.doc.tar.xz +Source3145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fast-diagram.tar.xz +Source3146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fast-diagram.doc.tar.xz +Source3149: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fitbox.tar.xz +Source3150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fitbox.doc.tar.xz +Source3152: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flowchart.tar.xz +Source3153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flowchart.doc.tar.xz +Source3155: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forest.tar.xz +Source3156: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forest.doc.tar.xz +Source3158: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/genealogytree.tar.xz +Source3159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/genealogytree.doc.tar.xz +Source3162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gincltex.tar.xz +Source3163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gincltex.doc.tar.xz +Source3165: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gnuplottex.tar.xz +Source3166: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gnuplottex.doc.tar.xz +Source3168: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gradientframe.tar.xz +Source3169: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gradientframe.doc.tar.xz +Source3171: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grafcet.tar.xz +Source3172: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grafcet.doc.tar.xz +Source3173: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphviz.tar.xz +Source3174: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphviz.doc.tar.xz +Source3176: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harveyballs.tar.xz +Source3177: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harveyballs.doc.tar.xz +Source3178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/here.tar.xz +Source3179: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/here.doc.tar.xz +Source3180: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hf-tikz.tar.xz +Source3181: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hf-tikz.doc.tar.xz +Source3183: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hobby.tar.xz +Source3184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hobby.doc.tar.xz +Source3186: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hvfloat.tar.xz +Source3187: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hvfloat.doc.tar.xz +Source3188: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knitting.tar.xz +Source3189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knitting.doc.tar.xz +Source3190: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knittingpattern.tar.xz +Source3191: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knittingpattern.doc.tar.xz +Source3192: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lapdf.tar.xz +Source3193: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lapdf.doc.tar.xz +Source3194: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-make.tar.xz +Source3195: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-make.doc.tar.xz +Source3197: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lpic.tar.xz +Source3198: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lpic.doc.tar.xz +Source3199: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makeshape.tar.xz +Source3200: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makeshape.doc.tar.xz +Source3204: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/miniplot.tar.xz +Source3205: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/miniplot.doc.tar.xz +Source3208: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modiagram.tar.xz +Source3209: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modiagram.doc.tar.xz +Source3210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/neuralnetwork.tar.xz +Source3211: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/neuralnetwork.doc.tar.xz +Source3212: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numericplots.tar.xz +Source3213: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numericplots.doc.tar.xz +Source3214: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pb-diagram.tar.xz +Source3215: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pb-diagram.doc.tar.xz +Source3218: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-blur.tar.xz +Source3219: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-blur.doc.tar.xz +Source3221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-soroban.tar.xz +Source3222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-soroban.doc.tar.xz +Source3223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-umlcd.tar.xz +Source3224: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-umlcd.doc.tar.xz +Source3225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-umlsd.tar.xz +Source3226: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-umlsd.doc.tar.xz +Source3227: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfgantt.tar.xz +Source3228: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfgantt.doc.tar.xz +Source3230: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfkeyx.tar.xz +Source3231: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfkeyx.doc.tar.xz +Source3232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfmolbio.tar.xz +Source3233: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfmolbio.doc.tar.xz +Source3235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfopts.tar.xz +Source3236: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfopts.doc.tar.xz +Source3238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfplots.tar.xz +Source3239: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfplots.doc.tar.xz +Source3241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/picinpar.tar.xz +Source3242: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/picinpar.doc.tar.xz +Source3243: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pict2e.tar.xz +Source3244: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pict2e.doc.tar.xz +Source3246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pictex.tar.xz +Source3247: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pictex.doc.tar.xz +Source3248: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pictex2.tar.xz +Source3249: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pinlabel.tar.xz +Source3250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pinlabel.doc.tar.xz +Source3251: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pmgraph.tar.xz +Source3252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pmgraph.doc.tar.xz +Source3253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prerex.tar.xz +Source3254: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prerex.doc.tar.xz +Source3255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/productbox.tar.xz +Source3256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/productbox.doc.tar.xz +Source3258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxpgfmark.tar.xz +Source3259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxpgfmark.doc.tar.xz +Source3260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qcircuit.tar.xz +Source3261: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qcircuit.doc.tar.xz +Source3262: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qrcode.tar.xz +Source3263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qrcode.doc.tar.xz +Source3265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randbild.tar.xz +Source3266: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randbild.doc.tar.xz +Source3268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randomwalk.tar.xz +Source3269: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randomwalk.doc.tar.xz +Source3271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/reotex.tar.xz +Source3272: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/reotex.doc.tar.xz +Source3273: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rviewport.tar.xz +Source3274: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rviewport.doc.tar.xz +Source3276: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sa-tikz.tar.xz +Source3277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sa-tikz.doc.tar.xz +Source3278: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schemabloc.tar.xz +Source3279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schemabloc.doc.tar.xz +Source3280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/setdeck.tar.xz +Source3281: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/setdeck.doc.tar.xz +Source3282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smartdiagram.tar.xz +Source3283: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smartdiagram.doc.tar.xz +Source3285: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spath3.tar.xz +Source3286: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spath3.doc.tar.xz +Source3288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/swimgraf.tar.xz +Source3289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/swimgraf.doc.tar.xz +Source3290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texdraw.tar.xz +Source3291: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texdraw.doc.tar.xz +Source3292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ticollege.tar.xz +Source3293: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ticollege.doc.tar.xz +Source3294: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tipfr.doc.tar.xz +Source3295: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-3dplot.tar.xz +Source3296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-3dplot.doc.tar.xz +Source3297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-bayesnet.tar.xz +Source3298: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-bayesnet.doc.tar.xz +Source3299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-cd.tar.xz +Source3300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-cd.doc.tar.xz +Source3301: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-dependency.tar.xz +Source3302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-dependency.doc.tar.xz +Source3303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-dimline.tar.xz +Source3304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-dimline.doc.tar.xz +Source3305: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-inet.tar.xz +Source3306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-inet.doc.tar.xz +Source3307: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-opm.tar.xz +Source3308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-opm.doc.tar.xz +Source3309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-palattice.tar.xz +Source3310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-palattice.doc.tar.xz +Source3311: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-qtree.tar.xz +Source3312: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-qtree.doc.tar.xz +Source3313: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-timing.tar.xz +Source3314: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-timing.doc.tar.xz +Source3316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svn-prov.tar.xz +Source3317: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svn-prov.doc.tar.xz +Source3319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzinclude.tar.xz +Source3320: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzinclude.doc.tar.xz +Source3322: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzmark.tar.xz +Source3323: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzmark.doc.tar.xz +Source3325: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzorbital.tar.xz +Source3326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzorbital.doc.tar.xz +Source3327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzpagenodes.tar.xz +Source3328: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzpagenodes.doc.tar.xz +Source3330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzpfeile.tar.xz +Source3331: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzpfeile.doc.tar.xz +Source3333: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzposter.tar.xz +Source3334: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzposter.doc.tar.xz +Source3336: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzscale.tar.xz +Source3337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzscale.doc.tar.xz +Source3339: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzsymbols.tar.xz +Source3340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzsymbols.doc.tar.xz +Source3342: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/timing-diagrams.tar.xz +Source3343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/timing-diagrams.doc.tar.xz +Source3344: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tqft.tar.xz +Source3345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tqft.doc.tar.xz +Source3347: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-base.tar.xz +Source3348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-base.doc.tar.xz +Source3349: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-berge.tar.xz +Source3350: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-berge.doc.tar.xz +Source3351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-doc.tar.xz +Source3352: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-doc.doc.tar.xz +Source3353: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-euclide.tar.xz +Source3354: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-euclide.doc.tar.xz +Source3355: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-fct.tar.xz +Source3356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-fct.doc.tar.xz +Source3357: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-graph.tar.xz +Source3358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-graph.doc.tar.xz +Source3359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-kiviat.tar.xz +Source3360: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-kiviat.doc.tar.xz +Source3361: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-linknodes.tar.xz +Source3362: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-linknodes.doc.tar.xz +Source3363: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-orm.tar.xz +Source3364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-orm.doc.tar.xz +Source3365: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-tab.tar.xz +Source3366: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tkz-tab.doc.tar.xz +Source3367: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tsemlines.tar.xz +Source3368: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tufte-latex.tar.xz +Source3369: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tufte-latex.doc.tar.xz +Source3370: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xifthen.tar.xz +Source3371: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xifthen.doc.tar.xz +Source3372: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifmtarg.tar.xz +Source3373: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifmtarg.doc.tar.xz +Source3375: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paralist.tar.xz +Source3376: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paralist.doc.tar.xz +Source3378: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sauerj.tar.xz +Source3379: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sauerj.doc.tar.xz +Source3381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/placeins.tar.xz +Source3382: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/placeins.doc.tar.xz +Source3383: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/venndiagram.tar.xz +Source3384: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/venndiagram.doc.tar.xz +Source3386: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpicture.tar.xz +Source3387: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpicture.doc.tar.xz +Source3389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xypic.tar.xz +Source3390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xypic.doc.tar.xz +Source3391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ESIEEcv.tar.xz +Source3392: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ESIEEcv.doc.tar.xz +Source3394: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/GS1.tar.xz +Source3395: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/GS1.doc.tar.xz +Source3397: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/HA-prosper.tar.xz +Source3398: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/HA-prosper.doc.tar.xz +Source3400: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/Tabbing.tar.xz +Source3401: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/Tabbing.doc.tar.xz +Source3403: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colordoc.tar.xz +Source3404: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colordoc.doc.tar.xz +Source3406: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorinfo.tar.xz +Source3407: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorinfo.doc.tar.xz +Source3408: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorspace.tar.xz +Source3409: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorspace.doc.tar.xz +Source3410: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colortab.tar.xz +Source3411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colortab.doc.tar.xz +Source3412: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorwav.tar.xz +Source3413: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorwav.doc.tar.xz +Source3415: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorweb.tar.xz +Source3416: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colorweb.doc.tar.xz +Source3418: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colourchange.tar.xz +Source3419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/colourchange.doc.tar.xz +Source3420: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combelow.tar.xz +Source3421: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combelow.doc.tar.xz +Source3422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combine.tar.xz +Source3423: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combine.doc.tar.xz +Source3425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comma.tar.xz +Source3426: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comma.doc.tar.xz +Source3427: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/commado.tar.xz +Source3428: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/commado.doc.tar.xz +Source3430: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comment.tar.xz +Source3431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/comment.doc.tar.xz +Source3432: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concepts.tar.xz +Source3433: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concepts.doc.tar.xz +Source3434: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concprog.tar.xz +Source3435: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concprog.doc.tar.xz +Source3436: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/constants.tar.xz +Source3437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/constants.doc.tar.xz +Source3439: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/contour.tar.xz +Source3440: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/contour.doc.tar.xz +Source3442: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/contracard.tar.xz +Source3443: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/contracard.doc.tar.xz +Source3445: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cooking.tar.xz +Source3446: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cooking.doc.tar.xz +Source3448: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cool.tar.xz +Source3449: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cool.doc.tar.xz +Source3451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coollist.tar.xz +Source3452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coollist.doc.tar.xz +Source3454: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coolstr.tar.xz +Source3455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coolstr.doc.tar.xz +Source3457: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coolthms.tar.xz +Source3458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coolthms.doc.tar.xz +Source3460: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cooltooltips.tar.xz +Source3461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cooltooltips.doc.tar.xz +Source3463: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coordsys.tar.xz +Source3464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coordsys.doc.tar.xz +Source3466: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/copyedit.tar.xz +Source3467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/copyedit.doc.tar.xz +Source3469: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/copyrightbox.tar.xz +Source3470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/copyrightbox.doc.tar.xz +Source3471: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coseoul.tar.xz +Source3472: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coseoul.doc.tar.xz +Source3473: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/counttexruns.tar.xz +Source3474: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/counttexruns.doc.tar.xz +Source3476: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/courseoutline.tar.xz +Source3477: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/courseoutline.doc.tar.xz +Source3478: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coursepaper.tar.xz +Source3479: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coursepaper.doc.tar.xz +Source3480: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coverpage.tar.xz +Source3481: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coverpage.doc.tar.xz +Source3483: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cprotect.tar.xz +Source3484: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cprotect.doc.tar.xz +Source3486: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crbox.tar.xz +Source3487: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crbox.doc.tar.xz +Source3488: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crossreference.tar.xz +Source3489: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crossreference.doc.tar.xz +Source3491: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/csquotes.tar.xz +Source3492: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/csquotes.doc.tar.xz +Source3493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/csvsimple.tar.xz +Source3494: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/csvsimple.doc.tar.xz +Source3495: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cuisine.tar.xz +Source3496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cuisine.doc.tar.xz +Source3498: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/currfile.tar.xz +Source3499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/currfile.doc.tar.xz +Source3501: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/currvita.tar.xz +Source3502: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/currvita.doc.tar.xz +Source3504: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cutwin.tar.xz +Source3505: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cutwin.doc.tar.xz +Source3507: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cv.tar.xz +Source3508: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cv.doc.tar.xz +Source3509: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cv4tw.tar.xz +Source3510: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cv4tw.doc.tar.xz +Source3511: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cweb-latex.tar.xz +Source3512: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cweb-latex.doc.tar.xz +Source3513: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cyber.tar.xz +Source3514: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cyber.doc.tar.xz +Source3516: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cybercic.tar.xz +Source3517: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cybercic.doc.tar.xz +Source3519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dashbox.tar.xz +Source3520: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dashbox.doc.tar.xz +Source3522: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dashrule.tar.xz +Source3523: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dashrule.doc.tar.xz +Source3525: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dashundergaps.tar.xz +Source3526: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dashundergaps.doc.tar.xz +Source3527: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dataref.tar.xz +Source3528: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dataref.doc.tar.xz +Source3530: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datatool.tar.xz +Source3531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datatool.doc.tar.xz +Source3533: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dateiliste.tar.xz +Source3534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dateiliste.doc.tar.xz +Source3536: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datenumber.tar.xz +Source3537: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datenumber.doc.tar.xz +Source3539: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime.tar.xz +Source3540: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime.doc.tar.xz +Source3542: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2.tar.xz +Source3543: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2.doc.tar.xz +Source3545: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-bahasai.tar.xz +Source3546: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-bahasai.doc.tar.xz +Source3548: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-basque.tar.xz +Source3549: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-basque.doc.tar.xz +Source3551: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-breton.tar.xz +Source3552: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-breton.doc.tar.xz +Source3554: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-bulgarian.tar.xz +Source3555: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-bulgarian.doc.tar.xz +Source3557: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-catalan.tar.xz +Source3558: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-catalan.doc.tar.xz +Source3560: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-croatian.tar.xz +Source3561: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-croatian.doc.tar.xz +Source3563: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-czech.tar.xz +Source3564: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-czech.doc.tar.xz +Source3566: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-danish.tar.xz +Source3567: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-danish.doc.tar.xz +Source3569: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-dutch.tar.xz +Source3570: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-dutch.doc.tar.xz +Source3572: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-en-fulltext.tar.xz +Source3573: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-en-fulltext.doc.tar.xz +Source3575: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-english.tar.xz +Source3576: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-english.doc.tar.xz +Source3578: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-esperanto.tar.xz +Source3579: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-esperanto.doc.tar.xz +Source3581: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-estonian.tar.xz +Source3582: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-estonian.doc.tar.xz +Source3584: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-finnish.tar.xz +Source3585: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-finnish.doc.tar.xz +Source3587: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-french.tar.xz +Source3588: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-french.doc.tar.xz +Source3590: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-galician.tar.xz +Source3591: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-galician.doc.tar.xz +Source3593: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-german.tar.xz +Source3594: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-german.doc.tar.xz +Source3596: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-greek.tar.xz +Source3597: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-greek.doc.tar.xz +Source3599: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-hebrew.tar.xz +Source3600: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-hebrew.doc.tar.xz +Source3602: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-icelandic.tar.xz +Source3603: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-icelandic.doc.tar.xz +Source3605: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-irish.tar.xz +Source3606: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-irish.doc.tar.xz +Source3608: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-italian.tar.xz +Source3609: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-italian.doc.tar.xz +Source3611: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-it-fulltext.tar.xz +Source3612: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-it-fulltext.doc.tar.xz +Source3614: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-latin.tar.xz +Source3615: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-latin.doc.tar.xz +Source3617: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-lsorbian.tar.xz +Source3618: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-lsorbian.doc.tar.xz +Source3620: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-magyar.tar.xz +Source3621: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-magyar.doc.tar.xz +Source3623: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-norsk.tar.xz +Source3624: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-norsk.doc.tar.xz +Source3626: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-polish.tar.xz +Source3627: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-polish.doc.tar.xz +Source3629: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-portuges.tar.xz +Source3630: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-portuges.doc.tar.xz +Source3632: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-romanian.tar.xz +Source3633: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-romanian.doc.tar.xz +Source3635: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-russian.tar.xz +Source3636: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-russian.doc.tar.xz +Source3638: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-samin.tar.xz +Source3639: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-samin.doc.tar.xz +Source3641: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-scottish.tar.xz +Source3642: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-scottish.doc.tar.xz +Source3644: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-serbian.tar.xz +Source3645: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-serbian.doc.tar.xz +Source3647: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-slovak.tar.xz +Source3648: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-slovak.doc.tar.xz +Source3650: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-slovene.tar.xz +Source3651: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-slovene.doc.tar.xz +Source3653: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-spanish.tar.xz +Source3654: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-spanish.doc.tar.xz +Source3656: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-swedish.tar.xz +Source3657: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-swedish.doc.tar.xz +Source3659: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-turkish.tar.xz +Source3660: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-turkish.doc.tar.xz +Source3662: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-ukrainian.tar.xz +Source3663: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-ukrainian.doc.tar.xz +Source3665: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-usorbian.tar.xz +Source3666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-usorbian.doc.tar.xz +Source3668: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-welsh.tar.xz +Source3669: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/datetime2-welsh.doc.tar.xz +Source3671: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dblfloatfix.tar.xz +Source3672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dblfloatfix.doc.tar.xz +Source3673: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/decimal.tar.xz +Source3674: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/decimal.doc.tar.xz +Source3676: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/decorule.tar.xz +Source3677: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/decorule.doc.tar.xz +Source3679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delim.tar.xz +Source3680: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delim.doc.tar.xz +Source3682: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delimtxt.tar.xz +Source3683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delimtxt.doc.tar.xz +Source3685: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/denisbdoc.tar.xz +Source3686: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/denisbdoc.doc.tar.xz +Source3690: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diagbox.tar.xz +Source3691: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diagbox.doc.tar.xz +Source3693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diagnose.tar.xz +Source3694: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diagnose.doc.tar.xz +Source3695: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dialogl.tar.xz +Source3696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dialogl.doc.tar.xz +Source3698: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dichokey.tar.xz +Source3699: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dichokey.doc.tar.xz +Source3700: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dinbrief.tar.xz +Source3701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dinbrief.doc.tar.xz +Source3703: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/directory.tar.xz +Source3704: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/directory.doc.tar.xz +Source3705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dirtytalk.tar.xz +Source3706: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dirtytalk.doc.tar.xz +Source3708: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dlfltxb.tar.xz +Source3709: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dlfltxb.doc.tar.xz +Source3710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dnaseq.tar.xz +Source3711: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dnaseq.doc.tar.xz +Source3713: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doclicense.tar.xz +Source3714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doclicense.doc.tar.xz +Source3716: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/docmfp.tar.xz +Source3717: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/docmfp.doc.tar.xz +Source3719: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/docmute.tar.xz +Source3720: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/docmute.doc.tar.xz +Source3722: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doctools.tar.xz +Source3723: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doctools.doc.tar.xz +Source3725: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/documentation.tar.xz +Source3726: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/documentation.doc.tar.xz +Source3728: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doi.tar.xz +Source3729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/doi.doc.tar.xz +Source3730: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dotarrow.tar.xz +Source3731: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dotarrow.doc.tar.xz +Source3733: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dotseqn.tar.xz +Source3734: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dotseqn.doc.tar.xz +Source3736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/download.tar.xz +Source3737: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/download.doc.tar.xz +Source3739: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dox.tar.xz +Source3740: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dox.doc.tar.xz +Source3742: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dpfloat.tar.xz +Source3743: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dpfloat.doc.tar.xz +Source3744: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dprogress.tar.xz +Source3745: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dprogress.doc.tar.xz +Source3747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drac.tar.xz +Source3748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drac.doc.tar.xz +Source3750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/draftcopy.tar.xz +Source3751: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/draftcopy.doc.tar.xz +Source3753: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/draftwatermark.tar.xz +Source3754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/draftwatermark.doc.tar.xz +Source3756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dtk.tar.xz +Source3757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dtk.doc.tar.xz +Source3758: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dtxgallery.doc.tar.xz +Source3760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dvdcoll.tar.xz +Source3761: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dvdcoll.doc.tar.xz +Source3762: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dynblocks.tar.xz +Source3763: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dynblocks.doc.tar.xz +Source3764: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ean13isbn.tar.xz +Source3765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ean13isbn.doc.tar.xz +Source3766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easy.tar.xz +Source3767: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easy.doc.tar.xz +Source3768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easy-todo.tar.xz +Source3769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easy-todo.doc.tar.xz +Source3770: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easyfig.tar.xz +Source3771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easyfig.doc.tar.xz +Source3773: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easylist.tar.xz +Source3774: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easylist.doc.tar.xz +Source3775: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easyreview.tar.xz +Source3776: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easyreview.doc.tar.xz +Source3778: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebezier.tar.xz +Source3779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebezier.doc.tar.xz +Source3781: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecclesiastic.tar.xz +Source3782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecclesiastic.doc.tar.xz +Source3784: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecv.tar.xz +Source3785: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecv.doc.tar.xz +Source3787: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ed.tar.xz +Source3788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ed.doc.tar.xz +Source3790: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/edmargin.tar.xz +Source3791: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/edmargin.doc.tar.xz +Source3793: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eemeir.tar.xz +Source3794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eemeir.doc.tar.xz +Source3796: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/efbox.tar.xz +Source3797: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/efbox.doc.tar.xz +Source3799: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/egplot.tar.xz +Source3800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/egplot.doc.tar.xz +Source3802: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elements.tar.xz +Source3803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elements.doc.tar.xz +Source3804: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ellipsis.tar.xz +Source3805: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ellipsis.doc.tar.xz +Source3807: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elmath.tar.xz +Source3808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elmath.doc.tar.xz +Source3810: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elocalloc.tar.xz +Source3811: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elocalloc.doc.tar.xz +Source3813: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elpres.tar.xz +Source3814: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elpres.doc.tar.xz +Source3815: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elzcards.tar.xz +Source3816: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elzcards.doc.tar.xz +Source3818: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emarks.tar.xz +Source3819: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emarks.doc.tar.xz +Source3821: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/embedall.tar.xz +Source3822: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/embedall.doc.tar.xz +Source3824: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/embrac.tar.xz +Source3825: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/embrac.doc.tar.xz +Source3826: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emptypage.tar.xz +Source3827: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emptypage.doc.tar.xz +Source3829: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emulateapj.tar.xz +Source3830: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emulateapj.doc.tar.xz +Source3831: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endfloat.tar.xz +Source3832: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endfloat.doc.tar.xz +Source3834: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endheads.tar.xz +Source3835: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endheads.doc.tar.xz +Source3837: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endnotes.tar.xz +Source3838: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endnotes.doc.tar.xz +Source3839: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/engpron.tar.xz +Source3840: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/engpron.doc.tar.xz +Source3842: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/engrec.tar.xz +Source3843: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/engrec.doc.tar.xz +Source3845: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enotez.tar.xz +Source3846: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enotez.doc.tar.xz +Source3847: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enumitem.tar.xz +Source3848: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enumitem.doc.tar.xz +Source3849: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enumitem-zref.tar.xz +Source3850: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enumitem-zref.doc.tar.xz +Source3852: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/envbig.tar.xz +Source3853: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/envbig.doc.tar.xz +Source3854: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/environ.tar.xz +Source3855: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/environ.doc.tar.xz +Source3857: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/envlab.tar.xz +Source3858: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/envlab.doc.tar.xz +Source3860: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epigraph.tar.xz +Source3861: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epigraph.doc.tar.xz +Source3863: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epiolmec.tar.xz +Source3864: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epiolmec.doc.tar.xz +Source3868: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqell.tar.xz +Source3869: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqell.doc.tar.xz +Source3870: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqlist.tar.xz +Source3871: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqlist.doc.tar.xz +Source3873: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqname.tar.xz +Source3874: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqparbox.tar.xz +Source3875: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqparbox.doc.tar.xz +Source3877: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/errata.tar.xz +Source3878: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/errata.doc.tar.xz +Source3880: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esami.tar.xz +Source3881: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esami.doc.tar.xz +Source3882: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esdiff.tar.xz +Source3883: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esdiff.doc.tar.xz +Source3885: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esint.tar.xz +Source3886: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esint.doc.tar.xz +Source3888: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esint-type1.tar.xz +Source3889: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/esint-type1.doc.tar.xz +Source3890: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etaremune.tar.xz +Source3891: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etaremune.doc.tar.xz +Source3893: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etextools.tar.xz +Source3894: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etextools.doc.tar.xz +Source3896: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etoc.tar.xz +Source3897: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etoc.doc.tar.xz +Source3899: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etoolbox.tar.xz +Source3900: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etoolbox.doc.tar.xz +Source3901: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eukdate.tar.xz +Source3902: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eukdate.doc.tar.xz +Source3904: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/europasscv.tar.xz +Source3905: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/europasscv.doc.tar.xz +Source3906: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/europecv.tar.xz +Source3907: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/europecv.doc.tar.xz +Source3908: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/everyhook.tar.xz +Source3909: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/everyhook.doc.tar.xz +Source3911: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/everypage.tar.xz +Source3912: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/everypage.doc.tar.xz +Source3914: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exam.tar.xz +Source3915: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exam.doc.tar.xz +Source3916: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exam-n.tar.xz +Source3917: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exam-n.doc.tar.xz +Source3919: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/examdesign.tar.xz +Source3920: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/examdesign.doc.tar.xz +Source3922: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/example.tar.xz +Source3923: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/examplep.tar.xz +Source3924: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/examplep.doc.tar.xz +Source3927: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/excludeonly.tar.xz +Source3928: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/excludeonly.doc.tar.xz +Source3929: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exercise.tar.xz +Source3930: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exercise.doc.tar.xz +Source3932: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exp-testopt.tar.xz +Source3933: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exp-testopt.doc.tar.xz +Source3935: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/expdlist.tar.xz +Source3936: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/expdlist.doc.tar.xz +Source3938: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/export.tar.xz +Source3939: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/export.doc.tar.xz +Source3941: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exsheets.tar.xz +Source3942: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exsheets.doc.tar.xz +Source3943: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exsol.tar.xz +Source3944: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exsol.doc.tar.xz +Source3946: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extract.tar.xz +Source3947: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extract.doc.tar.xz +Source3949: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/facsimile.tar.xz +Source3950: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/facsimile.doc.tar.xz +Source3952: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/factura.tar.xz +Source3953: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/factura.doc.tar.xz +Source3955: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancylabel.tar.xz +Source3956: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancylabel.doc.tar.xz +Source3958: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancynum.tar.xz +Source3959: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancynum.doc.tar.xz +Source3961: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancypar.tar.xz +Source3962: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancypar.doc.tar.xz +Source3964: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyslides.tar.xz +Source3965: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancyslides.doc.tar.xz +Source3966: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancytabs.tar.xz +Source3967: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancytabs.doc.tar.xz +Source3969: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancytooltips.tar.xz +Source3970: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fancytooltips.doc.tar.xz +Source3972: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fcolumn.tar.xz +Source3973: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fcolumn.doc.tar.xz +Source3975: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fifo-stack.tar.xz +Source3976: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fifo-stack.doc.tar.xz +Source3978: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figsize.tar.xz +Source3979: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figsize.doc.tar.xz +Source3980: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filecontents.tar.xz +Source3981: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filecontents.doc.tar.xz +Source3983: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filedate.tar.xz +Source3984: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filedate.doc.tar.xz +Source3986: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filehook.tar.xz +Source3987: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filehook.doc.tar.xz +Source3989: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fileinfo.tar.xz +Source3990: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fileinfo.doc.tar.xz +Source3992: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filemod.tar.xz +Source3993: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filemod.doc.tar.xz +Source3994: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fink.tar.xz +Source3995: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fink.doc.tar.xz +Source3997: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/finstrut.tar.xz +Source3998: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/finstrut.doc.tar.xz +Source4000: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fithesis.tar.xz +Source4001: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fithesis.doc.tar.xz +Source4003: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixfoot.tar.xz +Source4004: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixfoot.doc.tar.xz +Source4005: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixme.tar.xz +Source4006: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixme.doc.tar.xz +Source4008: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixmetodonotes.tar.xz +Source4009: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixmetodonotes.doc.tar.xz +Source4011: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fjodor.tar.xz +Source4012: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fjodor.doc.tar.xz +Source4013: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flabels.tar.xz +Source4014: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flabels.doc.tar.xz +Source4016: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flacards.tar.xz +Source4017: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flacards.doc.tar.xz +Source4018: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flagderiv.tar.xz +Source4019: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flagderiv.doc.tar.xz +Source4021: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flashcards.tar.xz +Source4022: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flashcards.doc.tar.xz +Source4024: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flashmovie.tar.xz +Source4025: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flashmovie.doc.tar.xz +Source4026: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flipbook.tar.xz +Source4027: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flipbook.doc.tar.xz +Source4028: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flippdf.tar.xz +Source4029: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flippdf.doc.tar.xz +Source4031: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/floatflt.tar.xz +Source4032: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/floatflt.doc.tar.xz +Source4034: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/floatrow.tar.xz +Source4035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/floatrow.doc.tar.xz +Source4037: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flowfram.tar.xz +Source4038: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/flowfram.doc.tar.xz +Source4040: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fmp.tar.xz +Source4041: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fmp.doc.tar.xz +Source4043: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fmtcount.tar.xz +Source4044: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fmtcount.doc.tar.xz +Source4046: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fn2end.tar.xz +Source4047: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fn2end.doc.tar.xz +Source4048: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnbreak.tar.xz +Source4049: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnbreak.doc.tar.xz +Source4051: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fncychap.tar.xz +Source4052: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fncychap.doc.tar.xz +Source4053: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fncylab.tar.xz +Source4054: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fncylab.doc.tar.xz +Source4055: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnpara.tar.xz +Source4056: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnpara.doc.tar.xz +Source4057: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnpct.tar.xz +Source4058: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnpct.doc.tar.xz +Source4059: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnumprint.tar.xz +Source4060: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnumprint.doc.tar.xz +Source4062: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/foilhtml.tar.xz +Source4063: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/foilhtml.doc.tar.xz +Source4065: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontaxes.tar.xz +Source4066: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontaxes.doc.tar.xz +Source4068: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonttable.tar.xz +Source4069: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonttable.doc.tar.xz +Source4071: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footmisc.tar.xz +Source4072: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footmisc.doc.tar.xz +Source4074: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnotebackref.tar.xz +Source4075: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnotebackref.doc.tar.xz +Source4076: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnoterange.tar.xz +Source4077: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnoterange.doc.tar.xz +Source4079: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnpag.tar.xz +Source4080: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnpag.doc.tar.xz +Source4082: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forarray.tar.xz +Source4083: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forarray.doc.tar.xz +Source4085: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/foreign.tar.xz +Source4086: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/foreign.doc.tar.xz +Source4088: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forloop.tar.xz +Source4089: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forloop.doc.tar.xz +Source4091: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/formlett.tar.xz +Source4092: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/formlett.doc.tar.xz +Source4093: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/formular.tar.xz +Source4094: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/formular.doc.tar.xz +Source4096: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fragments.tar.xz +Source4097: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fragments.doc.tar.xz +Source4098: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frame.tar.xz +Source4099: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frame.doc.tar.xz +Source4100: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/framed.tar.xz +Source4101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/framed.doc.tar.xz +Source4102: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frankenstein.tar.xz +Source4103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frankenstein.doc.tar.xz +Source4105: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frege.tar.xz +Source4106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frege.doc.tar.xz +Source4107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ftcap.tar.xz +Source4108: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ftcap.doc.tar.xz +Source4109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ftnxtra.tar.xz +Source4110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ftnxtra.doc.tar.xz +Source4112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fullblck.tar.xz +Source4113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fullblck.doc.tar.xz +Source4115: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fullminipage.tar.xz +Source4116: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fullminipage.doc.tar.xz +Source4118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fullwidth.tar.xz +Source4119: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fullwidth.doc.tar.xz +Source4120: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fundus-calligra.tar.xz +Source4121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fundus-calligra.doc.tar.xz +Source4123: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fundus-cyr.tar.xz +Source4124: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fundus-sueterlin.tar.xz +Source4125: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fundus-sueterlin.doc.tar.xz +Source4127: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fwlw.tar.xz +Source4128: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fwlw.doc.tar.xz +Source4129: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/g-brief.tar.xz +Source4130: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/g-brief.doc.tar.xz +Source4132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gauss.tar.xz +Source4133: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gauss.doc.tar.xz +Source4134: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gcard.tar.xz +Source4135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gcard.doc.tar.xz +Source4136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gcite.tar.xz +Source4137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gcite.doc.tar.xz +Source4139: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gender.tar.xz +Source4140: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gender.doc.tar.xz +Source4142: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/genmpage.tar.xz +Source4143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/genmpage.doc.tar.xz +Source4145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/getfiledate.tar.xz +Source4146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/getfiledate.doc.tar.xz +Source4147: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ginpenc.tar.xz +Source4148: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ginpenc.doc.tar.xz +Source4150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitinfo.tar.xz +Source4151: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitinfo.doc.tar.xz +Source4152: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitinfo2.tar.xz +Source4153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitinfo2.doc.tar.xz +Source4154: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gloss.tar.xz +Source4155: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gloss.doc.tar.xz +Source4159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-danish.tar.xz +Source4160: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-danish.doc.tar.xz +Source4162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-dutch.tar.xz +Source4163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-dutch.doc.tar.xz +Source4165: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-english.tar.xz +Source4166: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-english.doc.tar.xz +Source4168: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-french.tar.xz +Source4169: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-french.doc.tar.xz +Source4171: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-german.tar.xz +Source4172: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-german.doc.tar.xz +Source4174: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-irish.tar.xz +Source4175: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-irish.doc.tar.xz +Source4177: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-italian.tar.xz +Source4178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-italian.doc.tar.xz +Source4180: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-magyar.tar.xz +Source4181: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-magyar.doc.tar.xz +Source4183: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-polish.tar.xz +Source4184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-polish.doc.tar.xz +Source4186: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-portuges.tar.xz +Source4187: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-portuges.doc.tar.xz +Source4189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-serbian.tar.xz +Source4190: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-serbian.doc.tar.xz +Source4192: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-spanish.tar.xz +Source4193: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-spanish.doc.tar.xz +Source4195: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmdoc.tar.xz +Source4196: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmdoc.doc.tar.xz +Source4197: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmdoc-enhance.tar.xz +Source4198: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmdoc-enhance.doc.tar.xz +Source4200: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmiflink.tar.xz +Source4201: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmiflink.doc.tar.xz +Source4202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmutils.tar.xz +Source4203: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmutils.doc.tar.xz +Source4204: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmverb.tar.xz +Source4205: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmverb.doc.tar.xz +Source4206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphbox.tar.xz +Source4207: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphbox.doc.tar.xz +Source4209: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphicx-psmin.tar.xz +Source4210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphicx-psmin.doc.tar.xz +Source4212: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphicxbox.tar.xz +Source4213: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphicxbox.doc.tar.xz +Source4215: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grfpaste.tar.xz +Source4216: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grfpaste.doc.tar.xz +Source4217: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grid.tar.xz +Source4218: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grid.doc.tar.xz +Source4220: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grid-system.tar.xz +Source4221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grid-system.doc.tar.xz +Source4222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gridset.tar.xz +Source4223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gridset.doc.tar.xz +Source4225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gtl.tar.xz +Source4226: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gtl.doc.tar.xz +Source4228: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/guitlogo.tar.xz +Source4229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/guitlogo.doc.tar.xz +Source4231: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/handout.tar.xz +Source4232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/handout.doc.tar.xz +Source4233: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hang.tar.xz +Source4234: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hang.doc.tar.xz +Source4235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hanging.tar.xz +Source4236: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hanging.doc.tar.xz +Source4238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hardwrap.tar.xz +Source4239: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hardwrap.doc.tar.xz +Source4241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harnon-cv.tar.xz +Source4242: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harnon-cv.doc.tar.xz +Source4243: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harpoon.tar.xz +Source4244: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harpoon.doc.tar.xz +Source4245: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hc.tar.xz +Source4246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hc.doc.tar.xz +Source4248: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/he-she.tar.xz +Source4249: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/he-she.doc.tar.xz +Source4250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hhtensor.tar.xz +Source4251: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hhtensor.doc.tar.xz +Source4253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/histogr.tar.xz +Source4254: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/histogr.doc.tar.xz +Source4256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hitec.tar.xz +Source4257: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hitec.doc.tar.xz +Source4258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hletter.tar.xz +Source4259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hletter.doc.tar.xz +Source4260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hpsdiss.tar.xz +Source4261: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hpsdiss.doc.tar.xz +Source4263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hrefhide.tar.xz +Source4264: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hrefhide.doc.tar.xz +Source4266: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hvindex.tar.xz +Source4267: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hvindex.doc.tar.xz +Source4268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hypdvips.tar.xz +Source4269: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hypdvips.doc.tar.xz +Source4270: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyper.tar.xz +Source4271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyper.doc.tar.xz +Source4273: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hypernat.tar.xz +Source4274: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hypernat.doc.tar.xz +Source4276: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyperxmp.tar.xz +Source4277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyperxmp.doc.tar.xz +Source4279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphenat.tar.xz +Source4280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphenat.doc.tar.xz +Source4282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/idxcmds.tar.xz +Source4283: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/idxcmds.doc.tar.xz +Source4284: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/idxlayout.tar.xz +Source4285: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/idxlayout.doc.tar.xz +Source4287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifmslide.tar.xz +Source4288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifmslide.doc.tar.xz +Source4289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifnextok.tar.xz +Source4290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifnextok.doc.tar.xz +Source4292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifoddpage.tar.xz +Source4293: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifoddpage.doc.tar.xz +Source4295: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifplatform.tar.xz +Source4296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifplatform.doc.tar.xz +Source4298: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifthenx.tar.xz +Source4299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifthenx.doc.tar.xz +Source4300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iitem.tar.xz +Source4301: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iitem.doc.tar.xz +Source4303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/image-gallery.tar.xz +Source4304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/image-gallery.doc.tar.xz +Source4305: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imakeidx.tar.xz +Source4306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imakeidx.doc.tar.xz +Source4308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/import.tar.xz +Source4309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/import.doc.tar.xz +Source4310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/incgraph.tar.xz +Source4311: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/incgraph.doc.tar.xz +Source4312: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/indextools.tar.xz +Source4313: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/indextools.doc.tar.xz +Source4315: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inlinedef.tar.xz +Source4316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inlinedef.doc.tar.xz +Source4318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inputtrc.tar.xz +Source4319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inputtrc.doc.tar.xz +Source4321: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interactiveworkbook.tar.xz +Source4322: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interactiveworkbook.doc.tar.xz +Source4323: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interfaces.tar.xz +Source4324: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interfaces.doc.tar.xz +Source4326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inversepath.tar.xz +Source4327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/inversepath.doc.tar.xz +Source4329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/invoice.tar.xz +Source4330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/invoice.doc.tar.xz +Source4331: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iso.tar.xz +Source4332: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iso.doc.tar.xz +Source4334: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iso10303.tar.xz +Source4335: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iso10303.doc.tar.xz +Source4337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isodate.tar.xz +Source4338: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isodate.doc.tar.xz +Source4340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isodoc.tar.xz +Source4341: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isodoc.doc.tar.xz +Source4343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isonums.tar.xz +Source4344: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isonums.doc.tar.xz +Source4345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isorot.tar.xz +Source4346: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isorot.doc.tar.xz +Source4348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isotope.tar.xz +Source4349: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isotope.doc.tar.xz +Source4351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/issuulinks.tar.xz +Source4352: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/issuulinks.doc.tar.xz +Source4354: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iwhdp.tar.xz +Source4355: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iwhdp.doc.tar.xz +Source4356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jlabels.tar.xz +Source4357: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jlabels.doc.tar.xz +Source4358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jslectureplanner.tar.xz +Source4359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jslectureplanner.doc.tar.xz +Source4360: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jumplines.tar.xz +Source4361: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jumplines.doc.tar.xz +Source4362: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jvlisting.tar.xz +Source4363: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jvlisting.doc.tar.xz +Source4365: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kantlipsum.tar.xz +Source4366: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kantlipsum.doc.tar.xz +Source4368: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kerntest.tar.xz +Source4369: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kerntest.doc.tar.xz +Source4371: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keycommand.tar.xz +Source4372: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keycommand.doc.tar.xz +Source4374: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyreader.tar.xz +Source4375: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyreader.doc.tar.xz +Source4376: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keystroke.tar.xz +Source4377: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keystroke.doc.tar.xz +Source4378: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyval2e.tar.xz +Source4379: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyval2e.doc.tar.xz +Source4380: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kix.tar.xz +Source4381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kix.doc.tar.xz +Source4382: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/koma-moderncvclassic.tar.xz +Source4383: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/koma-moderncvclassic.doc.tar.xz +Source4384: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/koma-script-sfs.tar.xz +Source4385: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/koma-script-sfs.doc.tar.xz +Source4386: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/komacv.tar.xz +Source4387: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/komacv.doc.tar.xz +Source4389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ktv-texdata.tar.xz +Source4390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ktv-texdata.doc.tar.xz +Source4395: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labbook.tar.xz +Source4396: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labbook.doc.tar.xz +Source4401: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labels.tar.xz +Source4402: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labels.doc.tar.xz +Source4404: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lastpackage.tar.xz +Source4405: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lastpackage.doc.tar.xz +Source4407: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lastpage.tar.xz +Source4408: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lastpage.doc.tar.xz +Source4410: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexdemo.tar.xz +Source4411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexdemo.doc.tar.xz +Source4413: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/layouts.tar.xz +Source4414: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/layouts.doc.tar.xz +Source4416: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lazylist.tar.xz +Source4417: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lazylist.doc.tar.xz +Source4418: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lcd.tar.xz +Source4419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lcd.doc.tar.xz +Source4421: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lcg.tar.xz +Source4422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lcg.doc.tar.xz +Source4424: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leading.tar.xz +Source4425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leading.doc.tar.xz +Source4427: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leaflet.tar.xz +Source4428: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leaflet.doc.tar.xz +Source4430: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leftidx.tar.xz +Source4431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leftidx.doc.tar.xz +Source4433: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lengthconvert.tar.xz +Source4434: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lengthconvert.doc.tar.xz +Source4436: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lettre.tar.xz +Source4437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lettre.doc.tar.xz +Source4438: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lettrine.tar.xz +Source4439: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lettrine.doc.tar.xz +Source4441: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lewis.tar.xz +Source4442: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lewis.doc.tar.xz +Source4443: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lhelp.tar.xz +Source4444: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lhelp.doc.tar.xz +Source4446: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libgreek.tar.xz +Source4447: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libgreek.doc.tar.xz +Source4449: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/limap.tar.xz +Source4451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linegoal.tar.xz +Source4452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linegoal.doc.tar.xz +Source4454: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lipsum.tar.xz +Source4455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lipsum.doc.tar.xz +Source4457: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lisp-on-tex.tar.xz +Source4458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lisp-on-tex.doc.tar.xz +Source4459: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listing.tar.xz +Source4460: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listing.doc.tar.xz +Source4461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listlbls.tar.xz +Source4462: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listlbls.doc.tar.xz +Source4464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listliketab.tar.xz +Source4465: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listliketab.doc.tar.xz +Source4467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listofsymbols.tar.xz +Source4468: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listofsymbols.doc.tar.xz +Source4470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lkproof.tar.xz +Source4471: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lkproof.doc.tar.xz +Source4472: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lmake.tar.xz +Source4473: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lmake.doc.tar.xz +Source4475: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/locality.tar.xz +Source4476: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/locality.doc.tar.xz +Source4478: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/localloc.tar.xz +Source4479: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/localloc.doc.tar.xz +Source4481: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logbox.tar.xz +Source4482: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logbox.doc.tar.xz +Source4484: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logical-markup-utils.tar.xz +Source4485: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logical-markup-utils.doc.tar.xz +Source4486: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logpap.tar.xz +Source4487: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logpap.doc.tar.xz +Source4489: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longfigure.tar.xz +Source4490: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longfigure.doc.tar.xz +Source4492: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longnamefilelist.tar.xz +Source4493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longnamefilelist.doc.tar.xz +Source4495: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/loops.tar.xz +Source4496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/loops.doc.tar.xz +Source4497: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lsc.tar.xz +Source4498: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lsc.doc.tar.xz +Source4499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lstaddons.tar.xz +Source4500: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lstaddons.doc.tar.xz +Source4502: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lt3graph.tar.xz +Source4503: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lt3graph.doc.tar.xz +Source4504: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltablex.tar.xz +Source4505: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltablex.doc.tar.xz +Source4506: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltabptch.tar.xz +Source4507: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltabptch.doc.tar.xz +Source4508: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxdockit.tar.xz +Source4509: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxdockit.doc.tar.xz +Source4510: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxindex.tar.xz +Source4511: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxindex.doc.tar.xz +Source4513: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxkeys.tar.xz +Source4514: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxkeys.doc.tar.xz +Source4515: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxnew.tar.xz +Source4516: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxnew.doc.tar.xz +Source4518: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxtools.tar.xz +Source4519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltxtools.doc.tar.xz +Source4520: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/macroswap.tar.xz +Source4521: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/macroswap.doc.tar.xz +Source4523: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/magaz.tar.xz +Source4524: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/magaz.doc.tar.xz +Source4525: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mailing.tar.xz +Source4526: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mailing.doc.tar.xz +Source4528: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mailmerge.tar.xz +Source4529: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mailmerge.doc.tar.xz +Source4531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makebarcode.tar.xz +Source4532: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makebarcode.doc.tar.xz +Source4533: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makebox.tar.xz +Source4534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makebox.doc.tar.xz +Source4536: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makecell.tar.xz +Source4537: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makecell.doc.tar.xz +Source4539: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makecirc.tar.xz +Source4540: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makecirc.doc.tar.xz +Source4541: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makecmds.tar.xz +Source4542: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makecmds.doc.tar.xz +Source4547: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makeglos.tar.xz +Source4548: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makeglos.doc.tar.xz +Source4549: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mandi.tar.xz +Source4550: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mandi.doc.tar.xz +Source4552: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/manfnt.tar.xz +Source4554: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/manuscript.tar.xz +Source4555: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/manuscript.doc.tar.xz +Source4557: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marginfix.tar.xz +Source4558: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marginfix.doc.tar.xz +Source4560: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marginnote.tar.xz +Source4561: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marginnote.doc.tar.xz +Source4563: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathalfa.tar.xz +Source4564: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathalfa.doc.tar.xz +Source4565: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathastext.tar.xz +Source4566: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathastext.doc.tar.xz +Source4568: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathexam.tar.xz +Source4569: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathexam.doc.tar.xz +Source4571: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/maybemath.tar.xz +Source4572: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/maybemath.doc.tar.xz +Source4573: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mbenotes.tar.xz +Source4574: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mbenotes.doc.tar.xz +Source4575: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcaption.tar.xz +Source4576: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcaption.doc.tar.xz +Source4578: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mceinleger.tar.xz +Source4579: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mceinleger.doc.tar.xz +Source4580: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcite.tar.xz +Source4581: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcite.doc.tar.xz +Source4583: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mciteplus.tar.xz +Source4584: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mciteplus.doc.tar.xz +Source4585: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdframed.tar.xz +Source4586: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mdframed.doc.tar.xz +Source4588: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/media9.tar.xz +Source4589: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/media9.doc.tar.xz +Source4591: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/medstarbeamer.tar.xz +Source4592: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/medstarbeamer.doc.tar.xz +Source4593: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/meetingmins.tar.xz +Source4594: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/meetingmins.doc.tar.xz +Source4596: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/memexsupp.tar.xz +Source4597: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/memexsupp.doc.tar.xz +Source4598: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/memory.tar.xz +Source4599: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/memory.doc.tar.xz +Source4601: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/menu.tar.xz +Source4602: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/menu.doc.tar.xz +Source4604: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/menukeys.tar.xz +Source4605: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/menukeys.doc.tar.xz +Source4607: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/method.tar.xz +Source4608: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/method.doc.tar.xz +Source4610: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metre.tar.xz +Source4611: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metre.doc.tar.xz +Source4613: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfirstuc.tar.xz +Source4614: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfirstuc.doc.tar.xz +Source4616: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mftinc.tar.xz +Source4617: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mftinc.doc.tar.xz +Source4619: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/midpage.tar.xz +Source4620: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/midpage.doc.tar.xz +Source4621: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minibox.tar.xz +Source4622: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minibox.doc.tar.xz +Source4624: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minifp.tar.xz +Source4625: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minifp.doc.tar.xz +Source4627: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minipage-marginpar.tar.xz +Source4628: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minipage-marginpar.doc.tar.xz +Source4630: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minitoc.tar.xz +Source4631: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minitoc.doc.tar.xz +Source4632: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minorrevision.tar.xz +Source4633: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minorrevision.doc.tar.xz +Source4634: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minted.tar.xz +Source4635: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minted.doc.tar.xz +Source4637: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minutes.tar.xz +Source4638: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minutes.doc.tar.xz +Source4640: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mla-paper.tar.xz +Source4641: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mla-paper.doc.tar.xz +Source4642: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mlist.tar.xz +Source4643: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mlist.doc.tar.xz +Source4645: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mmap.tar.xz +Source4646: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mmap.doc.tar.xz +Source4647: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mnotes.tar.xz +Source4648: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mnotes.doc.tar.xz +Source4650: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moderncv.tar.xz +Source4651: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moderncv.doc.tar.xz +Source4652: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moderntimeline.tar.xz +Source4653: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moderntimeline.doc.tar.xz +Source4655: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modref.tar.xz +Source4656: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modref.doc.tar.xz +Source4658: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modroman.tar.xz +Source4659: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modroman.doc.tar.xz +Source4661: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/monofill.tar.xz +Source4662: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/monofill.doc.tar.xz +Source4664: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moreenum.tar.xz +Source4665: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moreenum.doc.tar.xz +Source4666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morefloats.tar.xz +Source4667: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morefloats.doc.tar.xz +Source4669: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morehype.tar.xz +Source4670: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morehype.doc.tar.xz +Source4672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moresize.tar.xz +Source4673: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moresize.doc.tar.xz +Source4675: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moreverb.tar.xz +Source4676: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moreverb.doc.tar.xz +Source4678: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morewrites.tar.xz +Source4679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morewrites.doc.tar.xz +Source4683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mparhack.tar.xz +Source4684: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mparhack.doc.tar.xz +Source4686: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/msc.tar.xz +Source4687: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/msc.doc.tar.xz +Source4688: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/msg.tar.xz +Source4689: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/msg.doc.tar.xz +Source4691: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mslapa.tar.xz +Source4692: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mslapa.doc.tar.xz +Source4693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mtgreek.tar.xz +Source4694: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mtgreek.doc.tar.xz +Source4696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multenum.tar.xz +Source4697: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multenum.doc.tar.xz +Source4698: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multiaudience.tar.xz +Source4699: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multiaudience.doc.tar.xz +Source4701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multibbl.tar.xz +Source4702: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multibbl.doc.tar.xz +Source4704: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multicap.tar.xz +Source4705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multicap.doc.tar.xz +Source4707: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multienv.tar.xz +Source4708: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multienv.doc.tar.xz +Source4710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multiexpand.tar.xz +Source4711: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multiexpand.doc.tar.xz +Source4713: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multirow.tar.xz +Source4714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multirow.doc.tar.xz +Source4715: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mversion.tar.xz +Source4716: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mversion.doc.tar.xz +Source4718: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mwe.tar.xz +Source4719: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mwe.doc.tar.xz +Source4721: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mweights.tar.xz +Source4722: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mweights.doc.tar.xz +Source4723: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mycv.tar.xz +Source4724: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mycv.doc.tar.xz +Source4726: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mylatexformat.tar.xz +Source4727: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mylatexformat.doc.tar.xz +Source4729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nag.tar.xz +Source4730: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nag.doc.tar.xz +Source4732: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nameauth.tar.xz +Source4733: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nameauth.doc.tar.xz +Source4735: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/namespc.tar.xz +Source4736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/namespc.doc.tar.xz +Source4738: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ncclatex.tar.xz +Source4739: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ncclatex.doc.tar.xz +Source4740: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/needspace.tar.xz +Source4741: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/needspace.doc.tar.xz +Source4743: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nestquot.tar.xz +Source4744: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newcommand.doc.tar.xz +Source4745: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newenviron.tar.xz +Source4746: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newenviron.doc.tar.xz +Source4747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newfile.tar.xz +Source4748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newfile.doc.tar.xz +Source4750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newlfm.tar.xz +Source4751: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newlfm.doc.tar.xz +Source4753: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newspaper.tar.xz +Source4754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newspaper.doc.tar.xz +Source4756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newunicodechar.tar.xz +Source4757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newunicodechar.doc.tar.xz +Source4759: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newvbtm.tar.xz +Source4760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newvbtm.doc.tar.xz +Source4762: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newverbs.tar.xz +Source4763: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newverbs.doc.tar.xz +Source4765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nextpage.tar.xz +Source4766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nfssext-cfr.tar.xz +Source4767: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nfssext-cfr.doc.tar.xz +Source4768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nicefilelist.tar.xz +Source4769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nicefilelist.doc.tar.xz +Source4771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/niceframe.tar.xz +Source4772: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/niceframe.doc.tar.xz +Source4774: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nicetext.tar.xz +Source4775: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nicetext.doc.tar.xz +Source4777: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nlctdoc.tar.xz +Source4778: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nlctdoc.doc.tar.xz +Source4779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noconflict.tar.xz +Source4780: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noconflict.doc.tar.xz +Source4781: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noindentafter.tar.xz +Source4782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noindentafter.doc.tar.xz +Source4783: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noitcrul.tar.xz +Source4784: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noitcrul.doc.tar.xz +Source4786: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nolbreaks.tar.xz +Source4787: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nolbreaks.doc.tar.xz +Source4788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nomencl.tar.xz +Source4789: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nomencl.doc.tar.xz +Source4791: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nomentbl.tar.xz +Source4792: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nomentbl.doc.tar.xz +Source4794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nonfloat.tar.xz +Source4795: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nonfloat.doc.tar.xz +Source4797: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nonumonpart.tar.xz +Source4798: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nonumonpart.doc.tar.xz +Source4800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nopageno.tar.xz +Source4801: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nopageno.doc.tar.xz +Source4802: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notes.tar.xz +Source4803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notes.doc.tar.xz +Source4805: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notoccite.tar.xz +Source4806: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notoccite.doc.tar.xz +Source4807: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nowidow.tar.xz +Source4808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nowidow.doc.tar.xz +Source4810: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nox.tar.xz +Source4811: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nox.doc.tar.xz +Source4812: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ntheorem.tar.xz +Source4813: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ntheorem.doc.tar.xz +Source4815: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numberedblock.tar.xz +Source4816: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numberedblock.doc.tar.xz +Source4817: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numname.tar.xz +Source4818: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numname.doc.tar.xz +Source4819: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numprint.tar.xz +Source4820: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numprint.doc.tar.xz +Source4822: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocg-p.tar.xz +Source4823: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocg-p.doc.tar.xz +Source4824: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocgx.tar.xz +Source4825: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocgx.doc.tar.xz +Source4827: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocgx2.tar.xz +Source4828: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocgx2.doc.tar.xz +Source4829: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocr-latex.tar.xz +Source4830: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ocr-latex.doc.tar.xz +Source4831: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/octavo.tar.xz +Source4832: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/octavo.doc.tar.xz +Source4834: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oldstyle.tar.xz +Source4835: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oldstyle.doc.tar.xz +Source4837: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/onlyamsmath.tar.xz +Source4838: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/onlyamsmath.doc.tar.xz +Source4840: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/opcit.tar.xz +Source4841: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/opcit.doc.tar.xz +Source4843: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/optional.tar.xz +Source4844: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/optional.doc.tar.xz +Source4845: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outline.tar.xz +Source4846: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outline.doc.tar.xz +Source4847: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outliner.tar.xz +Source4848: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outliner.doc.tar.xz +Source4849: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outlines.tar.xz +Source4850: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outlines.doc.tar.xz +Source4851: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/overpic.tar.xz +Source4852: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/overpic.doc.tar.xz +Source4853: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagecolor.tar.xz +Source4854: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagecolor.doc.tar.xz +Source4856: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagecont.tar.xz +Source4857: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagecont.doc.tar.xz +Source4859: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagenote.tar.xz +Source4860: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagenote.doc.tar.xz +Source4862: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagerange.tar.xz +Source4863: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pagerange.doc.tar.xz +Source4864: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pageslts.tar.xz +Source4865: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pageslts.doc.tar.xz +Source4867: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paper.tar.xz +Source4868: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paper.doc.tar.xz +Source4870: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/papercdcase.tar.xz +Source4871: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/papercdcase.doc.tar.xz +Source4873: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/papermas.tar.xz +Source4874: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/papermas.doc.tar.xz +Source4876: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/papertex.tar.xz +Source4877: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/papertex.doc.tar.xz +Source4879: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paracol.tar.xz +Source4880: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paracol.doc.tar.xz +Source4882: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paresse.tar.xz +Source4883: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/paresse.doc.tar.xz +Source4885: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parnotes.tar.xz +Source4886: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parnotes.doc.tar.xz +Source4887: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parselines.tar.xz +Source4888: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parselines.doc.tar.xz +Source4890: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-cours.tar.xz +Source4891: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-cours.doc.tar.xz +Source4892: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-cv.tar.xz +Source4893: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-cv.doc.tar.xz +Source4894: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-tableur.tar.xz +Source4895: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pas-tableur.doc.tar.xz +Source4896: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/patchcmd.tar.xz +Source4897: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/patchcmd.doc.tar.xz +Source4899: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pauldoc.tar.xz +Source4900: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pauldoc.doc.tar.xz +Source4902: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pawpict.tar.xz +Source4903: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pawpict.doc.tar.xz +Source4908: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pbox.tar.xz +Source4909: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pbox.doc.tar.xz +Source4911: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pbsheet.tar.xz +Source4912: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pbsheet.doc.tar.xz +Source4914: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdf14.tar.xz +Source4915: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdf14.doc.tar.xz +Source4917: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfcomment.tar.xz +Source4918: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfcomment.doc.tar.xz +Source4919: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfcprot.tar.xz +Source4920: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfcprot.doc.tar.xz +Source4922: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfmarginpar.tar.xz +Source4923: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfmarginpar.doc.tar.xz +Source4924: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfpagediff.tar.xz +Source4925: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfpagediff.doc.tar.xz +Source4926: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfscreen.tar.xz +Source4927: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfscreen.doc.tar.xz +Source4928: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfslide.tar.xz +Source4929: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfslide.doc.tar.xz +Source4930: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfsync.tar.xz +Source4931: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfsync.doc.tar.xz +Source4932: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfwin.tar.xz +Source4933: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfwin.doc.tar.xz +Source4934: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfx.tar.xz +Source4935: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfx.doc.tar.xz +Source4937: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pecha.tar.xz +Source4938: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pecha.doc.tar.xz +Source4942: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/permute.tar.xz +Source4943: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/permute.doc.tar.xz +Source4945: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/petiteannonce.tar.xz +Source4946: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/petiteannonce.doc.tar.xz +Source4947: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/philex.tar.xz +Source4948: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/philex.doc.tar.xz +Source4949: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/photo.tar.xz +Source4950: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/photo.doc.tar.xz +Source4952: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/piff.tar.xz +Source4953: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/piff.doc.tar.xz +Source4954: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pkgloader.tar.xz +Source4955: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pkgloader.doc.tar.xz +Source4956: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plantslabels.tar.xz +Source4957: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plantslabels.doc.tar.xz +Source4958: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plates.tar.xz +Source4959: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plates.doc.tar.xz +Source4960: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plweb.tar.xz +Source4961: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plweb.doc.tar.xz +Source4963: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polynom.tar.xz +Source4964: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polynom.doc.tar.xz +Source4966: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polynomial.tar.xz +Source4967: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polynomial.doc.tar.xz +Source4969: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polytable.tar.xz +Source4970: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polytable.doc.tar.xz +Source4972: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/postcards.tar.xz +Source4973: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/postcards.doc.tar.xz +Source4974: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poster-mac.tar.xz +Source4975: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poster-mac.doc.tar.xz +Source4976: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ppr-prv.tar.xz +Source4977: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ppr-prv.doc.tar.xz +Source4979: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/preprint.tar.xz +Source4980: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/preprint.doc.tar.xz +Source4982: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pressrelease.tar.xz +Source4983: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pressrelease.doc.tar.xz +Source4985: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prettyref.tar.xz +Source4986: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prettyref.doc.tar.xz +Source4988: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/printlen.tar.xz +Source4989: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/printlen.doc.tar.xz +Source4990: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/probsoln.tar.xz +Source4991: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/probsoln.doc.tar.xz +Source4993: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/program.tar.xz +Source4994: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/program.doc.tar.xz +Source4995: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/progress.tar.xz +Source4996: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/progress.doc.tar.xz +Source4997: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/progressbar.tar.xz +Source4998: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/progressbar.doc.tar.xz +Source4999: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/proofread.tar.xz +Source5000: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/proofread.doc.tar.xz +Source5002: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/properties.tar.xz +Source5003: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/properties.doc.tar.xz +Source5004: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prosper.tar.xz +Source5005: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prosper.doc.tar.xz +Source5006: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/protex.tar.xz +Source5007: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/protex.doc.tar.xz +Source5008: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/protocol.tar.xz +Source5009: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/protocol.doc.tar.xz +Source5011: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psfragx.tar.xz +Source5012: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psfragx.doc.tar.xz +Source5017: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstool.tar.xz +Source5018: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstool.doc.tar.xz +Source5020: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxgreeks.tar.xz +Source5021: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxgreeks.doc.tar.xz +Source5023: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/python.tar.xz +Source5024: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/python.doc.tar.xz +Source5025: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qcm.tar.xz +Source5026: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qcm.doc.tar.xz +Source5028: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qstest.tar.xz +Source5029: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qstest.doc.tar.xz +Source5031: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qsymbols.tar.xz +Source5032: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/qsymbols.doc.tar.xz +Source5034: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quotchap.tar.xz +Source5035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quotchap.doc.tar.xz +Source5037: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quoting.tar.xz +Source5038: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quoting.doc.tar.xz +Source5040: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quotmark.tar.xz +Source5041: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quotmark.doc.tar.xz +Source5043: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ran_toks.tar.xz +Source5044: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ran_toks.doc.tar.xz +Source5046: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randtext.tar.xz +Source5047: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randtext.doc.tar.xz +Source5048: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rccol.tar.xz +Source5049: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rccol.doc.tar.xz +Source5051: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rcs-multi.tar.xz +Source5052: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rcs-multi.doc.tar.xz +Source5054: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rcsinfo.tar.xz +Source5055: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rcsinfo.doc.tar.xz +Source5057: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/readarray.tar.xz +Source5058: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/readarray.doc.tar.xz +Source5059: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/realboxes.tar.xz +Source5060: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/realboxes.doc.tar.xz +Source5062: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recipe.tar.xz +Source5063: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recipe.doc.tar.xz +Source5064: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recipebook.tar.xz +Source5065: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recipebook.doc.tar.xz +Source5066: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recipecard.tar.xz +Source5067: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/recipecard.doc.tar.xz +Source5069: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rectopma.tar.xz +Source5070: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rectopma.doc.tar.xz +Source5071: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refcheck.tar.xz +Source5072: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refcheck.doc.tar.xz +Source5073: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refenums.tar.xz +Source5074: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refenums.doc.tar.xz +Source5075: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/reflectgraphics.tar.xz +Source5076: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/reflectgraphics.doc.tar.xz +Source5078: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refman.tar.xz +Source5079: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refman.doc.tar.xz +Source5081: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refstyle.tar.xz +Source5082: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/refstyle.doc.tar.xz +Source5084: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/regcount.tar.xz +Source5085: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/regcount.doc.tar.xz +Source5087: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/regexpatch.tar.xz +Source5088: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/regexpatch.doc.tar.xz +Source5090: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/register.tar.xz +Source5091: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/register.doc.tar.xz +Source5093: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/regstats.tar.xz +Source5094: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/regstats.doc.tar.xz +Source5096: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/relenc.tar.xz +Source5097: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/relenc.doc.tar.xz +Source5099: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/relsize.tar.xz +Source5100: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/relsize.doc.tar.xz +Source5101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/repeatindex.tar.xz +Source5102: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/repeatindex.doc.tar.xz +Source5103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/repltext.tar.xz +Source5104: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/repltext.doc.tar.xz +Source5106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rjlparshap.tar.xz +Source5107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rjlparshap.doc.tar.xz +Source5109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rlepsf.tar.xz +Source5110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rlepsf.doc.tar.xz +Source5111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rmpage.tar.xz +Source5112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rmpage.doc.tar.xz +Source5113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/robustcommand.tar.xz +Source5114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/robustcommand.doc.tar.xz +Source5116: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/robustindex.tar.xz +Source5117: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/robustindex.doc.tar.xz +Source5118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romanbar.tar.xz +Source5119: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romanbar.doc.tar.xz +Source5121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romanbarpagenumber.tar.xz +Source5122: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romanbarpagenumber.doc.tar.xz +Source5124: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romanneg.tar.xz +Source5125: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romanneg.doc.tar.xz +Source5126: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romannum.tar.xz +Source5127: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/romannum.doc.tar.xz +Source5129: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rotfloat.tar.xz +Source5130: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rotfloat.doc.tar.xz +Source5132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rotpages.tar.xz +Source5133: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rotpages.doc.tar.xz +Source5134: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/roundbox.tar.xz +Source5135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/roundbox.doc.tar.xz +Source5136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rterface.tar.xz +Source5137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rterface.doc.tar.xz +Source5138: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rtkinenc.tar.xz +Source5139: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rtkinenc.doc.tar.xz +Source5141: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rulercompass.tar.xz +Source5142: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rulercompass.doc.tar.xz +Source5144: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rvwrite.tar.xz +Source5145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rvwrite.doc.tar.xz +Source5146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/savefnmark.tar.xz +Source5147: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/savefnmark.doc.tar.xz +Source5149: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/savesym.tar.xz +Source5150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/savetrees.tar.xz +Source5151: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/savetrees.doc.tar.xz +Source5153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scale.tar.xz +Source5154: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scale.doc.tar.xz +Source5156: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scalebar.tar.xz +Source5157: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scalebar.doc.tar.xz +Source5159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scalerel.tar.xz +Source5160: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scalerel.doc.tar.xz +Source5161: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scanpages.tar.xz +Source5162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scanpages.doc.tar.xz +Source5163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sdrt.tar.xz +Source5164: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sdrt.doc.tar.xz +Source5165: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/secdot.tar.xz +Source5166: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/secdot.doc.tar.xz +Source5167: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sectionbox.tar.xz +Source5168: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sectionbox.doc.tar.xz +Source5169: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sectsty.tar.xz +Source5170: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sectsty.doc.tar.xz +Source5172: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seealso.tar.xz +Source5173: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seealso.doc.tar.xz +Source5175: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/selectp.tar.xz +Source5176: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/selectp.doc.tar.xz +Source5177: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semantic.tar.xz +Source5178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semantic.doc.tar.xz +Source5180: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semioneside.tar.xz +Source5181: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semioneside.doc.tar.xz +Source5183: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semproc.tar.xz +Source5184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semproc.doc.tar.xz +Source5186: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sepfootnotes.tar.xz +Source5187: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sepfootnotes.doc.tar.xz +Source5188: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seqsplit.tar.xz +Source5189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seqsplit.doc.tar.xz +Source5191: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sf298.tar.xz +Source5192: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sf298.doc.tar.xz +Source5194: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sffms.tar.xz +Source5195: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sffms.doc.tar.xz +Source5197: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sfmath.tar.xz +Source5198: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shadethm.tar.xz +Source5199: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shadethm.doc.tar.xz +Source5200: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shadow.tar.xz +Source5201: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shadow.doc.tar.xz +Source5202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shadowtext.tar.xz +Source5203: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shadowtext.doc.tar.xz +Source5204: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shapepar.tar.xz +Source5205: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shapepar.doc.tar.xz +Source5206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shdoc.tar.xz +Source5207: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shdoc.doc.tar.xz +Source5209: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shipunov.tar.xz +Source5210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shipunov.doc.tar.xz +Source5211: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shorttoc.tar.xz +Source5212: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shorttoc.doc.tar.xz +Source5214: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/show2e.tar.xz +Source5215: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/show2e.doc.tar.xz +Source5217: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showcharinbox.tar.xz +Source5218: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showcharinbox.doc.tar.xz +Source5220: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showdim.tar.xz +Source5221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showdim.doc.tar.xz +Source5222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showexpl.tar.xz +Source5223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showexpl.doc.tar.xz +Source5225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showlabels.tar.xz +Source5226: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showlabels.doc.tar.xz +Source5228: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sidecap.tar.xz +Source5229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sidecap.doc.tar.xz +Source5231: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sidenotes.tar.xz +Source5232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sidenotes.doc.tar.xz +Source5234: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/silence.tar.xz +Source5235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/silence.doc.tar.xz +Source5237: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplecd.tar.xz +Source5238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplecd.doc.tar.xz +Source5240: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplecv.tar.xz +Source5241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplecv.doc.tar.xz +Source5243: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplewick.tar.xz +Source5244: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplewick.doc.tar.xz +Source5246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sitem.tar.xz +Source5247: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sitem.doc.tar.xz +Source5249: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skb.tar.xz +Source5250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skb.doc.tar.xz +Source5252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skdoc.tar.xz +Source5253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skdoc.doc.tar.xz +Source5255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skeycommand.tar.xz +Source5256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skeycommand.doc.tar.xz +Source5257: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skeyval.tar.xz +Source5258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skeyval.doc.tar.xz +Source5259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skrapport.tar.xz +Source5260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skrapport.doc.tar.xz +Source5262: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/slantsc.tar.xz +Source5263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/slantsc.doc.tar.xz +Source5265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smalltableof.tar.xz +Source5266: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smalltableof.doc.tar.xz +Source5267: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smartref.tar.xz +Source5268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smartref.doc.tar.xz +Source5269: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/snapshot.tar.xz +Source5270: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/snapshot.doc.tar.xz +Source5272: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/snotez.tar.xz +Source5273: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/snotez.doc.tar.xz +Source5274: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/soul.tar.xz +Source5275: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/soul.doc.tar.xz +Source5277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sparklines.tar.xz +Source5278: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sparklines.doc.tar.xz +Source5279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sphack.tar.xz +Source5280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sphack.doc.tar.xz +Source5284: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spot.tar.xz +Source5285: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spot.doc.tar.xz +Source5287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spotcolor.tar.xz +Source5288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spotcolor.doc.tar.xz +Source5289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spreadtab.tar.xz +Source5290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spreadtab.doc.tar.xz +Source5291: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spverbatim.tar.xz +Source5292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spverbatim.doc.tar.xz +Source5294: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/srbook-mem.tar.xz +Source5295: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/srbook-mem.doc.tar.xz +Source5296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/srcltx.tar.xz +Source5297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/srcltx.doc.tar.xz +Source5299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sseq.tar.xz +Source5300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sseq.doc.tar.xz +Source5302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sslides.tar.xz +Source5303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sslides.doc.tar.xz +Source5304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stack.tar.xz +Source5306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stackengine.tar.xz +Source5307: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stackengine.doc.tar.xz +Source5308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/standalone.tar.xz +Source5309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/standalone.doc.tar.xz +Source5311: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statistik.tar.xz +Source5312: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statistik.doc.tar.xz +Source5314: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stdclsdv.tar.xz +Source5315: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stdclsdv.doc.tar.xz +Source5317: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stdpage.tar.xz +Source5318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stdpage.doc.tar.xz +Source5320: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stex.tar.xz +Source5321: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stex.doc.tar.xz +Source5323: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/storebox.tar.xz +Source5324: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/storebox.doc.tar.xz +Source5326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/storecmd.tar.xz +Source5327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/storecmd.doc.tar.xz +Source5328: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stringstrings.tar.xz +Source5329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stringstrings.doc.tar.xz +Source5331: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sttools.tar.xz +Source5332: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sttools.doc.tar.xz +Source5334: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stubs.tar.xz +Source5335: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stubs.doc.tar.xz +Source5336: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subdepth.tar.xz +Source5337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subdepth.doc.tar.xz +Source5339: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subeqn.tar.xz +Source5340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subeqn.doc.tar.xz +Source5342: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subeqnarray.tar.xz +Source5343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subeqnarray.doc.tar.xz +Source5345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfigmat.tar.xz +Source5346: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfigmat.doc.tar.xz +Source5347: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfigure.tar.xz +Source5348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfigure.doc.tar.xz +Source5350: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfiles.tar.xz +Source5351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfiles.doc.tar.xz +Source5353: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfloat.tar.xz +Source5354: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subfloat.doc.tar.xz +Source5356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/substitutefont.tar.xz +Source5357: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/substitutefont.doc.tar.xz +Source5358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/substr.tar.xz +Source5359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/substr.doc.tar.xz +Source5360: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/supertabular.tar.xz +Source5361: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/supertabular.doc.tar.xz +Source5363: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svg.tar.xz +Source5364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svg.doc.tar.xz +Source5366: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svgcolor.tar.xz +Source5367: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svgcolor.doc.tar.xz +Source5368: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svn.tar.xz +Source5369: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svn.doc.tar.xz +Source5374: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svninfo.tar.xz +Source5375: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svninfo.doc.tar.xz +Source5377: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/syntax.tar.xz +Source5378: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/syntax.doc.tar.xz +Source5379: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/syntrace.tar.xz +Source5380: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/syntrace.doc.tar.xz +Source5382: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/synttree.tar.xz +Source5383: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/synttree.doc.tar.xz +Source5385: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabfigures.tar.xz +Source5386: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabfigures.doc.tar.xz +Source5388: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tableaux.tar.xz +Source5389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tableaux.doc.tar.xz +Source5390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablefootnote.tar.xz +Source5391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablefootnote.doc.tar.xz +Source5393: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tableof.tar.xz +Source5394: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tableof.doc.tar.xz +Source5396: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablestyles.tar.xz +Source5397: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablestyles.doc.tar.xz +Source5399: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablists.tar.xz +Source5400: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablists.doc.tar.xz +Source5402: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabls.tar.xz +Source5403: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabls.doc.tar.xz +Source5404: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabstackengine.tar.xz +Source5405: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabstackengine.doc.tar.xz +Source5406: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabto-ltx.tar.xz +Source5407: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabto-ltx.doc.tar.xz +Source5408: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabu.tar.xz +Source5409: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabu.doc.tar.xz +Source5411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabularborder.tar.xz +Source5412: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabularborder.doc.tar.xz +Source5414: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabularcalc.tar.xz +Source5415: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabularcalc.doc.tar.xz +Source5416: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabularew.tar.xz +Source5417: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabularew.doc.tar.xz +Source5419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabulary.tar.xz +Source5420: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabulary.doc.tar.xz +Source5422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tagging.tar.xz +Source5423: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tagging.doc.tar.xz +Source5424: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tagpair.tar.xz +Source5425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tagpair.doc.tar.xz +Source5426: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/talk.tar.xz +Source5427: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/talk.doc.tar.xz +Source5429: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tamefloats.tar.xz +Source5430: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tamefloats.doc.tar.xz +Source5431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tasks.tar.xz +Source5432: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tasks.doc.tar.xz +Source5433: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tcldoc.tar.xz +Source5434: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tcldoc.doc.tar.xz +Source5436: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tcolorbox.tar.xz +Source5437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tcolorbox.doc.tar.xz +Source5438: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tdclock.tar.xz +Source5439: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tdclock.doc.tar.xz +Source5440: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/technics.tar.xz +Source5441: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/technics.doc.tar.xz +Source5442: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ted.tar.xz +Source5443: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ted.doc.tar.xz +Source5445: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/templatetools.tar.xz +Source5446: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/templatetools.doc.tar.xz +Source5448: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termcal.tar.xz +Source5449: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termcal.doc.tar.xz +Source5451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termlist.tar.xz +Source5452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termlist.doc.tar.xz +Source5454: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/testhyphens.tar.xz +Source5455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/testhyphens.doc.tar.xz +Source5457: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-label.tar.xz +Source5458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-label.doc.tar.xz +Source5460: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlogos.tar.xz +Source5461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texmate.tar.xz +Source5462: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texmate.doc.tar.xz +Source5464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texments.tar.xz +Source5465: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texments.doc.tar.xz +Source5467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texpower.tar.xz +Source5468: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texpower.doc.tar.xz +Source5470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texshade.tar.xz +Source5471: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texshade.doc.tar.xz +Source5473: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textfit.tar.xz +Source5474: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textfit.doc.tar.xz +Source5476: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textgreek.tar.xz +Source5477: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textgreek.doc.tar.xz +Source5479: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textmerg.tar.xz +Source5480: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textmerg.doc.tar.xz +Source5482: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textpos.tar.xz +Source5483: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textpos.doc.tar.xz +Source5485: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/theoremref.tar.xz +Source5486: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/theoremref.doc.tar.xz +Source5487: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thinsp.tar.xz +Source5488: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thinsp.doc.tar.xz +Source5489: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thmtools.tar.xz +Source5490: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thmtools.doc.tar.xz +Source5492: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threadcol.tar.xz +Source5493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threadcol.doc.tar.xz +Source5495: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threeparttable.tar.xz +Source5496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threeparttable.doc.tar.xz +Source5497: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threeparttablex.tar.xz +Source5498: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threeparttablex.doc.tar.xz +Source5499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thumb.tar.xz +Source5500: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thumb.doc.tar.xz +Source5502: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thumbs.tar.xz +Source5503: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thumbs.doc.tar.xz +Source5505: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thumby.tar.xz +Source5506: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thumby.doc.tar.xz +Source5507: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ticket.tar.xz +Source5508: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ticket.doc.tar.xz +Source5509: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlecaps.tar.xz +Source5510: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlecaps.doc.tar.xz +Source5511: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlefoot.tar.xz +Source5512: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlepic.tar.xz +Source5513: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlepic.doc.tar.xz +Source5514: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titleref.tar.xz +Source5515: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titleref.doc.tar.xz +Source5516: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlesec.tar.xz +Source5517: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titlesec.doc.tar.xz +Source5518: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titling.tar.xz +Source5519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/titling.doc.tar.xz +Source5521: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocbibind.tar.xz +Source5522: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocbibind.doc.tar.xz +Source5524: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocloft.tar.xz +Source5525: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocloft.doc.tar.xz +Source5527: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocvsec2.tar.xz +Source5528: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocvsec2.doc.tar.xz +Source5530: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/todo.tar.xz +Source5531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/todo.doc.tar.xz +Source5533: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/todonotes.tar.xz +Source5534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/todonotes.doc.tar.xz +Source5536: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tokenizer.tar.xz +Source5537: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tokenizer.doc.tar.xz +Source5538: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/toolbox.tar.xz +Source5539: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/toolbox.doc.tar.xz +Source5541: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/topfloat.tar.xz +Source5542: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/topfloat.doc.tar.xz +Source5543: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/totcount.tar.xz +Source5544: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/totcount.doc.tar.xz +Source5546: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/totpages.tar.xz +Source5547: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/totpages.doc.tar.xz +Source5549: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translations.tar.xz +Source5550: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translations.doc.tar.xz +Source5551: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trfsigns.tar.xz +Source5552: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trfsigns.doc.tar.xz +Source5554: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trimspaces.tar.xz +Source5555: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trimspaces.doc.tar.xz +Source5557: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trivfloat.tar.xz +Source5558: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trivfloat.doc.tar.xz +Source5560: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trsym.tar.xz +Source5561: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trsym.doc.tar.xz +Source5563: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/truncate.tar.xz +Source5564: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/truncate.doc.tar.xz +Source5565: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tucv.tar.xz +Source5566: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tucv.doc.tar.xz +Source5568: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turnthepage.tar.xz +Source5569: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turnthepage.doc.tar.xz +Source5570: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/twoinone.tar.xz +Source5571: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/twoinone.doc.tar.xz +Source5572: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/twoup.tar.xz +Source5573: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/twoup.doc.tar.xz +Source5575: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txgreeks.tar.xz +Source5576: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txgreeks.doc.tar.xz +Source5578: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/type1cm.tar.xz +Source5579: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/type1cm.doc.tar.xz +Source5581: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typeface.tar.xz +Source5582: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typeface.doc.tar.xz +Source5584: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typogrid.tar.xz +Source5585: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typogrid.doc.tar.xz +Source5587: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uassign.tar.xz +Source5588: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uassign.doc.tar.xz +Source5589: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucs.tar.xz +Source5590: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucs.doc.tar.xz +Source5591: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uebungsblatt.tar.xz +Source5592: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uebungsblatt.doc.tar.xz +Source5593: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umoline.tar.xz +Source5594: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umoline.doc.tar.xz +Source5596: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/underlin.tar.xz +Source5597: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/underlin.doc.tar.xz +Source5599: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/underoverlap.tar.xz +Source5600: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/underoverlap.doc.tar.xz +Source5601: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/undolabl.tar.xz +Source5602: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/undolabl.doc.tar.xz +Source5604: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/units.tar.xz +Source5605: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/units.doc.tar.xz +Source5607: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unravel.tar.xz +Source5608: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unravel.doc.tar.xz +Source5610: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upmethodology.tar.xz +Source5611: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upmethodology.doc.tar.xz +Source5612: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upquote.tar.xz +Source5613: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upquote.doc.tar.xz +Source5615: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uri.tar.xz +Source5616: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uri.doc.tar.xz +Source5618: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ushort.tar.xz +Source5619: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ushort.doc.tar.xz +Source5621: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varindex.tar.xz +Source5622: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varindex.doc.tar.xz +Source5624: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varsfromjobname.tar.xz +Source5625: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varsfromjobname.doc.tar.xz +Source5626: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varwidth.tar.xz +Source5627: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varwidth.doc.tar.xz +Source5628: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vdmlisting.tar.xz +Source5629: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vdmlisting.doc.tar.xz +Source5630: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbasef.tar.xz +Source5631: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbasef.doc.tar.xz +Source5632: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbatimbox.tar.xz +Source5633: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbatimbox.doc.tar.xz +Source5634: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbatimcopy.tar.xz +Source5635: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbatimcopy.doc.tar.xz +Source5636: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbdef.tar.xz +Source5637: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbdef.doc.tar.xz +Source5638: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbments.tar.xz +Source5639: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/verbments.doc.tar.xz +Source5640: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/version.tar.xz +Source5641: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/version.doc.tar.xz +Source5642: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/versions.tar.xz +Source5643: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/versions.doc.tar.xz +Source5644: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/versonotes.tar.xz +Source5645: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/versonotes.doc.tar.xz +Source5647: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vertbars.tar.xz +Source5648: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vertbars.doc.tar.xz +Source5650: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vgrid.tar.xz +Source5651: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vgrid.doc.tar.xz +Source5653: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vhistory.tar.xz +Source5654: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vhistory.doc.tar.xz +Source5655: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vmargin.tar.xz +Source5656: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vmargin.doc.tar.xz +Source5658: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/volumes.tar.xz +Source5659: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/volumes.doc.tar.xz +Source5663: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vruler.tar.xz +Source5664: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vruler.doc.tar.xz +Source5665: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vwcol.tar.xz +Source5666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vwcol.doc.tar.xz +Source5668: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wallpaper.tar.xz +Source5669: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wallpaper.doc.tar.xz +Source5670: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/warning.tar.xz +Source5671: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/warning.doc.tar.xz +Source5672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/warpcol.tar.xz +Source5673: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/warpcol.doc.tar.xz +Source5675: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/was.tar.xz +Source5676: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/was.doc.tar.xz +Source5678: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/widetable.tar.xz +Source5679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/widetable.doc.tar.xz +Source5681: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/williams.tar.xz +Source5682: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/williams.doc.tar.xz +Source5683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/withargs.tar.xz +Source5684: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/withargs.doc.tar.xz +Source5685: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wordlike.tar.xz +Source5686: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wordlike.doc.tar.xz +Source5688: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wrapfig.tar.xz +Source5689: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wrapfig.doc.tar.xz +Source5690: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xargs.tar.xz +Source5691: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xargs.doc.tar.xz +Source5693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcolor-solarized.tar.xz +Source5694: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcolor-solarized.doc.tar.xz +Source5696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcomment.tar.xz +Source5697: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcomment.doc.tar.xz +Source5698: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xdoc.tar.xz +Source5699: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xdoc.doc.tar.xz +Source5701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xfor.tar.xz +Source5702: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xfor.doc.tar.xz +Source5704: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xhfill.tar.xz +Source5705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xhfill.doc.tar.xz +Source5706: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xint.tar.xz +Source5707: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xint.doc.tar.xz +Source5709: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xmpincl.tar.xz +Source5710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xmpincl.doc.tar.xz +Source5712: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xnewcommand.tar.xz +Source5713: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xnewcommand.doc.tar.xz +Source5714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xoptarg.tar.xz +Source5715: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xoptarg.doc.tar.xz +Source5716: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpatch.tar.xz +Source5717: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpatch.doc.tar.xz +Source5719: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpeek.tar.xz +Source5720: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpeek.doc.tar.xz +Source5722: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xprintlen.tar.xz +Source5723: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xprintlen.doc.tar.xz +Source5724: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpunctuate.tar.xz +Source5725: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpunctuate.doc.tar.xz +Source5727: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xstring.tar.xz +Source5728: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xstring.doc.tar.xz +Source5729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xtab.tar.xz +Source5730: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xtab.doc.tar.xz +Source5732: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xwatermark.tar.xz +Source5733: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xwatermark.doc.tar.xz +Source5734: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xytree.tar.xz +Source5735: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xytree.doc.tar.xz +Source5736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yafoot.tar.xz +Source5737: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yafoot.doc.tar.xz +Source5739: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yagusylo.tar.xz +Source5740: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yagusylo.doc.tar.xz +Source5742: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ydoc.tar.xz +Source5743: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ydoc.doc.tar.xz +Source5747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zed-csp.tar.xz +Source5748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zed-csp.doc.tar.xz +Source5749: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ziffer.tar.xz +Source5750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ziffer.doc.tar.xz +Source5751: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zwgetfdate.tar.xz +Source5752: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zwgetfdate.doc.tar.xz +Source5753: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zwpagelayout.tar.xz +Source5754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zwpagelayout.doc.tar.xz +Source5755: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enigma.tar.xz +Source5756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/enigma.doc.tar.xz +Source5757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interpreter.tar.xz +Source5758: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interpreter.doc.tar.xz +Source5759: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lua-check-hyphen.tar.xz +Source5760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lua-check-hyphen.doc.tar.xz +Source5761: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lua-visual-debug.tar.xz +Source5762: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lua-visual-debug.doc.tar.xz +Source5765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luabibentry.tar.xz +Source5766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luabibentry.doc.tar.xz +Source5768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luabidi.tar.xz +Source5769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luabidi.doc.tar.xz +Source5770: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luacode.tar.xz +Source5771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luacode.doc.tar.xz +Source5773: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luaindex.tar.xz +Source5774: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luaindex.doc.tar.xz +Source5776: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luainputenc.tar.xz +Source5777: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luainputenc.doc.tar.xz +Source5779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luaintro.doc.tar.xz +Source5780: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualatex-doc.doc.tar.xz +Source5782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualatex-math.tar.xz +Source5783: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualatex-math.doc.tar.xz +Source5785: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualibs.tar.xz +Source5786: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualibs.doc.tar.xz +Source5788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luamplib.tar.xz +Source5789: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luamplib.doc.tar.xz +Source5794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luasseq.tar.xz +Source5795: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luasseq.doc.tar.xz +Source5797: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatexbase.tar.xz +Source5798: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatexbase.doc.tar.xz +Source5800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatexko.tar.xz +Source5801: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatexko.doc.tar.xz +Source5802: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatextra.tar.xz +Source5803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatextra.doc.tar.xz +Source5805: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatodonotes.tar.xz +Source5806: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatodonotes.doc.tar.xz +Source5808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luaxml.tar.xz +Source5809: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luaxml.doc.tar.xz +Source5810: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/odsfile.tar.xz +Source5811: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/odsfile.doc.tar.xz +Source5812: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/placeat.tar.xz +Source5813: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/placeat.doc.tar.xz +Source5815: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/selnolig.tar.xz +Source5816: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/selnolig.doc.tar.xz +Source5817: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showhyphens.tar.xz +Source5818: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/showhyphens.doc.tar.xz +Source5819: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spelling.tar.xz +Source5820: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spelling.doc.tar.xz +Source5821: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucharcat.tar.xz +Source5822: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucharcat.doc.tar.xz +Source5824: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/commath.tar.xz +Source5825: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/commath.doc.tar.xz +Source5826: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concmath.tar.xz +Source5827: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concmath.doc.tar.xz +Source5829: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concrete.tar.xz +Source5830: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/concrete.doc.tar.xz +Source5831: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/conteq.tar.xz +Source5832: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/conteq.doc.tar.xz +Source5834: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebproof.tar.xz +Source5835: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebproof.doc.tar.xz +Source5836: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqnarray.tar.xz +Source5837: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqnarray.doc.tar.xz +Source5839: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extarrows.tar.xz +Source5840: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extarrows.doc.tar.xz +Source5841: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extpfeil.tar.xz +Source5842: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/extpfeil.doc.tar.xz +Source5844: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/faktor.tar.xz +Source5845: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/faktor.doc.tar.xz +Source5847: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grundgesetze.tar.xz +Source5848: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grundgesetze.doc.tar.xz +Source5850: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interval.tar.xz +Source5851: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interval.doc.tar.xz +Source5852: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ionumbers.tar.xz +Source5853: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ionumbers.doc.tar.xz +Source5855: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isomath.tar.xz +Source5856: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isomath.doc.tar.xz +Source5857: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logicproof.tar.xz +Source5858: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/logicproof.doc.tar.xz +Source5860: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lpform.tar.xz +Source5861: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lpform.doc.tar.xz +Source5862: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lplfitch.tar.xz +Source5863: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lplfitch.doc.tar.xz +Source5865: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathcomp.tar.xz +Source5866: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathcomp.doc.tar.xz +Source5868: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mattens.tar.xz +Source5869: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mattens.doc.tar.xz +Source5871: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mhequ.tar.xz +Source5872: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mhequ.doc.tar.xz +Source5873: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multiobjective.tar.xz +Source5874: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multiobjective.doc.tar.xz +Source5876: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/natded.tar.xz +Source5877: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/natded.doc.tar.xz +Source5878: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nath.tar.xz +Source5879: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nath.doc.tar.xz +Source5880: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ot-tableau.tar.xz +Source5881: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ot-tableau.doc.tar.xz +Source5882: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oubraces.tar.xz +Source5883: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oubraces.doc.tar.xz +Source5884: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/perfectcut.tar.xz +Source5885: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/perfectcut.doc.tar.xz +Source5886: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prftree.tar.xz +Source5887: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prftree.doc.tar.xz +Source5888: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/proba.tar.xz +Source5889: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/proba.doc.tar.xz +Source5891: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rec-thy.tar.xz +Source5892: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rec-thy.doc.tar.xz +Source5893: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ribbonproofs.tar.xz +Source5894: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ribbonproofs.doc.tar.xz +Source5895: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rmathbr.tar.xz +Source5896: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rmathbr.doc.tar.xz +Source5898: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sesamanuel.tar.xz +Source5899: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sesamanuel.doc.tar.xz +Source5901: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shuffle.tar.xz +Source5902: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shuffle.doc.tar.xz +Source5904: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skmath.tar.xz +Source5905: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/skmath.doc.tar.xz +Source5907: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statex.tar.xz +Source5908: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statex.doc.tar.xz +Source5909: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statex2.tar.xz +Source5910: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statex2.doc.tar.xz +Source5911: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subsupscripts.tar.xz +Source5912: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/subsupscripts.doc.tar.xz +Source5913: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/susy.tar.xz +Source5914: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/susy.doc.tar.xz +Source5915: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/syllogism.tar.xz +Source5916: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/syllogism.doc.tar.xz +Source5917: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sympytexpackage.tar.xz +Source5918: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sympytexpackage.doc.tar.xz +Source5920: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/synproof.tar.xz +Source5921: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/synproof.doc.tar.xz +Source5922: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablor.tar.xz +Source5923: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tablor.doc.tar.xz +Source5924: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tensor.tar.xz +Source5925: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tensor.doc.tar.xz +Source5927: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-ewd.tar.xz +Source5928: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-ewd.doc.tar.xz +Source5929: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thmbox.tar.xz +Source5930: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thmbox.doc.tar.xz +Source5932: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turnstile.tar.xz +Source5933: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turnstile.doc.tar.xz +Source5935: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unicode-math.tar.xz +Source5936: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unicode-math.doc.tar.xz +Source5938: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/venn.tar.xz +Source5939: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/venn.doc.tar.xz +Source5940: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yhmath.tar.xz +Source5941: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yhmath.doc.tar.xz +Source5943: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ytableau.tar.xz +Source5944: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ytableau.doc.tar.xz +Source5946: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drv.tar.xz +Source5947: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drv.doc.tar.xz +Source5948: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dviincl.tar.xz +Source5949: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dviincl.doc.tar.xz +Source5950: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emp.tar.xz +Source5951: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emp.doc.tar.xz +Source5953: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsincl.tar.xz +Source5954: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsincl.doc.tar.xz +Source5955: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/expressg.tar.xz +Source5956: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/expressg.doc.tar.xz +Source5958: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exteps.tar.xz +Source5959: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exteps.doc.tar.xz +Source5960: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/featpost.tar.xz +Source5961: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/featpost.doc.tar.xz +Source5962: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feynmf.tar.xz +Source5963: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feynmf.doc.tar.xz +Source5965: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feynmp-auto.tar.xz +Source5966: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/feynmp-auto.doc.tar.xz +Source5968: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/garrigues.tar.xz +Source5969: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/garrigues.doc.tar.xz +Source5970: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmp.tar.xz +Source5971: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gmp.doc.tar.xz +Source5973: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexmp.tar.xz +Source5974: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexmp.doc.tar.xz +Source5975: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcf2graph.tar.xz +Source5976: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcf2graph.doc.tar.xz +Source5977: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metago.tar.xz +Source5978: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metago.doc.tar.xz +Source5979: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metaobj.tar.xz +Source5980: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metaobj.doc.tar.xz +Source5981: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metaplot.tar.xz +Source5982: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metaplot.doc.tar.xz +Source5983: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metauml.tar.xz +Source5984: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/metauml.doc.tar.xz +Source5985: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfpic.tar.xz +Source5986: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfpic.doc.tar.xz +Source5988: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfpic4ode.tar.xz +Source5989: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mfpic4ode.doc.tar.xz +Source5991: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mp3d.tar.xz +Source5992: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mp3d.doc.tar.xz +Source5993: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpcolornames.tar.xz +Source5994: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpcolornames.doc.tar.xz +Source5996: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpattern.tar.xz +Source5997: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpattern.doc.tar.xz +Source5998: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpgraphics.tar.xz +Source5999: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpgraphics.doc.tar.xz +Source6001: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/piechartmp.tar.xz +Source6002: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/piechartmp.doc.tar.xz +Source6003: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/repere.tar.xz +Source6004: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/repere.doc.tar.xz +Source6005: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/roex.tar.xz +Source6007: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/roundrect.tar.xz +Source6008: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/roundrect.doc.tar.xz +Source6010: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shapes.tar.xz +Source6011: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shapes.doc.tar.xz +Source6013: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/slideshow.tar.xz +Source6014: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/slideshow.doc.tar.xz +Source6015: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/splines.tar.xz +Source6016: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/splines.doc.tar.xz +Source6018: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/suanpan.tar.xz +Source6019: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/suanpan.doc.tar.xz +Source6020: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textpath.tar.xz +Source6021: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textpath.doc.tar.xz +Source6022: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threeddice.tar.xz +Source6023: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/threeddice.doc.tar.xz +Source6024: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figbas.tar.xz +Source6025: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figbas.doc.tar.xz +Source6026: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gchords.tar.xz +Source6027: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gchords.doc.tar.xz +Source6028: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gtrcrd.tar.xz +Source6029: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gtrcrd.doc.tar.xz +Source6030: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/guitar.tar.xz +Source6031: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/guitar.doc.tar.xz +Source6033: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/guitarchordschemes.tar.xz +Source6034: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/guitarchordschemes.doc.tar.xz +Source6035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harmony.tar.xz +Source6036: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/harmony.doc.tar.xz +Source6037: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leadsheets.tar.xz +Source6038: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/leadsheets.doc.tar.xz +Source6044: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musixguit.tar.xz +Source6045: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musixguit.doc.tar.xz +Source6049: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musixtex-fonts.tar.xz +Source6050: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musixtex-fonts.doc.tar.xz +Source6053: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/piano.tar.xz +Source6054: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/piano.doc.tar.xz +Source6059: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/songbook.tar.xz +Source6060: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/songbook.doc.tar.xz +Source6062: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/songs.tar.xz +Source6063: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/songs.doc.tar.xz +Source6065: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpiano.tar.xz +Source6066: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xpiano.doc.tar.xz +Source6068: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mxedruli.tar.xz +Source6069: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mxedruli.doc.tar.xz +Source6072: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/otibet.tar.xz +Source6073: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/otibet.doc.tar.xz +Source6075: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsf-dvipdfmx.tar.xz +Source6076: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/epsf-dvipdfmx.doc.tar.xz +Source6077: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figflow.tar.xz +Source6078: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/figflow.doc.tar.xz +Source6079: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixpdfmag.tar.xz +Source6080: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/font-change.tar.xz +Source6081: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/font-change.doc.tar.xz +Source6082: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontch.tar.xz +Source6083: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontch.doc.tar.xz +Source6084: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/getoptk.tar.xz +Source6085: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/getoptk.doc.tar.xz +Source6086: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfnotation.tar.xz +Source6087: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfnotation.doc.tar.xz +Source6088: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphics-pln.tar.xz +Source6089: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphics-pln.doc.tar.xz +Source6091: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyplain.tar.xz +Source6092: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyplain.doc.tar.xz +Source6093: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/js-misc.tar.xz +Source6094: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/js-misc.doc.tar.xz +Source6095: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mkpattern.tar.xz +Source6096: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mkpattern.doc.tar.xz +Source6097: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newsletr.tar.xz +Source6098: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/newsletr.doc.tar.xz +Source6099: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pitex.tar.xz +Source6100: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pitex.doc.tar.xz +Source6101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/placeins-plain.tar.xz +Source6102: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plipsum.tar.xz +Source6103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plipsum.doc.tar.xz +Source6104: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plnfss.tar.xz +Source6105: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plnfss.doc.tar.xz +Source6106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plstmary.tar.xz +Source6107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plstmary.doc.tar.xz +Source6108: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/present.tar.xz +Source6109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/present.doc.tar.xz +Source6110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumemac.tar.xz +Source6111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumemac.doc.tar.xz +Source6112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texinfo.tar.xz +Source6113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/timetable.tar.xz +Source6114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/treetex.tar.xz +Source6115: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/treetex.doc.tar.xz +Source6116: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varisize.tar.xz +Source6117: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/varisize.doc.tar.xz +Source6118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xii.doc.tar.xz +Source6119: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dsptricks.tar.xz +Source6120: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dsptricks.doc.tar.xz +Source6121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makeplot.tar.xz +Source6122: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makeplot.doc.tar.xz +Source6124: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdftricks.tar.xz +Source6125: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdftricks.doc.tar.xz +Source6126: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdftricks2.tar.xz +Source6127: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdftricks2.doc.tar.xz +Source6130: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psbao.tar.xz +Source6131: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psbao.doc.tar.xz +Source6132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-2dplot.tar.xz +Source6133: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-2dplot.doc.tar.xz +Source6134: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-3d.tar.xz +Source6135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-3d.doc.tar.xz +Source6137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-3dplot.tar.xz +Source6138: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-3dplot.doc.tar.xz +Source6139: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-abspos.tar.xz +Source6140: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-abspos.doc.tar.xz +Source6142: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-am.tar.xz +Source6143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-am.doc.tar.xz +Source6145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-asr.tar.xz +Source6146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-asr.doc.tar.xz +Source6147: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-bar.tar.xz +Source6148: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-bar.doc.tar.xz +Source6150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-barcode.tar.xz +Source6151: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-barcode.doc.tar.xz +Source6152: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-bezier.tar.xz +Source6153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-bezier.doc.tar.xz +Source6155: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-blur.tar.xz +Source6156: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-blur.doc.tar.xz +Source6158: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-bspline.tar.xz +Source6159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-bspline.doc.tar.xz +Source6160: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-calendar.tar.xz +Source6161: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-calendar.doc.tar.xz +Source6162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-circ.tar.xz +Source6163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-circ.doc.tar.xz +Source6164: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-coil.tar.xz +Source6165: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-coil.doc.tar.xz +Source6166: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-cox.tar.xz +Source6167: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-cox.doc.tar.xz +Source6168: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-dbicons.tar.xz +Source6169: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-dbicons.doc.tar.xz +Source6171: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-diffraction.tar.xz +Source6172: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-diffraction.doc.tar.xz +Source6174: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-electricfield.tar.xz +Source6175: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-electricfield.doc.tar.xz +Source6177: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-eps.tar.xz +Source6178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-eps.doc.tar.xz +Source6180: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-eucl.tar.xz +Source6181: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-eucl.doc.tar.xz +Source6182: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-exa.tar.xz +Source6183: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-exa.doc.tar.xz +Source6184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fill.tar.xz +Source6185: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fill.doc.tar.xz +Source6187: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fit.tar.xz +Source6188: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fit.doc.tar.xz +Source6190: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fr3d.tar.xz +Source6191: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fr3d.doc.tar.xz +Source6193: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fractal.tar.xz +Source6194: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fractal.doc.tar.xz +Source6195: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fun.tar.xz +Source6196: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-fun.doc.tar.xz +Source6198: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-func.tar.xz +Source6199: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-func.doc.tar.xz +Source6200: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-gantt.tar.xz +Source6201: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-gantt.doc.tar.xz +Source6202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-geo.tar.xz +Source6203: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-geo.doc.tar.xz +Source6204: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ghsb.tar.xz +Source6205: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ghsb.doc.tar.xz +Source6206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-gr3d.tar.xz +Source6207: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-gr3d.doc.tar.xz +Source6209: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-grad.tar.xz +Source6210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-grad.doc.tar.xz +Source6211: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-graphicx.tar.xz +Source6212: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-graphicx.doc.tar.xz +Source6213: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-infixplot.tar.xz +Source6214: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-infixplot.doc.tar.xz +Source6215: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-intersect.tar.xz +Source6216: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-intersect.doc.tar.xz +Source6218: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-jtree.tar.xz +Source6219: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-jtree.doc.tar.xz +Source6220: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-knot.tar.xz +Source6221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-knot.doc.tar.xz +Source6222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-labo.tar.xz +Source6223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-labo.doc.tar.xz +Source6224: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-layout.tar.xz +Source6225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-layout.doc.tar.xz +Source6226: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-lens.tar.xz +Source6227: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-lens.doc.tar.xz +Source6229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-light3d.tar.xz +Source6230: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-light3d.doc.tar.xz +Source6232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-magneticfield.tar.xz +Source6233: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-magneticfield.doc.tar.xz +Source6235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-math.tar.xz +Source6236: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-math.doc.tar.xz +Source6237: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-mirror.tar.xz +Source6238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-mirror.doc.tar.xz +Source6239: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-node.tar.xz +Source6240: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-node.doc.tar.xz +Source6241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ob3d.tar.xz +Source6242: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ob3d.doc.tar.xz +Source6244: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ode.tar.xz +Source6245: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ode.doc.tar.xz +Source6246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-optexp.tar.xz +Source6247: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-optexp.doc.tar.xz +Source6249: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-optic.tar.xz +Source6250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-optic.doc.tar.xz +Source6252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-osci.tar.xz +Source6253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-osci.doc.tar.xz +Source6254: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ovl.tar.xz +Source6255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-ovl.doc.tar.xz +Source6256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-pad.tar.xz +Source6257: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-pad.doc.tar.xz +Source6259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-pdgr.tar.xz +Source6260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-pdgr.doc.tar.xz +Source6262: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-perspective.tar.xz +Source6263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-perspective.doc.tar.xz +Source6264: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-platon.tar.xz +Source6265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-platon.doc.tar.xz +Source6267: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-plot.tar.xz +Source6268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-plot.doc.tar.xz +Source6269: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-poly.tar.xz +Source6270: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-poly.doc.tar.xz +Source6271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-pulley.tar.xz +Source6272: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-pulley.doc.tar.xz +Source6274: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-qtree.tar.xz +Source6275: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-qtree.doc.tar.xz +Source6276: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-rubans.tar.xz +Source6277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-rubans.doc.tar.xz +Source6279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-sigsys.tar.xz +Source6280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-sigsys.doc.tar.xz +Source6281: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-slpe.tar.xz +Source6282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-slpe.doc.tar.xz +Source6284: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-solarsystem.tar.xz +Source6285: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-solarsystem.doc.tar.xz +Source6287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-solides3d.tar.xz +Source6288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-solides3d.doc.tar.xz +Source6289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-soroban.tar.xz +Source6290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-soroban.doc.tar.xz +Source6292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-spectra.tar.xz +Source6293: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-spectra.doc.tar.xz +Source6294: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-spirograph.tar.xz +Source6295: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-spirograph.doc.tar.xz +Source6296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-stru.tar.xz +Source6297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-stru.doc.tar.xz +Source6298: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-support.doc.tar.xz +Source6299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-text.tar.xz +Source6300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-text.doc.tar.xz +Source6302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-thick.tar.xz +Source6303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-thick.doc.tar.xz +Source6305: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-tools.tar.xz +Source6306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-tools.doc.tar.xz +Source6307: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-tree.tar.xz +Source6308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-tree.doc.tar.xz +Source6310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-tvz.tar.xz +Source6311: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-tvz.doc.tar.xz +Source6313: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-uml.tar.xz +Source6314: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-uml.doc.tar.xz +Source6316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vectorian.tar.xz +Source6317: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vectorian.doc.tar.xz +Source6318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vowel.tar.xz +Source6319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vowel.doc.tar.xz +Source6320: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vue3d.tar.xz +Source6321: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vue3d.doc.tar.xz +Source6325: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstricks.tar.xz +Source6326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstricks.doc.tar.xz +Source6327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstricks-add.tar.xz +Source6328: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstricks-add.doc.tar.xz +Source6329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstricks_calcnotes.doc.tar.xz +Source6330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uml.tar.xz +Source6331: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uml.doc.tar.xz +Source6333: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vaucanson-g.tar.xz +Source6334: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vaucanson-g.doc.tar.xz +Source6335: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vocaltract.tar.xz +Source6336: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vocaltract.doc.tar.xz +Source6337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/IEEEconf.tar.xz +Source6338: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/IEEEconf.doc.tar.xz +Source6340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/IEEEtran.tar.xz +Source6341: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/IEEEtran.doc.tar.xz +Source6342: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/confproc.tar.xz +Source6343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/confproc.doc.tar.xz +Source6345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dccpaper.tar.xz +Source6346: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dccpaper.doc.tar.xz +Source6348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dithesis.tar.xz +Source6349: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dithesis.doc.tar.xz +Source6350: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebook.tar.xz +Source6351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebook.doc.tar.xz +Source6352: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebsthesis.tar.xz +Source6353: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ebsthesis.doc.tar.xz +Source6355: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ejpecp.tar.xz +Source6356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ejpecp.doc.tar.xz +Source6358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ekaia.tar.xz +Source6359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ekaia.doc.tar.xz +Source6361: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elbioimp.tar.xz +Source6362: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elbioimp.doc.tar.xz +Source6364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elsarticle.tar.xz +Source6365: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elsarticle.doc.tar.xz +Source6367: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elteikthesis.tar.xz +Source6368: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/elteikthesis.doc.tar.xz +Source6370: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/erdc.tar.xz +Source6371: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/erdc.doc.tar.xz +Source6373: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/estcpmm.tar.xz +Source6374: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/estcpmm.doc.tar.xz +Source6376: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fbithesis.tar.xz +Source6377: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fbithesis.doc.tar.xz +Source6379: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fcavtex.tar.xz +Source6380: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fcavtex.doc.tar.xz +Source6381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fcltxdoc.tar.xz +Source6382: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fcltxdoc.doc.tar.xz +Source6384: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fei.tar.xz +Source6385: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fei.doc.tar.xz +Source6387: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gaceta.tar.xz +Source6388: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gaceta.doc.tar.xz +Source6389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gatech-thesis.tar.xz +Source6390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gatech-thesis.doc.tar.xz +Source6391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gsemthesis.tar.xz +Source6392: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gsemthesis.doc.tar.xz +Source6394: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gzt.tar.xz +Source6395: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gzt.doc.tar.xz +Source6397: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/har2nat.tar.xz +Source6398: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/har2nat.doc.tar.xz +Source6399: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hobete.tar.xz +Source6400: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hobete.doc.tar.xz +Source6401: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/icsv.tar.xz +Source6402: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/icsv.doc.tar.xz +Source6404: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ieeepes.tar.xz +Source6405: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ieeepes.doc.tar.xz +Source6406: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ijmart.tar.xz +Source6407: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ijmart.doc.tar.xz +Source6409: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imac.tar.xz +Source6410: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imac.doc.tar.xz +Source6411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imtekda.tar.xz +Source6412: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imtekda.doc.tar.xz +Source6414: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jmlr.tar.xz +Source6415: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jmlr.doc.tar.xz +Source6417: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jpsj.tar.xz +Source6418: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jpsj.doc.tar.xz +Source6419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kdgdocs.tar.xz +Source6420: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kdgdocs.doc.tar.xz +Source6422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kluwer.tar.xz +Source6423: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kluwer.doc.tar.xz +Source6425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lps.tar.xz +Source6426: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lps.doc.tar.xz +Source6428: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/matc3.tar.xz +Source6429: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/matc3.doc.tar.xz +Source6431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/matc3mem.tar.xz +Source6432: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/matc3mem.doc.tar.xz +Source6434: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcmthesis.tar.xz +Source6435: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcmthesis.doc.tar.xz +Source6437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mentis.tar.xz +Source6438: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mentis.doc.tar.xz +Source6440: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mnras.tar.xz +Source6441: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mnras.doc.tar.xz +Source6442: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/msu-thesis.tar.xz +Source6443: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/msu-thesis.doc.tar.xz +Source6444: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mugsthesis.tar.xz +Source6445: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mugsthesis.doc.tar.xz +Source6447: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musuos.tar.xz +Source6448: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musuos.doc.tar.xz +Source6450: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/muthesis.tar.xz +Source6451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/muthesis.doc.tar.xz +Source6452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nature.tar.xz +Source6453: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nature.doc.tar.xz +Source6454: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nddiss.tar.xz +Source6455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nddiss.doc.tar.xz +Source6457: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ndsu-thesis.tar.xz +Source6458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ndsu-thesis.doc.tar.xz +Source6459: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nih.tar.xz +Source6460: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nih.doc.tar.xz +Source6461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nostarch.tar.xz +Source6462: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nostarch.doc.tar.xz +Source6464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nrc.tar.xz +Source6465: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nrc.doc.tar.xz +Source6467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/onrannual.tar.xz +Source6468: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/onrannual.doc.tar.xz +Source6469: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/opteng.tar.xz +Source6470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/opteng.doc.tar.xz +Source6471: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/philosophersimprint.tar.xz +Source6472: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/philosophersimprint.doc.tar.xz +Source6474: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pittetd.tar.xz +Source6475: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pittetd.doc.tar.xz +Source6477: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pkuthss.tar.xz +Source6478: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pkuthss.doc.tar.xz +Source6479: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/powerdot-FUBerlin.tar.xz +Source6480: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/powerdot-FUBerlin.doc.tar.xz +Source6481: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pracjourn.tar.xz +Source6482: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pracjourn.doc.tar.xz +Source6484: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/procIAGssymp.tar.xz +Source6485: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/procIAGssymp.doc.tar.xz +Source6486: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/proposal.tar.xz +Source6487: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/proposal.doc.tar.xz +Source6489: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptptex.tar.xz +Source6490: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptptex.doc.tar.xz +Source6491: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psu-thesis.tar.xz +Source6492: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/psu-thesis.doc.tar.xz +Source6493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resphilosophica.tar.xz +Source6494: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resphilosophica.doc.tar.xz +Source6496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumecls.tar.xz +Source6497: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumecls.doc.tar.xz +Source6499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/revtex.tar.xz +Source6500: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/revtex.doc.tar.xz +Source6502: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/revtex4.tar.xz +Source6503: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/revtex4.doc.tar.xz +Source6505: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ryethesis.tar.xz +Source6506: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ryethesis.doc.tar.xz +Source6508: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sageep.tar.xz +Source6509: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sageep.doc.tar.xz +Source6511: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sapthesis.tar.xz +Source6512: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sapthesis.doc.tar.xz +Source6513: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scrjrnl.tar.xz +Source6514: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scrjrnl.doc.tar.xz +Source6516: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schule.tar.xz +Source6517: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/schule.doc.tar.xz +Source6519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sduthesis.tar.xz +Source6520: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sduthesis.doc.tar.xz +Source6522: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seuthesis.tar.xz +Source6523: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seuthesis.doc.tar.xz +Source6525: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/soton.tar.xz +Source6526: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/soton.doc.tar.xz +Source6527: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sphdthesis.tar.xz +Source6528: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sphdthesis.doc.tar.xz +Source6529: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spie.tar.xz +Source6530: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spie.doc.tar.xz +Source6531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sr-vorl.tar.xz +Source6532: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sr-vorl.doc.tar.xz +Source6534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stellenbosch.tar.xz +Source6535: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stellenbosch.doc.tar.xz +Source6537: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/suftesi.tar.xz +Source6538: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/suftesi.doc.tar.xz +Source6540: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sugconf.tar.xz +Source6541: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sugconf.doc.tar.xz +Source6542: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabriz-thesis.tar.xz +Source6543: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tabriz-thesis.doc.tar.xz +Source6544: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texilikechaps.tar.xz +Source6545: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texilikecover.tar.xz +Source6546: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thesis-ekf.tar.xz +Source6547: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thesis-ekf.doc.tar.xz +Source6549: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thesis-titlepage-fhac.tar.xz +Source6550: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thesis-titlepage-fhac.doc.tar.xz +Source6552: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thuthesis.tar.xz +Source6553: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thuthesis.doc.tar.xz +Source6555: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/toptesi.tar.xz +Source6556: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/toptesi.doc.tar.xz +Source6558: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tudscr.tar.xz +Source6559: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tudscr.doc.tar.xz +Source6561: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tugboat.tar.xz +Source6562: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tugboat.doc.tar.xz +Source6564: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tugboat-plain.tar.xz +Source6565: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tugboat-plain.doc.tar.xz +Source6566: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turabian.tar.xz +Source6567: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/turabian.doc.tar.xz +Source6568: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tui.tar.xz +Source6569: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tui.doc.tar.xz +Source6570: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uaclasses.tar.xz +Source6571: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uaclasses.doc.tar.xz +Source6576: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uafthesis.tar.xz +Source6577: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uafthesis.doc.tar.xz +Source6578: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucbthesis.tar.xz +Source6579: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucbthesis.doc.tar.xz +Source6580: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucdavisthesis.tar.xz +Source6581: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucdavisthesis.doc.tar.xz +Source6583: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucthesis.tar.xz +Source6584: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucthesis.doc.tar.xz +Source6585: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uestcthesis.tar.xz +Source6586: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uestcthesis.doc.tar.xz +Source6587: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uiucredborder.tar.xz +Source6588: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uiucredborder.doc.tar.xz +Source6590: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uiucthesis.tar.xz +Source6591: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uiucthesis.doc.tar.xz +Source6593: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ulthese.tar.xz +Source6594: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ulthese.doc.tar.xz +Source6596: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umthesis.tar.xz +Source6597: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umthesis.doc.tar.xz +Source6598: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umich-thesis.tar.xz +Source6599: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umich-thesis.doc.tar.xz +Source6600: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unamth-template.doc.tar.xz +Source6601: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unamthesis.tar.xz +Source6602: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unamthesis.doc.tar.xz +Source6603: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unswcover.tar.xz +Source6604: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unswcover.doc.tar.xz +Source6605: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uothesis.tar.xz +Source6606: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uothesis.doc.tar.xz +Source6608: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/urcls.tar.xz +Source6609: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/urcls.doc.tar.xz +Source6610: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uowthesis.tar.xz +Source6611: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uowthesis.doc.tar.xz +Source6612: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uowthesistitlepage.tar.xz +Source6613: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uowthesistitlepage.doc.tar.xz +Source6614: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uspatent.tar.xz +Source6615: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uspatent.doc.tar.xz +Source6616: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ut-thesis.tar.xz +Source6617: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ut-thesis.doc.tar.xz +Source6618: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uwthesis.tar.xz +Source6619: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uwthesis.doc.tar.xz +Source6620: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vancouver.tar.xz +Source6621: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/vancouver.doc.tar.xz +Source6622: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wsemclassic.tar.xz +Source6623: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wsemclassic.doc.tar.xz +Source6625: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcookybooky.tar.xz +Source6626: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcookybooky.doc.tar.xz +Source6628: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yathesis.tar.xz +Source6629: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yathesis.doc.tar.xz +Source6631: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/york-thesis.tar.xz +Source6632: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/york-thesis.doc.tar.xz +Source6634: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/SIstyle.tar.xz +Source6635: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/SIstyle.doc.tar.xz +Source6637: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/SIunits.tar.xz +Source6638: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/SIunits.doc.tar.xz +Source6640: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/complexity.tar.xz +Source6641: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/complexity.doc.tar.xz +Source6642: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/computational-complexity.tar.xz +Source6643: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/computational-complexity.doc.tar.xz +Source6645: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cryptocode.tar.xz +Source6646: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cryptocode.doc.tar.xz +Source6647: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/digiconfigs.tar.xz +Source6648: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/digiconfigs.doc.tar.xz +Source6649: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drawstack.tar.xz +Source6650: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drawstack.doc.tar.xz +Source6651: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dyntree.tar.xz +Source6652: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dyntree.doc.tar.xz +Source6654: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eltex.tar.xz +Source6655: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eltex.doc.tar.xz +Source6656: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endiagram.tar.xz +Source6657: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endiagram.doc.tar.xz +Source6658: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/engtlc.tar.xz +Source6659: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/engtlc.doc.tar.xz +Source6660: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fouridx.tar.xz +Source6661: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fouridx.doc.tar.xz +Source6663: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/functan.tar.xz +Source6664: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/functan.doc.tar.xz +Source6666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/galois.tar.xz +Source6667: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/galois.doc.tar.xz +Source6669: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gastex.tar.xz +Source6670: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gastex.doc.tar.xz +Source6671: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gene-logic.tar.xz +Source6672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gene-logic.doc.tar.xz +Source6673: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ghsystem.tar.xz +Source6674: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ghsystem.doc.tar.xz +Source6675: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gu.tar.xz +Source6676: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gu.doc.tar.xz +Source6677: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hep.tar.xz +Source6678: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hep.doc.tar.xz +Source6679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepnames.tar.xz +Source6680: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepnames.doc.tar.xz +Source6681: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepparticles.tar.xz +Source6682: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepparticles.doc.tar.xz +Source6683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepthesis.tar.xz +Source6684: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepthesis.doc.tar.xz +Source6685: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepunits.tar.xz +Source6686: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hepunits.doc.tar.xz +Source6687: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/karnaugh.tar.xz +Source6688: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/karnaugh.doc.tar.xz +Source6689: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/karnaughmap.tar.xz +Source6690: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/karnaughmap.doc.tar.xz +Source6692: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/matlab-prettifier.tar.xz +Source6693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/matlab-prettifier.doc.tar.xz +Source6695: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mhchem.tar.xz +Source6696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mhchem.doc.tar.xz +Source6697: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/miller.tar.xz +Source6698: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/miller.doc.tar.xz +Source6700: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mychemistry.tar.xz +Source6701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mychemistry.doc.tar.xz +Source6702: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nuc.tar.xz +Source6703: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nuc.doc.tar.xz +Source6704: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/objectz.tar.xz +Source6705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/objectz.doc.tar.xz +Source6707: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/physics.tar.xz +Source6708: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/physics.doc.tar.xz +Source6709: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pseudocode.tar.xz +Source6710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pseudocode.doc.tar.xz +Source6713: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sasnrdisplay.tar.xz +Source6714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sasnrdisplay.doc.tar.xz +Source6715: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sciposter.tar.xz +Source6716: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sciposter.doc.tar.xz +Source6717: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sclang-prettifier.tar.xz +Source6718: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sclang-prettifier.doc.tar.xz +Source6720: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sfg.tar.xz +Source6721: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sfg.doc.tar.xz +Source6722: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/siunitx.tar.xz +Source6723: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/siunitx.doc.tar.xz +Source6725: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/steinmetz.tar.xz +Source6726: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/steinmetz.doc.tar.xz +Source6728: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/struktex.tar.xz +Source6729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/struktex.doc.tar.xz +Source6731: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/substances.tar.xz +Source6732: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/substances.doc.tar.xz +Source6733: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/t-angles.tar.xz +Source6734: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/t-angles.doc.tar.xz +Source6735: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textopo.tar.xz +Source6736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textopo.doc.tar.xz +Source6741: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unitsdef.tar.xz +Source6742: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unitsdef.doc.tar.xz +Source6744: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xymtex.tar.xz +Source6745: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xymtex.doc.tar.xz +Source6747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/youngtab.tar.xz +Source6748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/youngtab.doc.tar.xz +Source6750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixlatvian.tar.xz +Source6751: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixlatvian.doc.tar.xz +Source6753: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontbook.tar.xz +Source6754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontbook.doc.tar.xz +Source6756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontwrap.tar.xz +Source6757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontwrap.doc.tar.xz +Source6758: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interchar.tar.xz +Source6759: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/interchar.doc.tar.xz +Source6760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathspec.tar.xz +Source6761: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathspec.doc.tar.xz +Source6762: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/philokalia.tar.xz +Source6763: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/philokalia.doc.tar.xz +Source6765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polyglossia.tar.xz +Source6766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polyglossia.doc.tar.xz +Source6768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptext.tar.xz +Source6769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptext.doc.tar.xz +Source6770: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quran.tar.xz +Source6771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quran.doc.tar.xz +Source6772: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/realscripts.tar.xz +Source6773: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/realscripts.doc.tar.xz +Source6775: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucharclasses.tar.xz +Source6776: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucharclasses.doc.tar.xz +Source6777: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unisugar.tar.xz +Source6778: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unisugar.doc.tar.xz +Source6779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xebaposter.tar.xz +Source6780: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xebaposter.doc.tar.xz +Source6781: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xecjk.tar.xz +Source6782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xecjk.doc.tar.xz +Source6784: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xecolor.tar.xz +Source6785: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xecolor.doc.tar.xz +Source6786: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xecyr.tar.xz +Source6787: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xecyr.doc.tar.xz +Source6788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xeindex.tar.xz +Source6789: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xeindex.doc.tar.xz +Source6790: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xepersian.tar.xz +Source6791: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xepersian.doc.tar.xz +Source6793: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xesearch.tar.xz +Source6794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xesearch.doc.tar.xz +Source6795: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xespotcolor.tar.xz +Source6796: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xespotcolor.doc.tar.xz +Source6799: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-itrans.tar.xz +Source6800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-itrans.doc.tar.xz +Source6801: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-pstricks.tar.xz +Source6802: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-pstricks.doc.tar.xz +Source6803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-tibetan.tar.xz +Source6804: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetex-tibetan.doc.tar.xz +Source6805: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetexfontinfo.tar.xz +Source6806: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetexfontinfo.doc.tar.xz +Source6807: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetexko.tar.xz +Source6808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xetexko.doc.tar.xz +Source6809: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xevlna.tar.xz +Source6810: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xevlna.doc.tar.xz +Source6811: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xltxtra.tar.xz +Source6812: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xltxtra.doc.tar.xz +Source6814: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xunicode.tar.xz +Source6815: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xunicode.doc.tar.xz +Source6816: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-docindex.tar.xz +Source6817: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-docindex.doc.tar.xz +Source7023: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-basic.tar.xz +Source7035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-bibtexextra.tar.xz +Source7036: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-latex.tar.xz +Source7043: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-binextra.tar.xz +Source7101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-context.tar.xz +Source7105: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-fontsextra.tar.xz +Source7106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-fontsrecommended.tar.xz +Source7107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-fontutils.tar.xz +Source7118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-formatsextra.tar.xz +Source7123: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-games.tar.xz +Source7131: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-humanities.tar.xz +Source7134: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langarabic.tar.xz +Source7135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langchinese.tar.xz +Source7136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langcjk.tar.xz +Source7137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langcyrillic.tar.xz +Source7139: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langczechslovak.tar.xz +Source7143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langenglish.tar.xz +Source7144: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langeuropean.tar.xz +Source7145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langfrench.tar.xz +Source7146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langgerman.tar.xz +Source7147: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langgreek.tar.xz +Source7152: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langitalian.tar.xz +Source7153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langjapanese.tar.xz +Source7159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langkorean.tar.xz +Source7161: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langother.tar.xz +Source7162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langpolish.tar.xz +Source7164: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langportuguese.tar.xz +Source7165: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-langspanish.tar.xz +Source7166: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-latexextra.tar.xz +Source7167: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-latexrecommended.tar.xz +Source7169: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-pictures.tar.xz +Source7184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-luatex.tar.xz +Source7188: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-metapost.tar.xz +Source7189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-music.tar.xz +Source7199: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-pstricks.tar.xz +Source7202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-publishers.tar.xz +Source7206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-xetex.tar.xz +Source7207: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-basic.tar.xz +Source7208: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-context.tar.xz +Source7209: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-full.tar.xz +Source7210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-gust.tar.xz +Source7211: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-medium.tar.xz +Source7212: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-minimal.tar.xz +Source7213: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-small.tar.xz +Source7214: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scheme-tetex.tar.xz +Source7216: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acmart.tar.xz +Source7217: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/acmart.doc.tar.xz +Source7219: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabi-add.tar.xz +Source7220: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabi-add.doc.tar.xz +Source7221: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabluatex.tar.xz +Source7223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arabluatex.doc.tar.xz +Source7224: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/archaeologie.tar.xz +Source7225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/archaeologie.doc.tar.xz +Source7226: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asapsym.tar.xz +Source7227: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asapsym.doc.tar.xz +Source7229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asciilist.tar.xz +Source7230: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asciilist.doc.tar.xz +Source7232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-belarusian.tar.xz +Source7233: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-belarusian.doc.tar.xz +Source7235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-macedonian.tar.xz +Source7236: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-macedonian.doc.tar.xz +Source7238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-occitan.tar.xz +Source7239: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-occitan.doc.tar.xz +Source7241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-vietnamese.doc.tar.xz +Source7242: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamercolorthemeowl.tar.xz +Source7243: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamercolorthemeowl.doc.tar.xz +Source7245: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-detlevcm.tar.xz +Source7246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-detlevcm.doc.tar.xz +Source7247: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-epyt.tar.xz +Source7248: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-epyt.doc.tar.xz +Source7249: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-metropolis.tar.xz +Source7250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-metropolis.doc.tar.xz +Source7252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer-verona.tar.xz +Source7253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamer-verona.doc.tar.xz +Source7254: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-abnt.tar.xz +Source7255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-abnt.doc.tar.xz +Source7256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-bookinother.tar.xz +Source7257: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-bookinother.doc.tar.xz +Source7258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-iso690.tar.xz +Source7259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-iso690.doc.tar.xz +Source7260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-morenames.tar.xz +Source7261: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-morenames.doc.tar.xz +Source7262: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibletext.tar.xz +Source7263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibletext.doc.tar.xz +Source7265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bibtexperllibs.doc.tar.xz +Source7267: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bitpattern.tar.xz +Source7268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bitpattern.doc.tar.xz +Source7270: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/breakcites.tar.xz +Source7271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/breakcites.doc.tar.xz +Source7272: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxdvidriver.tar.xz +Source7273: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxdvidriver.doc.tar.xz +Source7274: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxenclose.tar.xz +Source7275: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxenclose.doc.tar.xz +Source7276: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxnewfont.tar.xz +Source7277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxnewfont.doc.tar.xz +Source7278: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxpapersize.tar.xz +Source7279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxpapersize.doc.tar.xz +Source7280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carbohydrates.tar.xz +Source7281: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/carbohydrates.doc.tar.xz +Source7282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chivo.tar.xz +Source7283: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chivo.doc.tar.xz +Source7285: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/churchslavonic.tar.xz +Source7286: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/churchslavonic.doc.tar.xz +Source7287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmdtrack.tar.xz +Source7288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmdtrack.doc.tar.xz +Source7290: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmexb.tar.xz +Source7291: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmexb.doc.tar.xz +Source7292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cochineal.tar.xz +Source7293: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cochineal.doc.tar.xz +Source7294: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coloring.tar.xz +Source7295: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/coloring.doc.tar.xz +Source7296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/continue.tar.xz +Source7297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/continue.doc.tar.xz +Source7299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cquthesis.tar.xz +Source7300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cquthesis.doc.tar.xz +Source7302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crimson.tar.xz +Source7303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crimson.doc.tar.xz +Source7304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctablestack.tar.xz +Source7305: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ctablestack.doc.tar.xz +Source7307: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delimseasy.tar.xz +Source7308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delimseasy.doc.tar.xz +Source7309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drawmatrix.tar.xz +Source7310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/drawmatrix.doc.tar.xz +Source7315: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dynamicnumber.tar.xz +Source7316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dynamicnumber.doc.tar.xz +Source7318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecobiblatex.tar.xz +Source7319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecobiblatex.doc.tar.xz +Source7320: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/econometrics.tar.xz +Source7321: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/econometrics.doc.tar.xz +Source7322: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/einfuehrung2.doc.tar.xz +Source7323: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ellipse.tar.xz +Source7324: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ellipse.doc.tar.xz +Source7326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emisa.tar.xz +Source7327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emisa.doc.tar.xz +Source7329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exercises.tar.xz +Source7330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exercises.doc.tar.xz +Source7332: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ffslides.tar.xz +Source7333: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ffslides.doc.tar.xz +Source7334: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fibeamer.tar.xz +Source7335: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fibeamer.doc.tar.xz +Source7337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixcmex.tar.xz +Source7338: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixcmex.doc.tar.xz +Source7340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/font-change-xetex.tar.xz +Source7341: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/font-change-xetex.doc.tar.xz +Source7342: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnotehyper.tar.xz +Source7343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footnotehyper.doc.tar.xz +Source7348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/getitems.tar.xz +Source7349: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/getitems.doc.tar.xz +Source7351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitlog.tar.xz +Source7352: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitlog.doc.tar.xz +Source7353: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-extra.tar.xz +Source7354: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-extra.doc.tar.xz +Source7356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gloss-occitan.tar.xz +Source7357: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gloss-occitan.doc.tar.xz +Source7359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gobble.tar.xz +Source7360: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gobble.doc.tar.xz +Source7362: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gradstudentresume.tar.xz +Source7363: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gradstudentresume.doc.tar.xz +Source7364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphics-cfg.tar.xz +Source7365: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphics-cfg.doc.tar.xz +Source7366: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greektonoi.tar.xz +Source7367: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/greektonoi.doc.tar.xz +Source7371: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/h2020proposal.tar.xz +Source7372: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/h2020proposal.doc.tar.xz +Source7375: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-bulgarian.doc.tar.xz +Source7376: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-churchslavonic.tar.xz +Source7379: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-occitan.tar.xz +Source7380: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-sanskrit.doc.tar.xz +Source7381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-spanish.doc.tar.xz +Source7385: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ietfbibs.doc.tar.xz +Source7386: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iffont.tar.xz +Source7387: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iffont.doc.tar.xz +Source7389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imfellenglish.tar.xz +Source7390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/imfellenglish.doc.tar.xz +Source7391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jacow.tar.xz +Source7392: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jacow.doc.tar.xz +Source7393: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyvaltable.tar.xz +Source7394: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyvaltable.doc.tar.xz +Source7396: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ksp-thesis.tar.xz +Source7397: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ksp-thesis.doc.tar.xz +Source7398: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/langsci.tar.xz +Source7399: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/langsci.doc.tar.xz +Source7400: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex2e-help-texinfo-fr.doc.tar.xz +Source7401: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-bib2-ex.doc.tar.xz +Source7402: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-tds.doc.tar.xz +Source7404: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinegc.tar.xz +Source7405: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinegc.doc.tar.xz +Source7406: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinus.tar.xz +Source7407: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinus.doc.tar.xz +Source7408: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinust1math.tar.xz +Source7409: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinust1math.doc.tar.xz +Source7410: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librebodoni.tar.xz +Source7411: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/librebodoni.doc.tar.xz +Source7412: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linop.tar.xz +Source7413: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/linop.doc.tar.xz +Source7414: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longfbox.tar.xz +Source7415: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longfbox.doc.tar.xz +Source7416: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lroundrect.tar.xz +Source7417: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lroundrect.doc.tar.xz +Source7419: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lstbayes.tar.xz +Source7420: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lstbayes.doc.tar.xz +Source7422: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatex85.tar.xz +Source7423: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luatex85.doc.tar.xz +Source7425: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makebase.tar.xz +Source7426: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/makebase.doc.tar.xz +Source7428: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/markdown.tar.xz +Source7429: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/markdown.doc.tar.xz +Source7431: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathpartir.tar.xz +Source7432: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathpartir.doc.tar.xz +Source7437: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/miama.tar.xz +Source7438: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/miama.doc.tar.xz +Source7440: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moodle.tar.xz +Source7441: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/moodle.doc.tar.xz +Source7443: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mparrows.tar.xz +Source7444: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mparrows.doc.tar.xz +Source7445: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multidef.tar.xz +Source7446: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multidef.doc.tar.xz +Source7448: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mynsfc.tar.xz +Source7449: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mynsfc.doc.tar.xz +Source7451: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nihbiosketch.tar.xz +Source7452: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nihbiosketch.doc.tar.xz +Source7453: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nimbus15.tar.xz +Source7454: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nimbus15.doc.tar.xz +Source7455: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/normalcolor.tar.xz +Source7456: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/normalcolor.doc.tar.xz +Source7458: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noto.tar.xz +Source7459: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/noto.doc.tar.xz +Source7460: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nucleardata.tar.xz +Source7461: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nucleardata.doc.tar.xz +Source7463: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nwejm.tar.xz +Source7464: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nwejm.doc.tar.xz +Source7466: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/optidef.tar.xz +Source7467: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/optidef.doc.tar.xz +Source7468: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/options.tar.xz +Source7469: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/options.doc.tar.xz +Source7470: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parades.tar.xz +Source7471: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/parades.doc.tar.xz +Source7473: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pbibtex-base.tar.xz +Source7474: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pbibtex-base.doc.tar.xz +Source7478: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfornament.tar.xz +Source7479: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfornament.doc.tar.xz +Source7480: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-spectra.tar.xz +Source7481: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgf-spectra.doc.tar.xz +Source7482: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/platex.tar.xz +Source7483: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/platex.doc.tar.xz +Source7489: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prooftrees.tar.xz +Source7490: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/prooftrees.doc.tar.xz +Source7491: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-cie.tar.xz +Source7492: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-cie.doc.tar.xz +Source7493: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rosario.tar.xz +Source7494: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rosario.doc.tar.xz +Source7496: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/russ.tar.xz +Source7497: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/russ.doc.tar.xz +Source7498: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sanitize-umlaut.tar.xz +Source7499: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sanitize-umlaut.doc.tar.xz +Source7500: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scrlttr2copy.tar.xz +Source7501: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scrlttr2copy.doc.tar.xz +Source7502: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seuthesix.tar.xz +Source7503: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/seuthesix.doc.tar.xz +Source7505: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/signchart.tar.xz +Source7506: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/signchart.doc.tar.xz +Source7508: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simpler-wick.tar.xz +Source7509: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simpler-wick.doc.tar.xz +Source7510: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smartunits.tar.xz +Source7511: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/smartunits.doc.tar.xz +Source7515: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svrsymbols.tar.xz +Source7516: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/svrsymbols.doc.tar.xz +Source7518: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tempora.tar.xz +Source7519: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tempora.doc.tar.xz +Source7521: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-ini-files.tar.xz +Source7522: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tex-ini-files.doc.tar.xz +Source7523: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texlive-es.doc.tar.xz +Source7524: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texvc.tar.xz +Source7525: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texvc.doc.tar.xz +Source7527: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texworks.doc.tar.xz +Source7528: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-feynman.tar.xz +Source7529: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-feynman.doc.tar.xz +Source7530: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tipfr.tar.xz +Source7531: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typed-checklist.tar.xz +Source7532: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typed-checklist.doc.tar.xz +Source7534: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uantwerpendocs.tar.xz +Source7535: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uantwerpendocs.doc.tar.xz +Source7537: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uhrzeit.tar.xz +Source7538: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uhrzeit.doc.tar.xz +Source7539: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umbclegislation.tar.xz +Source7540: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/umbclegislation.doc.tar.xz +Source7541: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unicode-data.tar.xz +Source7542: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unicode-data.doc.tar.xz +Source7543: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/updmap-map.tar.xz +Source7544: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uplatex.tar.xz +Source7550: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/visualpstricks.doc.tar.xz +Source7551: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/visualtikz.doc.tar.xz +Source7554: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xassoccnt.tar.xz +Source7555: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xassoccnt.doc.tar.xz +Source7556: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcntperchap.tar.xz +Source7557: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcntperchap.doc.tar.xz +Source7558: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xduthesis.tar.xz +Source7559: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xduthesis.doc.tar.xz +Source7561: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xellipsis.tar.xz +Source7562: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xellipsis.doc.tar.xz +Source7567: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xsavebox.tar.xz +Source7568: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xsavebox.doc.tar.xz +Source7570: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ycbook.tar.xz +Source7571: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ycbook.doc.tar.xz +Source7572: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yfonts-t1.tar.xz +Source7573: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yfonts-t1.doc.tar.xz +Source7574: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yinit-otf.tar.xz +Source7575: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yinit-otf.doc.tar.xz +Source7576: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhmetrics-uptex.tar.xz +Source7577: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhmetrics-uptex.doc.tar.xz +Source7578: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonts-churchslavonic.tar.xz +Source7579: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fonts-churchslavonic.doc.tar.xz +Source7580: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adtrees.tar.xz +Source7581: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adtrees.doc.tar.xz +Source7582: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptex-base.tar.xz +Source7583: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptex-base.doc.tar.xz +Source7584: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptex-fonts.tar.xz +Source7585: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ptex-fonts.doc.tar.xz +Source7586: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uptex-base.tar.xz +Source7587: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uptex-base.doc.tar.xz +Source7588: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uptex-fonts.tar.xz +Source7589: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uptex-fonts.doc.tar.xz +Source7596: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lshort-estonian.doc.tar.xz +Source7598: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bestpapers.tar.xz +Source7599: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bestpapers.doc.tar.xz +Source7600: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-claves.tar.xz +Source7601: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-claves.doc.tar.xz +Source7602: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-ijsra.tar.xz +Source7603: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-ijsra.doc.tar.xz +Source7604: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-lni.tar.xz +Source7605: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-lni.doc.tar.xz +Source7606: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-nottsclassic.tar.xz +Source7607: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-nottsclassic.doc.tar.xz +Source7608: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphics-def.tar.xz +Source7609: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-indonesian.tar.xz +Source7610: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-indonesian.doc.tar.xz +Source7611: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-malay.tar.xz +Source7612: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-malay.doc.tar.xz +Source7613: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-plaingeneric.tar.xz +Source7614: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-mathscience.tar.xz +Source7615: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listofitems.tar.xz +Source7616: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/listofitems.doc.tar.xz +Source7617: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abnt.tar.xz +Source7618: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/abnt.doc.tar.xz +Source7619: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/actuarialsymbol.tar.xz +Source7620: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/actuarialsymbol.doc.tar.xz +Source7621: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/addfont.tar.xz +Source7622: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/addfont.doc.tar.xz +Source7623: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algolrevived.tar.xz +Source7624: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algolrevived.doc.tar.xz +Source7625: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alkalami.tar.xz +Source7626: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/alkalami.doc.tar.xz +Source7627: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apalike-german.tar.xz +Source7628: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apalike-german.doc.tar.xz +Source7629: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arimo.tar.xz +Source7630: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arimo.doc.tar.xz +Source7631: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arphic-ttf.tar.xz +Source7632: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/arphic-ttf.doc.tar.xz +Source7633: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asymptote-by-example-zh-cn.doc.tar.xz +Source7634: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asymptote-faq-zh-cn.doc.tar.xz +Source7635: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/asymptote-manual-zh-cn.doc.tar.xz +Source7636: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aucklandthesis.tar.xz +Source7637: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aucklandthesis.doc.tar.xz +Source7638: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aurl.tar.xz +Source7639: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aurl.doc.tar.xz +Source7640: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/awesomebox.tar.xz +Source7641: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/awesomebox.doc.tar.xz +Source7642: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-azerbaijani.tar.xz +Source7643: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-azerbaijani.doc.tar.xz +Source7644: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baekmuk.tar.xz +Source7645: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baekmuk.doc.tar.xz +Source7646: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bangorexam.tar.xz +Source7647: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bangorexam.doc.tar.xz +Source7648: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baskervillef.tar.xz +Source7649: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/baskervillef.doc.tar.xz +Source7650: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerswitch.tar.xz +Source7651: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamerswitch.doc.tar.xz +Source7652: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beilstein.tar.xz +Source7653: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beilstein.doc.tar.xz +Source7654: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beuron.tar.xz +Source7655: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beuron.doc.tar.xz +Source7658: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-cheatsheet.doc.tar.xz +Source7659: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-enc.tar.xz +Source7660: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-enc.doc.tar.xz +Source7661: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-gb7714-2015.tar.xz +Source7662: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-gb7714-2015.doc.tar.xz +Source7663: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-oxref.tar.xz +Source7664: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-oxref.doc.tar.xz +Source7665: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-sbl.tar.xz +Source7666: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-sbl.doc.tar.xz +Source7667: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-shortfields.tar.xz +Source7668: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-shortfields.doc.tar.xz +Source7669: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/binarytree.tar.xz +Source7670: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/binarytree.doc.tar.xz +Source7671: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biochemistry-colors.tar.xz +Source7672: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biochemistry-colors.doc.tar.xz +Source7673: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biolett-bst.tar.xz +Source7674: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biolett-bst.doc.tar.xz +Source7675: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bredzenie.tar.xz +Source7676: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bredzenie.doc.tar.xz +Source7677: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxcalc.tar.xz +Source7678: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxcalc.doc.tar.xz +Source7679: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxjalipsum.tar.xz +Source7680: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxjalipsum.doc.tar.xz +Source7681: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxjaprnind.tar.xz +Source7682: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxjaprnind.doc.tar.xz +Source7683: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxorigcapt.tar.xz +Source7684: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bxorigcapt.doc.tar.xz +Source7685: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/callouts.tar.xz +Source7686: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/callouts.doc.tar.xz +Source7687: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cesenaexam.tar.xz +Source7688: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cesenaexam.doc.tar.xz +Source7689: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cheatsheet.tar.xz +Source7690: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cheatsheet.doc.tar.xz +Source7691: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/childdoc.tar.xz +Source7692: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/childdoc.doc.tar.xz +Source7693: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cje.tar.xz +Source7694: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cje.doc.tar.xz +Source7695: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/collection-texworks.tar.xz +Source7696: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combofont.tar.xz +Source7697: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/combofont.doc.tar.xz +Source7698: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-cmscbf.tar.xz +Source7699: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-cmscbf.doc.tar.xz +Source7700: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-cmttbf.tar.xz +Source7701: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-cmttbf.doc.tar.xz +Source7702: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-inifile.tar.xz +Source7703: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-inifile.doc.tar.xz +Source7704: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-layout.tar.xz +Source7705: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-layout.doc.tar.xz +Source7706: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/conv-xkv.tar.xz +Source7707: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/conv-xkv.doc.tar.xz +Source7708: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cooking-units.tar.xz +Source7709: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cooking-units.doc.tar.xz +Source7710: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cormorantgaramond.tar.xz +Source7711: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cormorantgaramond.doc.tar.xz +Source7712: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crossreftools.tar.xz +Source7713: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/crossreftools.doc.tar.xz +Source7714: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/css-colors.tar.xz +Source7715: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/css-colors.doc.tar.xz +Source7716: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cstypo.tar.xz +Source7717: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cstypo.doc.tar.xz +Source7718: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/currency.tar.xz +Source7719: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/currency.doc.tar.xz +Source7720: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/docsurvey.doc.tar.xz +Source7721: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/draftfigure.tar.xz +Source7722: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/draftfigure.doc.tar.xz +Source7723: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dtxdescribe.tar.xz +Source7724: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dtxdescribe.doc.tar.xz +Source7725: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ducksay.tar.xz +Source7726: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ducksay.doc.tar.xz +Source7729: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dynkin-diagrams.tar.xz +Source7730: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dynkin-diagrams.doc.tar.xz +Source7731: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easyformat.tar.xz +Source7732: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/easyformat.doc.tar.xz +Source7735: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecgdraw.tar.xz +Source7736: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ecgdraw.doc.tar.xz +Source7737: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endofproofwd.tar.xz +Source7738: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endofproofwd.doc.tar.xz +Source7739: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqnalign.tar.xz +Source7740: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqnalign.doc.tar.xz +Source7741: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eulerpx.tar.xz +Source7742: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eulerpx.doc.tar.xz +Source7743: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fetchcls.tar.xz +Source7744: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fetchcls.doc.tar.xz +Source7745: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fgruler.tar.xz +Source7746: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fgruler.doc.tar.xz +Source7747: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filecontentsdef.tar.xz +Source7748: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/filecontentsdef.doc.tar.xz +Source7749: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixjfm.tar.xz +Source7750: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fixjfm.doc.tar.xz +Source7751: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontloader-luaotfload.tar.xz +Source7752: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontloader-luaotfload.doc.tar.xz +Source7753: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footmisx.tar.xz +Source7754: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/footmisx.doc.tar.xz +Source7756: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forest-quickstart.doc.tar.xz +Source7757: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forms16be.tar.xz +Source7758: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/forms16be.doc.tar.xz +Source7759: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frederika2016.tar.xz +Source7760: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/frederika2016.doc.tar.xz +Source7761: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitfile-info.tar.xz +Source7762: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gitfile-info.doc.tar.xz +Source7763: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gofonts.tar.xz +Source7764: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gofonts.doc.tar.xz +Source7765: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grant.tar.xz +Source7766: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grant.doc.tar.xz +Source7767: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grayhints.tar.xz +Source7768: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/grayhints.doc.tar.xz +Source7769: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gtrlib-largetrees.tar.xz +Source7770: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gtrlib-largetrees.doc.tar.xz +Source7771: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/halloweenmath.tar.xz +Source7772: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/halloweenmath.doc.tar.xz +Source7773: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hackthefootline.tar.xz +Source7774: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hackthefootline.doc.tar.xz +Source7775: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hecthese.tar.xz +Source7776: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hecthese.doc.tar.xz +Source7777: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hithesis.tar.xz +Source7778: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hithesis.doc.tar.xz +Source7779: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hustthesis.tar.xz +Source7780: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hustthesis.doc.tar.xz +Source7781: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyphen-belarusian.tar.xz +Source7782: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifptex.tar.xz +Source7783: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifptex.doc.tar.xz +Source7784: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifxptex.tar.xz +Source7785: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ifxptex.doc.tar.xz +Source7786: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ijsra.tar.xz +Source7787: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ijsra.doc.tar.xz +Source7788: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/invoice2.tar.xz +Source7789: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/invoice2.doc.tar.xz +Source7790: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iscram.tar.xz +Source7791: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/iscram.doc.tar.xz +Source7792: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isopt.tar.xz +Source7793: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/isopt.doc.tar.xz +Source7794: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/istgame.tar.xz +Source7795: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/istgame.doc.tar.xz +Source7798: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jlreq.tar.xz +Source7799: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jlreq.doc.tar.xz +Source7800: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyfloat.tar.xz +Source7801: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/keyfloat.doc.tar.xz +Source7802: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knowledge.tar.xz +Source7803: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/knowledge.doc.tar.xz +Source7804: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/komacv-rg.tar.xz +Source7805: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/komacv-rg.doc.tar.xz +Source7806: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ku-template.tar.xz +Source7807: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ku-template.doc.tar.xz +Source7808: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ladder.tar.xz +Source7809: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ladder.doc.tar.xz +Source7810: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-mr.doc.tar.xz +Source7813: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-refsheet.doc.tar.xz +Source7816: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexbangla.tar.xz +Source7817: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexbangla.doc.tar.xz +Source7818: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexbug.tar.xz +Source7819: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexbug.doc.tar.xz +Source7820: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexgit.tar.xz +Source7821: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latexgit.doc.tar.xz +Source7824: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/limecv.tar.xz +Source7825: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/limecv.doc.tar.xz +Source7826: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ling-macros.tar.xz +Source7827: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ling-macros.doc.tar.xz +Source7828: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lion-msc.tar.xz +Source7829: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lion-msc.doc.tar.xz +Source7830: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lni.tar.xz +Source7831: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lni.doc.tar.xz +Source7832: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltb2bib.tar.xz +Source7833: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ltb2bib.doc.tar.xz +Source7834: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luahyphenrules.tar.xz +Source7835: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luahyphenrules.doc.tar.xz +Source7836: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luamesh.tar.xz +Source7837: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luamesh.doc.tar.xz +Source7838: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luapackageloader.tar.xz +Source7839: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luapackageloader.doc.tar.xz +Source7842: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/maker.tar.xz +Source7843: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/maker.doc.tar.xz +Source7844: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marginfit.tar.xz +Source7845: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/marginfit.doc.tar.xz +Source7846: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/math-into-latex-4.doc.tar.xz +Source7847: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcexam.tar.xz +Source7848: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mcexam.doc.tar.xz +Source7849: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mendex-doc.doc.tar.xz +Source7850: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/milog.tar.xz +Source7851: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/milog.doc.tar.xz +Source7852: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/missaali.tar.xz +Source7853: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/missaali.doc.tar.xz +Source7854: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modular.tar.xz +Source7855: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modular.doc.tar.xz +Source7856: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/montserrat.tar.xz +Source7857: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/montserrat.doc.tar.xz +Source7858: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpostinl.tar.xz +Source7859: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mpostinl.doc.tar.xz +Source7860: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mucproc.tar.xz +Source7861: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mucproc.doc.tar.xz +Source7862: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multilang.tar.xz +Source7863: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/multilang.doc.tar.xz +Source7864: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musicography.tar.xz +Source7865: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musicography.doc.tar.xz +Source7866: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/na-box.tar.xz +Source7867: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/na-box.doc.tar.xz +Source7868: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/na-position.tar.xz +Source7869: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/na-position.doc.tar.xz +Source7870: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/navydocs.tar.xz +Source7871: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/navydocs.doc.tar.xz +Source7872: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/niceframe-type1.tar.xz +Source7873: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/niceframe-type1.doc.tar.xz +Source7874: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nodetree.tar.xz +Source7875: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nodetree.doc.tar.xz +Source7876: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notespages.tar.xz +Source7877: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notespages.doc.tar.xz +Source7878: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notestex.tar.xz +Source7879: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notestex.doc.tar.xz +Source7880: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/novel.tar.xz +Source7881: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/novel.doc.tar.xz +Source7882: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numnameru.tar.xz +Source7883: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numnameru.doc.tar.xz +Source7884: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numspell.tar.xz +Source7885: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/numspell.doc.tar.xz +Source7886: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/octave.tar.xz +Source7887: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/octave.doc.tar.xz +Source7888: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/padauk.tar.xz +Source7889: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/padauk.doc.tar.xz +Source7892: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfreview.tar.xz +Source7893: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfreview.doc.tar.xz +Source7894: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phffullpagefigure.tar.xz +Source7895: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phffullpagefigure.doc.tar.xz +Source7896: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfnote.tar.xz +Source7897: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfnote.doc.tar.xz +Source7898: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfparen.tar.xz +Source7899: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfparen.doc.tar.xz +Source7900: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfqit.tar.xz +Source7901: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfqit.doc.tar.xz +Source7902: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfquotetext.tar.xz +Source7903: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfquotetext.doc.tar.xz +Source7904: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfsvnwatermark.tar.xz +Source7905: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfsvnwatermark.doc.tar.xz +Source7906: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfthm.tar.xz +Source7907: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phfthm.doc.tar.xz +Source7908: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phonenumbers.tar.xz +Source7909: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/phonenumbers.doc.tar.xz +Source7910: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/platex-tools.tar.xz +Source7911: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/platex-tools.doc.tar.xz +Source7912: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/platexcheat.doc.tar.xz +Source7913: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poetry.tar.xz +Source7914: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/poetry.doc.tar.xz +Source7915: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-arrow.tar.xz +Source7916: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-arrow.doc.tar.xz +Source7917: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-geometrictools.tar.xz +Source7918: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-geometrictools.doc.tar.xz +Source7919: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-poker.tar.xz +Source7920: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-poker.doc.tar.xz +Source7921: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-rputover.tar.xz +Source7922: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-rputover.doc.tar.xz +Source7923: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-shell.tar.xz +Source7924: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-shell.doc.tar.xz +Source7925: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vehicle.tar.xz +Source7926: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-vehicle.doc.tar.xz +Source7927: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstring.tar.xz +Source7928: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pstring.doc.tar.xz +Source7931: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxtatescale.tar.xz +Source7932: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxtatescale.doc.tar.xz +Source7933: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxufont.tar.xz +Source7934: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pxufont.doc.tar.xz +Source7935: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quicktype.tar.xz +Source7936: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/quicktype.doc.tar.xz +Source7937: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rutitlepage.tar.xz +Source7938: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/rutitlepage.doc.tar.xz +Source7939: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scsnowman.tar.xz +Source7940: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scsnowman.doc.tar.xz +Source7941: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scratch.tar.xz +Source7942: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scratch.doc.tar.xz +Source7943: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sesstime.tar.xz +Source7944: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sesstime.doc.tar.xz +Source7945: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shobhika.tar.xz +Source7946: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/shobhika.doc.tar.xz +Source7947: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simple-resume-cv.tar.xz +Source7948: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simple-resume-cv.doc.tar.xz +Source7949: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simple-thesis-dissertation.tar.xz +Source7950: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simple-thesis-dissertation.doc.tar.xz +Source7951: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/soup.tar.xz +Source7952: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/soup.doc.tar.xz +Source7953: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spark-otf.tar.xz +Source7954: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spark-otf.doc.tar.xz +Source7955: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spectralsequences.tar.xz +Source7956: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spectralsequences.doc.tar.xz +Source7957: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/studenthandouts.tar.xz +Source7958: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/studenthandouts.doc.tar.xz +Source7959: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/table-fct.tar.xz +Source7960: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/table-fct.doc.tar.xz +Source7961: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termcal-de.tar.xz +Source7962: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/termcal-de.doc.tar.xz +Source7963: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/testidx.tar.xz +Source7964: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/testidx.doc.tar.xz +Source7967: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texproposal.doc.tar.xz +Source7968: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thaienum.tar.xz +Source7969: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thaienum.doc.tar.xz +Source7970: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-kalender.tar.xz +Source7971: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-kalender.doc.tar.xz +Source7972: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-optics.tar.xz +Source7973: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-optics.doc.tar.xz +Source7974: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzcodeblocks.tar.xz +Source7975: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzcodeblocks.doc.tar.xz +Source7976: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzducks.tar.xz +Source7977: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzducks.doc.tar.xz +Source7978: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzpeople.tar.xz +Source7979: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzpeople.doc.tar.xz +Source7984: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocdata.tar.xz +Source7985: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tocdata.doc.tar.xz +Source7986: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txuprcal.tar.xz +Source7987: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/txuprcal.doc.tar.xz +Source7988: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typoaid.tar.xz +Source7989: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typoaid.doc.tar.xz +Source7990: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uhhassignment.tar.xz +Source7991: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uhhassignment.doc.tar.xz +Source7993: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/undergradmath.doc.tar.xz +Source7994: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unfonts-core.tar.xz +Source7995: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unfonts-core.doc.tar.xz +Source7996: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unfonts-extra.tar.xz +Source7997: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unfonts-extra.doc.tar.xz +Source7998: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unicode-bidi.tar.xz +Source7999: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unicode-bidi.doc.tar.xz +Source8000: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unitn-bimrep.tar.xz +Source8001: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/unitn-bimrep.doc.tar.xz +Source8002: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upzhkinsoku.tar.xz +Source8003: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/upzhkinsoku.doc.tar.xz +Source8004: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uspace.tar.xz +Source8005: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uspace.doc.tar.xz +Source8008: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/variablelm.tar.xz +Source8009: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/variablelm.doc.tar.xz +Source8012: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wallcalendar.tar.xz +Source8013: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wallcalendar.doc.tar.xz +Source8014: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wtref.tar.xz +Source8015: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/wtref.doc.tar.xz +Source8016: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcolor-material.tar.xz +Source8017: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xcolor-material.doc.tar.xz +Source8018: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xechangebar.tar.xz +Source8019: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xechangebar.doc.tar.xz +Source8020: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xltabular.tar.xz +Source8021: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xltabular.doc.tar.xz +Source8022: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xsim.tar.xz +Source8023: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xsim.doc.tar.xz +Source8024: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yaletter.tar.xz +Source8025: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/yaletter.doc.tar.xz +Source8026: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zebra-goodies.tar.xz +Source8027: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zebra-goodies.doc.tar.xz +Source8028: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhlipsum.tar.xz +Source8029: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/zhlipsum.doc.tar.xz +Source8030: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fvextra.tar.xz +Source8031: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fvextra.doc.tar.xz +Source8032: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translator.tar.xz +Source8033: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/translator.doc.tar.xz +Source8034: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-page.tar.xz +Source8035: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-page.doc.tar.xz +Source8036: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autoaligne.doc.tar.xz +Source8037: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autoaligne.tar.xz +Source8038: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hlist.doc.tar.xz +Source8039: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hlist.tar.xz +Source8040: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modulus.doc.tar.xz +Source8041: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modulus.tar.xz +Source8042: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/olsak-misc.doc.tar.xz +Source8043: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/olsak-misc.tar.xz +Source8044: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randomlist.doc.tar.xz +Source8045: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/randomlist.tar.xz +Source8046: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplekv.doc.tar.xz +Source8047: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simplekv.tar.xz +Source8048: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trigonometry.doc.tar.xz +Source8049: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/trigonometry.tar.xz +Source8050: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xii-lat.doc.tar.xz +Source8051: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xii-lat.tar.xz +Source8052: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mensa-tex.tar.xz +Source8053: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mensa-tex.doc.tar.xz +Source8054: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algobox.tar.xz +Source8055: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/algobox.doc.tar.xz +Source8056: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adigraph.tar.xz +Source8057: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/adigraph.doc.tar.xz +Source8058: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aligned-overset.tar.xz +Source8059: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/aligned-overset.doc.tar.xz +Source8060: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amscls-doc.tar.xz +Source8061: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/amscls-doc.doc.tar.xz +Source8062: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apxproof.tar.xz +Source8063: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/apxproof.doc.tar.xz +Source8064: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ascmac.tar.xz +Source8065: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ascmac.doc.tar.xz +Source8066: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/authorarchive.tar.xz +Source8067: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/authorarchive.doc.tar.xz +Source8068: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autobreak.tar.xz +Source8069: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/autobreak.doc.tar.xz +Source8070: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/auto-pst-pdf-lua.tar.xz +Source8071: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/auto-pst-pdf-lua.doc.tar.xz +Source8074: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-japanese.tar.xz +Source8075: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/babel-japanese.doc.tar.xz +Source8076: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bath-bst.tar.xz +Source8077: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bath-bst.doc.tar.xz +Source8078: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-cuerna.tar.xz +Source8079: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-cuerna.doc.tar.xz +Source8080: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-focus.tar.xz +Source8081: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-focus.doc.tar.xz +Source8082: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-saintpetersburg.tar.xz +Source8083: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/beamertheme-saintpetersburg.doc.tar.xz +Source8084: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bezierplot.tar.xz +Source8085: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/bezierplot.doc.tar.xz +Source8086: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-archaeology.tar.xz +Source8087: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-archaeology.doc.tar.xz +Source8088: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-arthistory-bonn.tar.xz +Source8089: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-arthistory-bonn.doc.tar.xz +Source8090: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-socialscienceshuberlin.tar.xz +Source8091: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/biblatex-socialscienceshuberlin.doc.tar.xz +Source8092: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cascade.tar.xz +Source8093: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cascade.doc.tar.xz +Source8094: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cellprops.tar.xz +Source8095: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cellprops.doc.tar.xz +Source8096: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemsec.tar.xz +Source8097: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/chemsec.doc.tar.xz +Source8098: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/citeref.tar.xz +Source8099: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/citeref.doc.tar.xz +Source8100: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrdblpg.tar.xz +Source8101: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrdblpg.doc.tar.xz +Source8102: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrstrip.tar.xz +Source8103: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/clrstrip.doc.tar.xz +Source8104: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cm-mf-extra-bold.tar.xz +Source8106: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmsrb.tar.xz +Source8107: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cmsrb.doc.tar.xz +Source8108: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/competences.tar.xz +Source8109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/competences.doc.tar.xz +Source8110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-handlecsv.tar.xz +Source8111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/context-handlecsv.doc.tar.xz +Source8112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/correctmathalign.tar.xz +Source8113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/correctmathalign.doc.tar.xz +Source8114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cqubeamer.tar.xz +Source8115: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/cqubeamer.doc.tar.xz +Source8118: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dejavu-otf.tar.xz +Source8119: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dejavu-otf.doc.tar.xz +Source8120: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delimset.tar.xz +Source8121: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/delimset.doc.tar.xz +Source8122: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diffcoeff.tar.xz +Source8123: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/diffcoeff.doc.tar.xz +Source8124: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dijkstra.tar.xz +Source8125: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dijkstra.doc.tar.xz +Source8126: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dsserif.tar.xz +Source8127: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/dsserif.doc.tar.xz +Source8130: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emf.tar.xz +Source8131: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/emf.doc.tar.xz +Source8132: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endnotesj.tar.xz +Source8133: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/endnotesj.doc.tar.xz +Source8134: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqnnumwarn.tar.xz +Source8135: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/eqnnumwarn.doc.tar.xz +Source8136: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/erw-l3.tar.xz +Source8137: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/erw-l3.doc.tar.xz +Source8138: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etsvthor.tar.xz +Source8139: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/etsvthor.doc.tar.xz +Source8140: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euro-ce.tar.xz +Source8141: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/euro-ce.doc.tar.xz +Source8142: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exercisebank.tar.xz +Source8143: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/exercisebank.doc.tar.xz +Source8144: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fduthesis.tar.xz +Source8145: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fduthesis.doc.tar.xz +Source8146: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnspe.tar.xz +Source8147: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fnspe.doc.tar.xz +Source8148: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontawesome5.tar.xz +Source8149: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/fontawesome5.doc.tar.xz +Source8150: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/formation-latex-ul.tar.xz +Source8151: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/formation-latex-ul.doc.tar.xz +Source8152: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gatherenum.tar.xz +Source8153: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gatherenum.doc.tar.xz +Source8154: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gbt7714.tar.xz +Source8155: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gbt7714.doc.tar.xz +Source8156: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gentombow.tar.xz +Source8157: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gentombow.doc.tar.xz +Source8158: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsneohellenicmath.tar.xz +Source8159: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gfsneohellenicmath.doc.tar.xz +Source8160: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-finnish.tar.xz +Source8161: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/glossaries-finnish.doc.tar.xz +Source8162: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gotoh.tar.xz +Source8163: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/gotoh.doc.tar.xz +Source8164: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graph35.tar.xz +Source8165: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graph35.doc.tar.xz +Source8166: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphicxpsd.tar.xz +Source8167: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/graphicxpsd.doc.tar.xz +Source8168: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hagenberg-thesis.tar.xz +Source8169: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hagenberg-thesis.doc.tar.xz +Source8170: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/handin.tar.xz +Source8171: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/handin.doc.tar.xz +Source8172: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hulipsum.tar.xz +Source8173: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hulipsum.doc.tar.xz +Source8174: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyperbar.tar.xz +Source8175: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/hyperbar.doc.tar.xz +Source8176: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/includernw.tar.xz +Source8177: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/includernw.doc.tar.xz +Source8178: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/intopdf.tar.xz +Source8179: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/intopdf.doc.tar.xz +Source8180: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jnuexam.tar.xz +Source8181: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/jnuexam.doc.tar.xz +Source8182: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kanaparser.tar.xz +Source8183: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kanaparser.doc.tar.xz +Source8184: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/karnaugh-map.tar.xz +Source8185: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/karnaugh-map.doc.tar.xz +Source8186: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kurdishlipsum.tar.xz +Source8187: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/kurdishlipsum.doc.tar.xz +Source8188: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labelschanged.tar.xz +Source8189: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/labelschanged.doc.tar.xz +Source8190: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-via-exemplos.tar.xz +Source8191: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/latex-via-exemplos.doc.tar.xz +Source8192: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lccaps.tar.xz +Source8193: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lccaps.doc.tar.xz +Source8194: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinus-otf.tar.xz +Source8195: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/libertinus-otf.doc.tar.xz +Source8196: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/llncsconf.tar.xz +Source8197: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/llncsconf.doc.tar.xz +Source8198: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longdivision.tar.xz +Source8199: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/longdivision.doc.tar.xz +Source8202: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualatex-truncate.tar.xz +Source8203: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/lualatex-truncate.doc.tar.xz +Source8206: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luavlna.tar.xz +Source8207: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/luavlna.doc.tar.xz +Source8210: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/manyind.tar.xz +Source8211: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/manyind.doc.tar.xz +Source8212: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathfam256.tar.xz +Source8213: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathfam256.doc.tar.xz +Source8214: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathfixs.tar.xz +Source8215: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathfixs.doc.tar.xz +Source8216: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathfont.tar.xz +Source8217: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathfont.doc.tar.xz +Source8218: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathpunctspace.tar.xz +Source8219: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mathpunctspace.doc.tar.xz +Source8222: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mgltex.tar.xz +Source8223: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mgltex.doc.tar.xz +Source8224: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/milsymb.tar.xz +Source8225: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/milsymb.doc.tar.xz +Source8226: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minidocument.tar.xz +Source8227: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/minidocument.doc.tar.xz +Source8228: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modernposter.tar.xz +Source8229: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/modernposter.doc.tar.xz +Source8232: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morisawa.tar.xz +Source8233: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/morisawa.doc.tar.xz +Source8234: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mptrees.tar.xz +Source8235: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/mptrees.doc.tar.xz +Source8236: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musikui.tar.xz +Source8237: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/musikui.doc.tar.xz +Source8238: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nicematrix.tar.xz +Source8239: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nicematrix.doc.tar.xz +Source8240: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nidanfloat.tar.xz +Source8241: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/nidanfloat.doc.tar.xz +Source8242: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/notex-bst.tar.xz +Source8246: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/onedown.tar.xz +Source8247: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/onedown.doc.tar.xz +Source8248: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oplotsymbl.tar.xz +Source8249: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/oplotsymbl.doc.tar.xz +Source8250: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outlining.tar.xz +Source8251: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/outlining.doc.tar.xz +Source8252: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/overlays.tar.xz +Source8253: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/overlays.doc.tar.xz +Source8254: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/padcount.tar.xz +Source8255: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/padcount.doc.tar.xz +Source8256: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfoverlay.tar.xz +Source8257: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfoverlay.doc.tar.xz +Source8258: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfpc-movie.tar.xz +Source8259: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfpc-movie.doc.tar.xz +Source8260: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfprivacy.tar.xz +Source8261: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pdfprivacy.doc.tar.xz +Source8262: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/penrose.tar.xz +Source8263: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/penrose.doc.tar.xz +Source8264: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfornament-han.tar.xz +Source8265: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pgfornament-han.doc.tar.xz +Source8266: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pixelart.tar.xz +Source8267: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pixelart.doc.tar.xz +Source8268: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plantuml.tar.xz +Source8269: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plantuml.doc.tar.xz +Source8270: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plex.tar.xz +Source8271: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plex.doc.tar.xz +Source8272: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plex-otf.tar.xz +Source8273: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/plex-otf.doc.tar.xz +Source8274: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pm-isomath.tar.xz +Source8275: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pm-isomath.doc.tar.xz +Source8276: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polexpr.tar.xz +Source8277: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/polexpr.doc.tar.xz +Source8278: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/postage.tar.xz +Source8279: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/postage.doc.tar.xz +Source8280: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/powerdot-tuliplab.tar.xz +Source8281: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/powerdot-tuliplab.doc.tar.xz +Source8282: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-antiprism.tar.xz +Source8283: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-antiprism.doc.tar.xz +Source8284: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-calculate.tar.xz +Source8285: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-calculate.doc.tar.xz +Source8286: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-contourplot.tar.xz +Source8287: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-contourplot.doc.tar.xz +Source8288: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-dart.tar.xz +Source8289: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-dart.doc.tar.xz +Source8292: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-spinner.tar.xz +Source8293: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pst-spinner.doc.tar.xz +Source8296: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pythonhighlight.tar.xz +Source8297: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/pythonhighlight.doc.tar.xz +Source8298: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/revquantum.tar.xz +Source8299: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/revquantum.doc.tar.xz +Source8300: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scientific-thesis-cover.tar.xz +Source8301: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scientific-thesis-cover.doc.tar.xz +Source8302: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scratchx.tar.xz +Source8303: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/scratchx.doc.tar.xz +Source8304: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sectionbreak.tar.xz +Source8305: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sectionbreak.doc.tar.xz +Source8306: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semantic-markup.tar.xz +Source8307: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/semantic-markup.doc.tar.xz +Source8308: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sexam.tar.xz +Source8309: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/sexam.doc.tar.xz +Source8310: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/short-math-guide.tar.xz +Source8311: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/short-math-guide.doc.tar.xz +Source8312: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simpleinvoice.tar.xz +Source8313: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/simpleinvoice.doc.tar.xz +Source8314: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spalign.tar.xz +Source8315: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/spalign.doc.tar.xz +Source8316: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stanli.tar.xz +Source8317: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stanli.doc.tar.xz +Source8318: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statistics.tar.xz +Source8319: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statistics.doc.tar.xz +Source8322: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statmath.tar.xz +Source8323: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/statmath.doc.tar.xz +Source8324: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stealcaps.tar.xz +Source8325: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stealcaps.doc.tar.xz +Source8326: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stickstoo.tar.xz +Source8327: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stickstoo.doc.tar.xz +Source8328: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stix2-otf.tar.xz +Source8329: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stix2-otf.doc.tar.xz +Source8330: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stix2-type1.tar.xz +Source8331: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/stix2-type1.doc.tar.xz +Source8332: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/structmech.tar.xz +Source8333: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/structmech.doc.tar.xz +Source8334: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tagpdf.tar.xz +Source8335: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tagpdf.doc.tar.xz +Source8336: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texdate.tar.xz +Source8337: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texdate.doc.tar.xz +Source8340: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textualicomma.tar.xz +Source8341: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/textualicomma.doc.tar.xz +Source8342: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thaispec.tar.xz +Source8343: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thaispec.doc.tar.xz +Source8344: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thesis-gwu.tar.xz +Source8345: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thesis-gwu.doc.tar.xz +Source8346: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thucoursework.tar.xz +Source8347: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/thucoursework.doc.tar.xz +Source8348: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-karnaugh.tar.xz +Source8349: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-karnaugh.doc.tar.xz +Source8350: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-ladder.tar.xz +Source8351: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-ladder.doc.tar.xz +Source8352: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-layers.tar.xz +Source8353: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-layers.doc.tar.xz +Source8354: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzmarmots.tar.xz +Source8355: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikzmarmots.doc.tar.xz +Source8356: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-nef.tar.xz +Source8357: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-nef.doc.tar.xz +Source8358: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-network.tar.xz +Source8359: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-network.doc.tar.xz +Source8360: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-relay.tar.xz +Source8361: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-relay.doc.tar.xz +Source8362: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-sfc.tar.xz +Source8363: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tikz-sfc.doc.tar.xz +Source8364: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/timbreicmc.tar.xz +Source8365: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/timbreicmc.doc.tar.xz +Source8366: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tinos.tar.xz +Source8367: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tinos.doc.tar.xz +Source8368: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tlc-article.tar.xz +Source8369: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/tlc-article.doc.tar.xz +Source8370: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/topletter.tar.xz +Source8371: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/topletter.doc.tar.xz +Source8374: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typewriter.tar.xz +Source8375: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/typewriter.doc.tar.xz +Source8376: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucsmonograph.tar.xz +Source8377: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/ucsmonograph.doc.tar.xz +Source8378: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/univie-ling.tar.xz +Source8379: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/univie-ling.doc.tar.xz +Source8380: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uppunctlm.tar.xz +Source8381: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/uppunctlm.doc.tar.xz +Source8382: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/witharrows.tar.xz +Source8383: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/witharrows.doc.tar.xz +Source8384: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xfakebold.tar.xz +Source8385: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xfakebold.doc.tar.xz +Source8388: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xtuthesis.tar.xz +Source8389: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xtuthesis.doc.tar.xz +Source8390: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xurl.tar.xz +Source8391: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/xurl.doc.tar.xz %description The TeX Live software distribution offers a complete TeX system for a @@ -141500,7 +141491,6 @@ package url. %prep %setup -q -c -T -a 3 -cp %{SOURCE7597} . %build @@ -141513,8 +141503,7 @@ install -d %{buildroot}%{_texdir}/texmf-local set +x for i in %{sources}; do - if [ "$i" != "%{_sourcedir}/texlive-licenses.tar.xz" -a \ - "$i" != "%{_sourcedir}/yfonts-t1-license-email.pdf" ]; then + if [ "$i" != "%{_sourcedir}/texlive-licenses.tar.xz" ]; then if [ "$i" = "%{_sourcedir}/texlive-msg-translations.tar.xz" -o \ "$i" = "%{_sourcedir}/xecyr.tar.xz" -o \ "$i" = "%{_sourcedir}/xecyr.doc.tar.xz" -o \ @@ -148582,7 +148571,6 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd %files yfonts-t1 %license lppl1.txt -%license yfonts-t1-license-email.pdf %{_texdir}/texmf-dist/dvips/yfonts-t1/ %{_texdir}/texmf-dist/fonts/afm/public/yfonts-t1/ %{_texdir}/texmf-dist/fonts/map/dvips/yfonts-t1/ @@ -148590,7 +148578,6 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd %files yfonts-t1-doc %license lppl1.txt -%license yfonts-t1-license-email.pdf %{_texdir}/texmf-dist/doc/fonts/yfonts-t1/ %files zlmtt @@ -166955,5 +166942,11 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd %doc %{_texdir}/texmf-dist/doc/latex/xurl/ %changelog +* Sun Jan 19 2020 daiqianwen - 8:2018-22 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: modify spec + * Tue Dec 10 2019 Jiangping Hu - 8:2018-21 - Package init diff --git a/tl-format.patch b/tl-format.patch deleted file mode 100644 index bc63b8c..0000000 --- a/tl-format.patch +++ /dev/null @@ -1,192 +0,0 @@ -diff -up source/texk/dvi2tty/dvi2tty-5.3.4/DVI.format source/texk/dvi2tty/dvi2tty-5.3.4/DVI -diff -up source/texk/dvidvi/dvidvi.c.format source/texk/dvidvi/dvidvi.c ---- source/texk/dvidvi/dvidvi.c.format 2015-07-28 21:21:51.170212574 -0400 -+++ source/texk/dvidvi/dvidvi.c 2015-07-28 21:22:27.842988620 -0400 -@@ -327,7 +327,7 @@ static void stringdvibuf(integer p, inte - * Print a usage error messsage, and quit. - */ - static void usage(void) { -- (void)fprintf(stderr,banner); -+ (void)fprintf(stderr,"%s",banner); - (void)fprintf(stderr,"Usage: dvidvi [options] input[.dvi] [output]\n"); - (void)fprintf(stderr,"where options are:\n"); - (void)fprintf(stderr," [-f n] first page printed [-l n] last page printed\n"); -@@ -806,7 +806,7 @@ default: - } /* else argument with '-' */ - } /* for */ - if (*iname == 0) { -- (void)fprintf(stderr, banner) ; -+ (void)fprintf(stderr, "%s", banner) ; - error("! no input file specified"); - } - /* Inserted by djc@dsmail.hmi.de 3.8.1994 */ -@@ -817,7 +817,7 @@ default: - } - - if (*oname != 0 && !quiet) { -- (void)fprintf(stderr, banner) ; -+ (void)fprintf(stderr, "%s", banner) ; - (void)fprintf(stderr, "%s -> %s\n",iname,oname); - temp = nextstring ; - } -diff -up source/texk/ps2pk/objects.h.format source/texk/ps2pk/objects.h ---- source/texk/ps2pk/objects.h.format 2015-07-28 21:24:03.356405337 -0400 -+++ source/texk/ps2pk/objects.h 2015-07-28 21:24:21.397295166 -0400 -@@ -231,7 +231,7 @@ struct xobject { - /*SHARED*/ - /* NDW: personally, I want to see status and error messages! */ - #define IfTrace0(condition,model) \ -- {if (condition) printf(model);} -+ {if (condition) printf("%s",model);} - #define IfTrace1(condition,model,arg0) \ - {if (condition) printf(model,arg0);} - #define IfTrace2(condition,model,arg0,arg1) \ -diff -up source/texk/web2c/cwebboot.cin.format source/texk/web2c/cwebboot.cin ---- source/texk/web2c/cwebboot.cin.format 2015-07-28 21:24:28.351252699 -0400 -+++ source/texk/web2c/cwebboot.cin 2015-07-28 21:24:48.779127949 -0400 -@@ -1098,7 +1098,7 @@ void - fatal(const char*s,const char*t) - #line 1182 "cwebdir/common.w" - { --if(*s)printf(s); -+if(*s)printf("%s",s); - err_print(t); - history= fatal_message;exit(wrap_up()); - } -diff -up source/texk/web2c/cwebdir/common.c.format source/texk/web2c/cwebdir/common.c ---- source/texk/web2c/cwebdir/common.c.format 2015-07-28 21:24:56.764079186 -0400 -+++ source/texk/web2c/cwebdir/common.c 2015-07-28 21:25:24.830907788 -0400 -@@ -1063,7 +1063,7 @@ void - fatal(s,t) - char*s,*t; - { --if(*s)printf(s); -+if(*s)printf("%s",s); - err_print(t); - history= fatal_message;exit(wrap_up()); - } -diff -up source/texk/web2c/cwebdir/common.w.format source/texk/web2c/cwebdir/common.w ---- source/texk/web2c/cwebdir/common.w.format 2015-07-28 21:25:32.886858591 -0400 -+++ source/texk/web2c/cwebdir/common.w 2015-07-28 21:25:46.117777793 -0400 -@@ -1180,7 +1180,7 @@ concatenated to print the final error me - fatal(s,t) - char *s,*t; - { -- if (*s) printf(s); -+ if (*s) printf("%s",s); - err_print(t); - history=fatal_message; exit(wrap_up()); - } -diff -up source/texk/web2c/cwebdir/cweave.w.format source/texk/web2c/cwebdir/cweave.w ---- source/texk/web2c/cwebdir/cweave.w.format 2015-07-28 21:25:55.096722960 -0400 -+++ source/texk/web2c/cwebdir/cweave.w 2015-07-28 21:26:13.680609471 -0400 -@@ -1784,7 +1784,7 @@ void - print_cat(c) /* symbolic printout of a category */ - eight_bits c; - { -- printf(cat_name[c]); -+ printf("%s",cat_name[c]); - } - - @ The token lists for translated \TEX/ output contain some special control -diff -up source/texk/web2c/omegafonts/error_routines.c.format source/texk/web2c/omegafonts/error_routines.c ---- source/texk/web2c/omegafonts/error_routines.c.format 2015-07-28 21:26:21.654560776 -0400 -+++ source/texk/web2c/omegafonts/error_routines.c 2015-07-28 21:27:54.356994659 -0400 -@@ -62,7 +62,7 @@ void - yyerror(const_string fmt) - { - fprintf(stderr, "line %d (parsing): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - num_errors++; - } -@@ -72,7 +72,7 @@ void - warning_0(const_string fmt) - { - fprintf(stderr, "line %d (warning): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - } - -@@ -120,7 +120,7 @@ void - fatal_error_0(const_string fmt) - { - fprintf(stderr, "line %d (fatal): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - exit(1); - } -@@ -156,7 +156,7 @@ void - internal_error_0(const_string fmt) - { - fprintf(stderr, "line %d (internal): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - exit(2); - } -diff -up source/texk/web2c/omegafonts/out_routines.c.format source/texk/web2c/omegafonts/out_routines.c ---- source/texk/web2c/omegafonts/out_routines.c.format 2015-07-28 21:28:09.547901891 -0400 -+++ source/texk/web2c/omegafonts/out_routines.c 2015-07-28 21:28:22.209824567 -0400 -@@ -368,5 +368,5 @@ out_digits(unsigned counter) - void - out(const_string sval) - { -- fprintf(file_output, sval); -+ fprintf(file_output, "%s", sval); - } -diff -up source/texk/web2c/tiedir/tie.c.format source/texk/web2c/tiedir/tie.c ---- source/texk/web2c/tiedir/tie.c.format 2015-07-28 21:28:30.242775511 -0400 -+++ source/texk/web2c/tiedir/tie.c 2015-07-28 21:29:04.979563380 -0400 -@@ -27,14 +27,14 @@ - \ - - #define term_out stdout --#define print(a)fprintf(term_out,a) -+#define print(a)fprintf(term_out,"%s",a) - #define print2(a,b)fprintf(term_out,a,b) - #define print3(a,b,c)fprintf(term_out,a,b,c) - #define print_c(v)fputc(v,term_out); - #define new_line(v)fputc('\n',v) - #define term_new_line new_line(term_out) \ - --#define print_ln(v){fprintf(term_out,v);term_new_line;} \ -+#define print_ln(v){fprintf(term_out,"%s",v);term_new_line;} \ - - #define print2_ln(a,b){print2(a,b);term_new_line;} - #define print3_ln(a,b,c){print3(a,b,c);term_new_line;} \ -diff -up source/texk/web2c/tiedir/tie.w.format source/texk/web2c/tiedir/tie.w ---- source/texk/web2c/tiedir/tie.w.format 2015-07-28 21:29:13.361512193 -0400 -+++ source/texk/web2c/tiedir/tie.w 2015-07-28 21:30:18.135116633 -0400 -@@ -458,14 +458,14 @@ for terminating an output line and writi - - @^system dependencies@> - @d term_out stdout --@d print(a) fprintf(term_out,a) /* `|print|' means write on the terminal */ -+@d print(a) fprintf(term_out,"%s",a) /* `|print|' means write on the terminal */ - @d print2(a,b) fprintf(term_out,a,b) /* same with two arguments */ - @d print3(a,b,c) fprintf(term_out,a,b,c) /* same with three arguments */ - @d print_c(v) fputc(v,term_out); /* print a single character */ - @d new_line(v) fputc('\n',v) /* start new line */ - @d term_new_line new_line(term_out) - /* start new line of the terminal */ --@d print_ln(v) {fprintf(term_out,v);term_new_line;} -+@d print_ln(v) {fprintf(term_out,"%s",v);term_new_line;} - /* `|print|' and then start new line */ - @d print2_ln(a,b) {print2(a,b);term_new_line;} /* same with two arguments */ - @d print3_ln(a,b,c) {print3(a,b,c);term_new_line;} -diff -up source/utils/devnag/src/devnag.c.format source/utils/devnag/src/devnag.c ---- source/utils/devnag/src/devnag.c.format 2015-07-28 21:23:26.446630739 -0400 -+++ source/utils/devnag/src/devnag.c 2015-07-28 21:23:34.215583295 -0400 -@@ -2400,7 +2400,7 @@ void put_macro(short macro) { - void err_ill(const char *str) { - fprintf(stderr, "Error: illegal character(s) \"%s\" detected at line %d:\n", - str, linenumber); -- fprintf(stderr, inbuf); -+ fprintf(stderr, "%s", inbuf); - exit(1); - } - diff --git a/tl-kpfix.patch b/tl-kpfix.patch deleted file mode 100644 index afcd92b..0000000 --- a/tl-kpfix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up texlive-2013/source/texk/kpathsea/progname.c.kpfix texlive-2013/source/texk/kpathsea/progname.c ---- source/texk/kpathsea/progname.c.kpfix 2013-08-12 09:28:14.422522624 +0200 -+++ source/texk/kpathsea/progname.c 2013-08-12 12:16:02.958132658 +0200 -@@ -668,7 +668,7 @@ kpathsea_set_program_name (kpathsea kpse - kpathsea_xputenv (kpse, "SELFAUTOLOC", fix_selfdir (sdir)); - sdir_parent = xdirname (sdir); - kpathsea_xputenv (kpse, "SELFAUTODIR", fix_selfdir (sdir_parent)); -- sdir_grandparent = xdirname (sdir_parent); -+ sdir_grandparent = strdup("/usr/share/texlive"); - kpathsea_xputenv (kpse, "SELFAUTOPARENT", fix_selfdir (sdir_grandparent)); - sdir_greatgrandparent = xdirname (sdir_grandparent); - kpathsea_xputenv (kpse, "SELFAUTOGRANDPARENT", fix_selfdir (sdir_greatgrandparent));