chiark / gitweb /
texlive: update to 2018 and update poppler patches to work with 0.64
authorHenrik Grimler <Henrik@Grimler.se>
Tue, 1 May 2018 02:07:38 +0000 (04:07 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 1 May 2018 21:09:34 +0000 (23:09 +0200)
12 files changed:
packages/texlive-bin/build.sh
packages/texlive-bin/c++11.patch [deleted file]
packages/texlive-bin/luatex-poppler-0.59.patch [deleted file]
packages/texlive-bin/luatex-poppler-0.64.patch [new file with mode: 0644]
packages/texlive-bin/pdftex-poppler-0.64.patch [moved from packages/texlive-bin/pdftex-poppler-0.59.patch with 92% similarity]
packages/texlive-bin/texk-kpathsea-texmf.cnf.patch
packages/texlive/TLConfig.pm.patch
packages/texlive/TLUtils.pm.patch
packages/texlive/build.sh
packages/texlive/fmtutil.cnf.patch
packages/texlive/texlive-texmf.list
packages/texlive/texlive.tlpdb

index 7dc8cf452bb40bf32bdb1ff49d71151877ffbd4d..9caea820c6f382cb71a7179ebf58baeb087a9389 100644 (file)
@@ -1,15 +1,13 @@
 TERMUX_PKG_HOMEPAGE=https://www.tug.org/texlive/
 TERMUX_PKG_DESCRIPTION="TeX Live is a distribution of the TeX typesetting system. This package contains architecture dependent binaries."
 TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
-TERMUX_PKG_VERSION=20170524
-TERMUX_PKG_REVISION=9
-TERMUX_PKG_SRCURL=ftp://tug.org/historic/systems/texlive/${TERMUX_PKG_VERSION:0:4}/texlive-${TERMUX_PKG_VERSION}-source.tar.xz
-TERMUX_PKG_SHA256="0161695304e941334dc0b3b5dabcf8edf46c09b7bc33eea8229b5ead7ccfb2aa"
+TERMUX_PKG_VERSION=20180414
+TERMUX_PKG_SRCURL=ftp://tug.org/texlive/historic/${TERMUX_PKG_VERSION:0:4}/texlive-${TERMUX_PKG_VERSION}-source.tar.xz
+TERMUX_PKG_SHA256="fe0036d5f66708ad973cdc4e413c0bb9ee2385224481f7b0fb229700a0891e4e"
 TERMUX_PKG_DEPENDS="freetype, libpng, libgd, libgmp, libmpfr, libicu, liblua, poppler, libgraphite, harfbuzz-icu, teckit"
 TERMUX_PKG_BUILD_DEPENDS="icu-devtools"
-TERMUX_PKG_BREAKS="texlive (<< 20170524-3)"
+TERMUX_PKG_BREAKS="texlive (<< 20180414)"
 TERMUX_PKG_REPLACES="texlive (<< 20170524-3)"
-#TERMUX_PKG_CONFLICTS="texlive-bin (<< 20170524-8)"
 TERMUX_PKG_RECOMMENDS="texlive"
 TERMUX_PKG_NO_DEVELSPLIT=yes
 
@@ -74,6 +72,8 @@ ac_cv_c_bigendian=no \
 
 # These files are provided by texlive:
 TERMUX_PKG_RM_AFTER_INSTALL="
+bin/tlmgr
+bin/man
 share/texlive/texmf-dist/texconfig/tcfmgr.map
 share/texlive/texmf-dist/texconfig/tcfmgr
 share/texlive/texmf-dist/web2c/mktex.opt
@@ -126,18 +126,6 @@ termux_step_pre_configure() {
        CXXFLAGS+=" -std=c++11"
 }
 
-termux_step_post_make_install () {
-       # Replace tlmgr link with a small wrapper that prevents common break on "tlmgr update --self"
-       mv $TL_BINDIR/tlmgr $TL_BINDIR/tlmgr.ln
-       echo "#!$TERMUX_PREFIX/bin/sh" > $TL_BINDIR/tlmgr
-       echo "termux-fix-shebang $TL_ROOT/texmf-dist/scripts/texlive/tlmgr.pl" >> $TL_BINDIR/tlmgr
-       echo "sed -i 's%\`kpsewhich -var-value=SELFAUTOPARENT\`);%\`kpsewhich -var-value=TEXMFROOT\`);%g' $TL_ROOT/texmf-dist/scripts/texlive/tlmgr.pl" >> $TL_BINDIR/tlmgr
-
-       echo "sed -E -i '"'s@`/bin/sh@`'$TERMUX_PREFIX"/bin/sh@g' ${TL_ROOT}/tlpkg/TeXLive/TLUtils.pm" >> $TL_BINDIR/tlmgr
-       echo 'tlmgr.ln "$@"' >> $TL_BINDIR/tlmgr
-       chmod 0744 $TL_BINDIR/tlmgr
-}
-
 termux_step_create_debscripts () {
        # Clean texlive's folder if needed (run on fresh install)
        echo "#!$TERMUX_PREFIX/bin/bash" > preinst
diff --git a/packages/texlive-bin/c++11.patch b/packages/texlive-bin/c++11.patch
deleted file mode 100644 (file)
index 05b4cf0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -u -r ../texlive-20160523-source/texk/web2c/luatexdir/image/pdftoepdf.w ./texk/web2c/luatexdir/image/pdftoepdf.w
---- ../texlive-20160523-source/texk/web2c/luatexdir/image/pdftoepdf.w  2016-03-25 12:44:48.000000000 +0000
-+++ ./texk/web2c/luatexdir/image/pdftoepdf.w   2017-04-21 23:48:03.787934684 +0000
-@@ -71,7 +72,12 @@
-         ck = (char *) malloc(PDF_CHECKSUM_SIZE);
-         if (ck == NULL)
-             formatted_error("pdf inclusion","out of memory while processing '%s'", a);
--        snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size,(uint64_t) mtime);
-+        snprintf(ck, PDF_CHECKSUM_SIZE, "%"
-+              PRIu64
-+              "_%"
-+              PRIu64,
-+              (uint64_t) size,
-+              (uint64_t) mtime);
-    } else {
-         switch (fe) {
-             case FE_FAIL:
diff --git a/packages/texlive-bin/luatex-poppler-0.59.patch b/packages/texlive-bin/luatex-poppler-0.59.patch
deleted file mode 100644 (file)
index 9d7f60f..0000000
+++ /dev/null
@@ -1,1030 +0,0 @@
---- ./texk/web2c/luatexdir/image/pdftoepdf.w   2018-01-23 07:12:10.789476867 +0000
-+++ ../pdftoepdf.w     2018-01-23 08:08:05.626143676 +0000
-@@ -27,6 +27,10 @@
- /*
-     This file is mostly C and not very much C++; it's just used to interface
-     the functions of poppler, which happens to be written in C++.
-+    Patches for the new poppler 0.59 from
-+    https://www.mail-archive.com/arch-commits@archlinux.org/msg357548.html
-+    with some modifications to comply the poppler API.
-+
- */
- extern void md5(Guchar *msg, int msgLen, Guchar *digest);
-@@ -71,12 +75,7 @@
-         ck = (char *) malloc(PDF_CHECKSUM_SIZE);
-         if (ck == NULL)
-             formatted_error("pdf inclusion","out of memory while processing '%s'", a);
--        snprintf(ck, PDF_CHECKSUM_SIZE, "%"
--              PRIu64
--              "_%"
--              PRIu64,
--              (uint64_t) size,
--              (uint64_t) mtime);
-+        snprintf(ck, PDF_CHECKSUM_SIZE, "%"@= @>PRIu64@= @>"_%"@=  @>PRIu64, (uint64_t) size,(uint64_t) mtime);
-    } else {
-         switch (fe) {
-             case FE_FAIL:
-@@ -229,7 +228,7 @@
-         free(checksum);
-     }
-     if (pdf_doc->doc == NULL) {
--        docmemstream = new MemStream( docstream,0,streamsize, obj.initNull() );
-+        docmemstream = new MemStream( docstream,0,streamsize, Object(objNull) );
-         doc = new PDFDoc(docmemstream); /* takes ownership of docmemstream */
-         pdf_doc->pc++;
-         if (!doc->isOk() || !doc->okToPrint()) {
-@@ -413,9 +412,8 @@
-     Object obj1;
-     pdf_begin_array(pdf);
-     for (i = 0, l = array->getLength(); i < l; ++i) {
--        array->getNF(i, &obj1);
-+        obj1 = array->getNF(i);
-         copyObject(pdf, pdf_doc, &obj1);
--        obj1.free();
-     }
-     pdf_end_array(pdf);
- }
-@@ -427,9 +425,8 @@
-     pdf_begin_dict(pdf);
-     for (i = 0, l = dict->getLength(); i < l; ++i) {
-         copyName(pdf, dict->getKey(i));
--        dict->getValNF(i, &obj1);
-+        obj1 = dict->getValNF(i);
-         copyObject(pdf, pdf_doc, &obj1);
--        obj1.free();
-     }
-     pdf_end_dict(pdf);
- }
-@@ -515,13 +512,12 @@
-     PDFDoc *doc = pdf_doc->doc;
-     xref = doc->getXRef();
-     for (r = pdf_doc->inObjList; r != NULL;) {
--        xref->fetch(r->ref.num, r->ref.gen, &obj1);
-+        obj1 = xref->fetch(r->ref.num, r->ref.gen);
-         if (obj1.isStream())
-             pdf_begin_obj(pdf, r->num, OBJSTM_NEVER);
-         else
-             pdf_begin_obj(pdf, r->num, 2);
-         copyObject(pdf, pdf_doc, &obj1);
--        obj1.free();
-         pdf_end_obj(pdf);
-         n = r->next;
-         delete r;
-@@ -601,7 +597,7 @@
-         pdf_doc = refPdfDocument(img_filepath(idict), FE_FAIL);
-     else if (img_type(idict) == IMG_TYPE_PDFMEMSTREAM) {
-         pdf_doc = findPdfDocument(img_filepath(idict)) ;
--        if (pdf_doc == NULL ) 
-+        if (pdf_doc == NULL )
-            normal_error("pdf inclusion", "memstream not initialized");
-         if (pdf_doc->doc == NULL)
-            normal_error("pdf inclusion", "memstream document is empty");
-@@ -618,12 +614,12 @@
-     */
-     pdf_major_version_found = doc->getPDFMajorVersion();
-     pdf_minor_version_found = doc->getPDFMinorVersion();
--    if ((pdf_major_version_found > 1) || (pdf_minor_version_found > img_pdfminorversion(idict))) {
--        const char *msg = "PDF inclusion: found PDF version '%d.%d', but at most version '1.%d' allowed";
-+    if ((100 * pdf_major_version_found + pdf_major_version_found) > (100 * img_pdfmajorversion(idict) + img_pdfminorversion(idict))) {
-+        const char *msg = "PDF inclusion: found PDF version '%d.%d', but at most version '%d.%d' allowed";
-         if (img_errorlevel(idict) > 0) {
--            formatted_error("pdf inclusion",msg, pdf_major_version_found, pdf_minor_version_found, img_pdfminorversion(idict));
-+            formatted_error("pdf inclusion",msg, pdf_major_version_found, pdf_minor_version_found, img_pdfmajorversion(idict), img_pdfminorversion(idict));
-         } else {
--            formatted_warning("pdf inclusion",msg, pdf_major_version_found, pdf_minor_version_found, img_pdfminorversion(idict));
-+            formatted_warning("pdf inclusion",msg, pdf_major_version_found, pdf_minor_version_found, img_pdfmajorversion(idict), img_pdfminorversion(idict));
-         }
-     }
-     img_totalpages(idict) = catalog->getNumPages();
-@@ -697,7 +693,7 @@
-             unrefPdfDocument(img_filepath(idict));
-         }
--        and also unref'd in the finalizer zo we got an extra unrefs when garbage was
-+        and also unref'd in the finalizer so we got an extra unrefs when garbage was
-         collected. However it is more efficient to keep the file open so we do that
-         now. The (slower) alternative is to unref here (which in most cases forcing a
-         close of the file) but then we must not call flush_pdf_info.
-@@ -745,7 +741,7 @@
-     catalog = doc->getCatalog();
-     page = catalog->getPage(img_pagenum(idict));
-     pageref = catalog->getPageRef(img_pagenum(idict));
--    doc->getXRef()->fetch(pageref->num, pageref->gen, &pageobj);
-+    pageobj = doc->getXRef()->fetch(pageref->num, pageref->gen);
-     pageDict = pageobj.getDict();
-     /* write the Page header */
-     pdf_begin_obj(pdf, img_objnum(idict), OBJSTM_NEVER);
-@@ -762,12 +758,11 @@
-         pdf_dict_add_int(pdf, "PTEX.PageNumber", (int) img_pagenum(idict));
-     }
-     if ((suppress_optional_info & 8) == 0) {
--        doc->getDocInfoNF(&obj1);
-+        obj1 = doc->getDocInfoNF();
-         if (obj1.isRef()) {
-             /* the info dict must be indirect (PDF Ref p. 61) */
-             pdf_dict_add_ref(pdf, "PTEX.InfoDict", addInObj(pdf, pdf_doc, obj1.getRef()));
-         }
--        obj1.free();
-     }
-     if (img_is_bbox(idict)) {
-         bbox[0] = sp2bp(img_bbox(idict)[0]);
-@@ -793,19 +788,17 @@
-         Now all relevant parts of the Page dictionary are copied. Metadata validity
-         check is needed(as a stream it must be indirect).
-     */
--    pageDict->lookupNF("Metadata", &obj1);
-+    obj1 = pageDict->lookupNF("Metadata");
-     if (!obj1.isNull() && !obj1.isRef())
-         formatted_warning("pdf inclusion","/Metadata must be indirect object");
--    obj1.free();
-     /* copy selected items in Page dictionary */
-     for (i = 0; pagedictkeys[i] != NULL; i++) {
--        pageDict->lookupNF(pagedictkeys[i], &obj1);
-+        obj1 = pageDict->lookupNF(pagedictkeys[i]);
-         if (!obj1.isNull()) {
-             pdf_add_name(pdf, pagedictkeys[i]);
-             /* preserves indirection */
-             copyObject(pdf, pdf_doc, &obj1);
-         }
--        obj1.free();
-     }
-     /*
-         If there are no Resources in the Page dict of the embedded page,
-@@ -813,32 +806,28 @@
-         PDF file, climbing up the tree until the Resources are found.
-         (This fixes a problem with Scribus 1.3.3.14.)
-     */
--    pageDict->lookupNF("Resources", &obj1);
-+    obj1 = pageDict->lookupNF("Resources");
-     if (obj1.isNull()) {
-         op1 = &pagesobj1;
-         op2 = &pagesobj2;
--        pageDict->lookup("Parent", op1);
-+        *op1 = pageDict->lookup("Parent");
-         while (op1->isDict()) {
--            obj1.free();
--            op1->dictLookupNF("Resources", &obj1);
-+            obj1 = op1->dictLookupNF("Resources");
-             if (!obj1.isNull()) {
-                 pdf_add_name(pdf, "Resources");
-                 copyObject(pdf, pdf_doc, &obj1);
-                 break;
-             }
--            op1->dictLookup("Parent", op2);
-+            *op2 = op1->dictLookup("Parent");
-             optmp = op1;
-             op1 = op2;
-             op2 = optmp;
--            op2->free();
-         };
-         if (!op1->isDict())
-             formatted_warning("pdf inclusion","Page /Resources missing");
--        op1->free();
-     }
--    obj1.free();
-     /* Write the Page contents. */
--    page->getContents(&contents);
-+    contents = page->getContents();
-     if (contents.isStream()) {
-         /*
-             Variant A: get stream and recompress under control of \pdfcompresslevel
-@@ -849,27 +838,23 @@
-             Variant B: copy stream without recompressing
-         */
--        contents.streamGetDict()->lookup("F", &obj1);
-+        obj1 = contents.streamGetDict()->lookup("F");
-         if (!obj1.isNull()) {
-             normal_error("pdf inclusion","unsupported external stream");
-         }
--        obj1.free();
--        contents.streamGetDict()->lookup("Length", &obj1);
-+        obj1 = contents.streamGetDict()->lookup("Length");
-         pdf_add_name(pdf, "Length");
-         copyObject(pdf, pdf_doc, &obj1);
--        obj1.free();
--        contents.streamGetDict()->lookup("Filter", &obj1);
-+        obj1 = contents.streamGetDict()->lookup("Filter");
-         if (!obj1.isNull()) {
-             pdf_add_name(pdf, "Filter");
-             copyObject(pdf, pdf_doc, &obj1);
--            obj1.free();
--            contents.streamGetDict()->lookup("DecodeParms", &obj1);
-+            obj1 = contents.streamGetDict()->lookup("DecodeParms");
-             if (!obj1.isNull()) {
-                 pdf_add_name(pdf, "DecodeParms");
-                 copyObject(pdf, pdf_doc, &obj1);
-             }
-         }
--        obj1.free();
-         pdf_end_dict(pdf);
-         pdf_begin_stream(pdf);
-         copyStreamStream(pdf, contents.getStream()->getUndecodedStream());
-@@ -880,8 +865,8 @@
-         pdf_end_dict(pdf);
-         pdf_begin_stream(pdf);
-         for (i = 0, l = contents.arrayGetLength(); i < l; ++i) {
--            copyStreamStream(pdf, (contents.arrayGet(i, &obj1))->getStream());
--            obj1.free();
-+            obj1 = contents.arrayGet(i);
-+            copyStreamStream(pdf, obj1.getStream());
-             if (i < (l - 1)) {
-                 /*
-                     Put a space between streams to be on the safe side (streams
-@@ -902,14 +887,18 @@
-     }
-     /* write out all indirect objects */
-     writeRefs(pdf, pdf_doc);
--    contents.free();
--    pageobj.free();
-     /*
-         unrefPdfDocument() must come after contents.free() and pageobj.free()!
-         TH: The next line makes repeated pdf inclusion unacceptably slow
-         unrefPdfDocument(img_filepath(idict));
-     */
-+
-+if (! img_keepopen(idict)) {
-+    unrefPdfDocument(img_filepath(idict));
-+}
-+
-+
- }
- /* Deallocate a PdfDocument with all its resources. */
---- ./texk/web2c/luatexdir/lua/lepdflib.cc     2017-03-11 01:04:06.000000000 +0000
-+++ ../lepdflib.cc     2018-01-23 08:07:59.790233165 +0000
-@@ -21,7 +21,9 @@
- #include "image/epdf.h"
--
-+// Patches for the new poppler 0.59 from
-+// https://www.mail-archive.com/arch-commits@archlinux.org/msg357548.html
-+// with some modifications to comply the poppler API.
- // define DEBUG
-@@ -253,6 +255,12 @@
-    lua_settable(L,-3)
-+#define OBJECT_TYPE(name)                   \
-+   lua_pushstring(L, #name);                \
-+   lua_pushinteger(L, (int)name);           \
-+   lua_settable(L,-3)
-+
-+
- #define STRUCTELEMENT_TYPE_ENTRY(name)      \
-    lua_pushstring(L, #name);                \
-    lua_pushinteger(L, StructElement::name); \
-@@ -306,6 +314,28 @@
-    return 1;
- }
-+static int l_Object_Type(lua_State * L) {
-+   lua_createtable(L,0,16);/*nr of ObjType values*/ ;
-+   OBJECT_TYPE(objBool);
-+   OBJECT_TYPE(objInt);
-+   OBJECT_TYPE(objReal);
-+   OBJECT_TYPE(objString);
-+   OBJECT_TYPE(objName);
-+   OBJECT_TYPE(objNull);
-+   OBJECT_TYPE(objArray);
-+   OBJECT_TYPE(objDict);
-+   OBJECT_TYPE(objStream);
-+   OBJECT_TYPE(objRef);
-+   OBJECT_TYPE(objCmd);
-+   OBJECT_TYPE(objError);
-+   OBJECT_TYPE(objEOF);
-+   OBJECT_TYPE(objNone);
-+   OBJECT_TYPE(objInt64);
-+   OBJECT_TYPE(objDead);
-+   return 1;
-+}
-+
-+
- static int l_StructElement_Type(lua_State * L) {
-    lua_createtable (L, 0, 50);
-    STRUCTELEMENT_TYPE_ENTRY(Document);
-@@ -398,14 +428,136 @@
- static int l_new_Object(lua_State * L)
- {
-     udstruct *uout;
-+    int n = lua_gettop(L); // number of arguments
-     uout = new_Object_userdata(L);
--    uout->d = new Object();     // automatic init to type "none"
--    uout->atype = ALLOC_LEPDF;
--    uout->pc = 0;
--    uout->pd = NULL;            // not connected to any PDFDoc
-+    switch(n) {
-+    case 0:
-+      uout->d = new Object();     // automatic init to type "none"
-+      uout->atype = ALLOC_LEPDF;
-+      uout->pc = 0;
-+      uout->pd = NULL;            // not connected to any PDFDoc
-+      break;
-+    case 1:
-+      if (lua_isboolean (L,1)) {
-+      uout->d = new Object(lua_toboolean(L, 1)? gTrue : gFalse);
-+      uout->atype = ALLOC_LEPDF;
-+      uout->pc = 0;
-+      uout->pd = NULL;
-+      } else if (lua_isnumber (L,1)) {
-+      double d = lua_tonumber(L,1);
-+      // Missed :Object(long long int64gA)
-+      if (d==((int)d)) {
-+        uout->d = new Object((int)d);
-+      } else {
-+        uout->d = new Object(d);
-+      }
-+      uout->atype = ALLOC_LEPDF;
-+      uout->pc = 0;
-+      uout->pd = NULL;
-+      } else if (lua_isstring (L,1)){
-+      GooString *gs;
-+      const char *s;
-+      size_t len;
-+      s = luaL_checklstring(L, 2, &len);
-+      gs = new GooString(s, len);
-+      uout->d = new Object(gs);
-+      uout->atype = ALLOC_LEPDF;
-+      uout->pc = 0;
-+      uout->pd = NULL;
-+      } else if (luaL_testudata(L,1,M_Array)){
-+      udstruct *u;
-+      Array *a;
-+      u = (udstruct *) luaL_checkudata(L, 1, M_Array);
-+      a = (Array *)u->d;
-+      uout->d = new Object(a);
-+      uout->atype = ALLOC_LEPDF;
-+      uout->pc = 0;
-+      uout->pd = NULL;
-+      } else if (luaL_testudata(L,1,M_Dict)){
-+      udstruct *u;
-+      Dict *d;
-+      u = (udstruct *) luaL_checkudata(L, 1, M_Dict);
-+      d = (Dict *)u->d;
-+      uout->d = new Object(d);
-+      uout->atype = ALLOC_LEPDF;
-+      uout->pc = 0;
-+      uout->pd = NULL;
-+      } else if (luaL_testudata(L,1,M_Stream)){
-+      udstruct *u;
-+      Stream *s;
-+      u = (udstruct *) luaL_checkudata(L, 1, M_Stream);
-+      s = (Stream *)u->d;
-+      *((Object *) uout->d) = Object(s);
-+      } else
-+      luaL_error(L, "Invalid/unsupported value for Object constructor");
-+      break;
-+    case 2:
-+      if (lua_isnumber (L,1) && lua_isnumber (L,2)) {
-+      double numA = lua_tonumber(L,1);
-+      double genA = lua_tonumber(L,2);
-+      if ( ((numA)==(int)(numA)) && ((genA)==(int)(genA)) ){
-+        uout->d = new Object((int)(numA), (int)(genA));
-+        uout->atype = ALLOC_LEPDF;
-+        uout->pc = 0;
-+        uout->pd = NULL;
-+      }
-+      } else if (lua_isnumber (L,1) && (lua_isstring(L,2)|| lua_isnoneornil(L,2))) {
-+      double d_typeA = lua_tonumber(L,1);
-+      int typeA = (int)(d_typeA);
-+      if (d_typeA==typeA){
-+        switch((int)(typeA)) {
-+        case     objBool:
-+        case     objInt:
-+        case     objReal:
-+        case     objString:
-+        case     objName:
-+        case     objNull:
-+        case     objArray:
-+        case     objDict:
-+        case     objStream:
-+        case     objRef:
-+        case     objCmd:
-+        case     objError:
-+        case     objEOF:
-+        case     objNone:
-+        case     objInt64:
-+        case     objDead:
-+          if (lua_isstring(L,2))
-+            uout->d = new Object((ObjType)(typeA), luaL_checkstring(L, 2));
-+          else
-+            uout->d = new Object((ObjType)(typeA));
-+          uout->atype = ALLOC_LEPDF;
-+          uout->pc = 0;
-+          uout->pd = NULL;
-+
-+          break;
-+        default:
-+          luaL_error(L, "Invalid values for Object constructor");
-+          break;
-+        }//switch((int)(d))
-+      } else //  (d_typeA)!=(typeA)
-+        luaL_error(L, "Invalid/unsupported values for Object constructor");
-+      } // if (lua_isnumber (L,1) && (lua_isstring(L,2)|| lua_isnoneornil(L,2)))
-+      break;
-+    default:
-+      luaL_error(L, "Invalid specification for Object constructor");
-+    }
-+    lua_settop(L,1);
-     return 1;
- }
-+// static int l_new_Object(lua_State * L)
-+// {
-+//     udstruct *uout;
-+//     uout = new_Object_userdata(L);
-+//     uout->d = new Object();     // automatic init to type "none"
-+//     uout->atype = ALLOC_LEPDF;
-+//     uout->pc = 0;
-+//     uout->pd = NULL;            // not connected to any PDFDoc
-+//     return 1;
-+// }
-+
-+
- // PDFRectangle see Page.h
- static int l_new_PDFRectangle(lua_State * L)
-@@ -429,6 +581,7 @@
-     {"AttributeOwner_Type",l_AttributeOwner_Type},
-     {"Dict", l_new_Dict},
-     {"Object", l_new_Object},
-+    {"Object_Type", l_Object_Type},
-     {"PDFRectangle", l_new_PDFRectangle},
-     {NULL, NULL}                // sentinel
- };
-@@ -538,7 +691,7 @@
-         pdfdoc_changed_error(L);                               \
-     uout = new_Object_userdata(L);                             \
-     uout->d = new Object();                                    \
--    ((in *) uin->d)->function((Object *) uout->d);             \
-+    *((Object *)uout->d) = ((in *) uin->d)->function();                  \
-     uout->atype = ALLOC_LEPDF;                                 \
-     uout->pc = uin->pc;                                        \
-     uout->pd = uin->pd;                                        \
-@@ -665,30 +818,27 @@
- //**********************************************************************
- // Array
--
--static int m_Array_incRef(lua_State * L)
--{
--    int i;
--    udstruct *uin;
--    uin = (udstruct *) luaL_checkudata(L, 1, M_Array);
--    if (uin->pd != NULL && uin->pd->pc != uin->pc)
--        pdfdoc_changed_error(L);
--    i = ((Array *) uin->d)->incRef();
--    lua_pushinteger(L, i);
--    return 1;
--}
--
--static int m_Array_decRef(lua_State * L)
--{
--    int i;
--    udstruct *uin;
--    uin = (udstruct *) luaL_checkudata(L, 1, M_Array);
--    if (uin->pd != NULL && uin->pd->pc != uin->pc)
--        pdfdoc_changed_error(L);
--    i = ((Array *) uin->d)->decRef();
--    lua_pushinteger(L, i);
--    return 1;
--}
-+// Now private
-+// static int m_Array_incRef(lua_State * L)
-+// {
-+//     udstruct *uin;
-+//     uin = (udstruct *) luaL_checkudata(L, 1, M_Array);
-+//     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-+//         pdfdoc_changed_error(L);
-+//     lua_pushinteger(L, 1);
-+//     return 1;
-+// }
-+// Now private
-+// static int m_Array_decRef(lua_State * L)
-+// {
-+//     int i;
-+//     udstruct *uin;
-+//     uin = (udstruct *) luaL_checkudata(L, 1, M_Array);
-+//     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-+//         pdfdoc_changed_error(L);
-+//     lua_pushinteger(L, 1);
-+//     return 1;
-+// }
- m_poppler_get_INT(Array, getLength);
-@@ -702,7 +852,7 @@
-     if ((uin->pd != NULL && uin->pd->pc != uin->pc)
-         || (uobj->pd != NULL && uobj->pd->pc != uobj->pc))
-         pdfdoc_changed_error(L);
--    ((Array *) uin->d)->add(((Object *) uobj->d));
-+    ((Array *) uin->d)->add(std::move(*((Object *) uobj->d)));
-     return 0;
- }
-@@ -718,7 +868,7 @@
-     if (i > 0 && i <= len) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((Array *) uin->d)->get(i - 1, (Object *) uout->d);
-+        *((Object *) uout->d) = ((Array *) uin->d)->get(i - 1);
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -739,7 +889,7 @@
-     if (i > 0 && i <= len) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((Array *) uin->d)->getNF(i - 1, (Object *) uout->d);
-+        *((Object *) uout->d) = ((Array *) uin->d)->getNF(i - 1);
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -773,8 +923,8 @@
- m_poppler__tostring(Array);
- static const struct luaL_Reg Array_m[] = {
--    {"incRef", m_Array_incRef},
--    {"decRef", m_Array_decRef},
-+    // {"incRef", m_Array_incRef},// Now private
-+    // {"decRef", m_Array_decRef},// Now private
-     {"getLength", m_Array_getLength},
-     {"add", m_Array_add},
-     {"get", m_Array_get},
-@@ -950,30 +1100,26 @@
- //**********************************************************************
- // Dict
--
--static int m_Dict_incRef(lua_State * L)
--{
--    int i;
--    udstruct *uin;
--    uin = (udstruct *) luaL_checkudata(L, 1, M_Dict);
--    if (uin->pd != NULL && uin->pd->pc != uin->pc)
--        pdfdoc_changed_error(L);
--    i = ((Dict *) uin->d)->incRef();
--    lua_pushinteger(L, i);
--    return 1;
--}
--
--static int m_Dict_decRef(lua_State * L)
--{
--    int i;
--    udstruct *uin;
--    uin = (udstruct *) luaL_checkudata(L, 1, M_Dict);
--    if (uin->pd != NULL && uin->pd->pc != uin->pc)
--        pdfdoc_changed_error(L);
--    i = ((Dict *) uin->d)->decRef();
--    lua_pushinteger(L, i);
--    return 1;
--}
-+// Now private
-+// static int m_Dict_incRef(lua_State * L)
-+// {
-+//     udstruct *uin;
-+//     uin = (udstruct *) luaL_checkudata(L, 1, M_Dict);
-+//     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-+//         pdfdoc_changed_error(L);
-+//     lua_pushinteger(L, 1);
-+//     return 1;
-+// }
-+// Now private
-+// static int m_Dict_decRef(lua_State * L)
-+// {
-+//     udstruct *uin;
-+//     uin = (udstruct *) luaL_checkudata(L, 1, M_Dict);
-+//     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-+//         pdfdoc_changed_error(L);
-+//     lua_pushinteger(L, 1);
-+//     return 1;
-+// }
- m_poppler_get_INT(Dict, getLength);
-@@ -986,7 +1132,7 @@
-         pdfdoc_changed_error(L);
-     s = copyString(luaL_checkstring(L, 2));
-     uobj = (udstruct *) luaL_checkudata(L, 3, M_Object);
--    ((Dict *) uin->d)->add(s, ((Object *) uobj->d));
-+    ((Dict *) uin->d)->add(s, std::move(*((Object *) uobj->d)));
-     return 0;
- }
-@@ -999,7 +1145,7 @@
-         pdfdoc_changed_error(L);
-     s = luaL_checkstring(L, 2);
-     uobj = (udstruct *) luaL_checkudata(L, 3, M_Object);
--    ((Dict *) uin->d)->set(s, ((Object *) uobj->d));
-+    ((Dict *) uin->d)->set(s, std::move(*((Object *) uobj->d)));
-     return 0;
- }
-@@ -1027,7 +1173,7 @@
-     s = luaL_checkstring(L, 2);
-     uout = new_Object_userdata(L);
-     uout->d = new Object();
--    ((Dict *) uin->d)->lookup(s, (Object *) uout->d);
-+    *((Object *) uout->d) = ((Dict *) uin->d)->lookup(s);
-     uout->atype = ALLOC_LEPDF;
-     uout->pc = uin->pc;
-     uout->pd = uin->pd;
-@@ -1044,7 +1190,7 @@
-     s = luaL_checkstring(L, 2);
-     uout = new_Object_userdata(L);
-     uout->d = new Object();
--    ((Dict *) uin->d)->lookupNF(s, (Object *) uout->d);
-+    *((Object *) uout->d) = ((Dict *) uin->d)->lookupNF(s);
-     uout->atype = ALLOC_LEPDF;
-     uout->pc = uin->pc;
-     uout->pd = uin->pd;
-@@ -1096,7 +1242,7 @@
-     if (i > 0 && i <= len) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((Dict *) uin->d)->getVal(i - 1, (Object *) uout->d);
-+        *((Object *) uout->d) = ((Dict *) uin->d)->getVal(i - 1);
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -1117,7 +1263,7 @@
-     if (i > 0 && i <= len) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((Dict *) uin->d)->getValNF(i - 1, (Object *) uout->d);
-+        *((Object *) uout->d) = ((Dict *) uin->d)->getValNF(i - 1);
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -1131,8 +1277,8 @@
- m_poppler__tostring(Dict);
- static const struct luaL_Reg Dict_m[] = {
--    {"incRef", m_Dict_incRef},
--    {"decRef", m_Dict_decRef},
-+    // {"incRef", m_Dict_incRef},// Now private
-+    // {"decRef", m_Dict_decRef},// Now private
-     {"getLength", m_Dict_getLength},
-     {"add", m_Dict_add},
-     {"set", m_Dict_set},
-@@ -1381,9 +1527,9 @@
-         pdfdoc_changed_error(L);
-     luaL_checktype(L, 2, LUA_TBOOLEAN);
-     if (lua_toboolean(L, 2) != 0)
--        ((Object *) uin->d)->initBool(gTrue);
-+        *((Object *) uin->d) = Object(gTrue);
-     else
--        ((Object *) uin->d)->initBool(gFalse);
-+        *((Object *) uin->d) = Object(gFalse);
-     return 0;
- }
-@@ -1395,7 +1541,7 @@
-     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-         pdfdoc_changed_error(L);
-     i = luaL_checkint(L, 2);
--    ((Object *) uin->d)->initInt(i);
-+    *((Object *) uin->d) = Object(i);
-     return 0;
- }
-@@ -1407,7 +1553,7 @@
-     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-         pdfdoc_changed_error(L);
-     d = luaL_checknumber(L, 2);
--    ((Object *) uin->d)->initReal(d);
-+    *((Object *) uin->d) = Object(d);
-     return 0;
- }
-@@ -1422,7 +1568,7 @@
-         pdfdoc_changed_error(L);
-     s = luaL_checklstring(L, 2, &len);
-     gs = new GooString(s, len);
--    ((Object *) uin->d)->initString(gs);
-+    *((Object *) uin->d) = Object(gs);
-     return 0;
- }
-@@ -1434,7 +1580,7 @@
-     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-         pdfdoc_changed_error(L);
-     s = luaL_checkstring(L, 2);
--    ((Object *) uin->d)->initName(s);
-+    *((Object *) uin->d) = Object(objName, s);
-     return 0;
- }
-@@ -1444,13 +1590,14 @@
-     uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
-     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-         pdfdoc_changed_error(L);
--    ((Object *) uin->d)->initNull();
-+    *((Object *) uin->d) = Object(objNull);
-     return 0;
- }
- static int m_Object_initArray(lua_State * L)
- {
-     udstruct *uin, *uxref;
-+    Array *a;
-     uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
-     uxref = (udstruct *) luaL_checkudata(L, 2, M_XRef);
-     if (uin->pd != NULL && uxref->pd != NULL && uin->pd != uxref->pd)
-@@ -1458,7 +1605,8 @@
-     if ((uin->pd != NULL && uin->pd->pc != uin->pc)
-         || (uxref->pd != NULL && uxref->pd->pc != uxref->pc))
-         pdfdoc_changed_error(L);
--    ((Object *) uin->d)->initArray((XRef *) uxref->d);
-+    a = new Array((XRef *) uxref->d);
-+    *((Object *) uin->d) = Object(a);
-     return 0;
- }
-@@ -1469,6 +1617,7 @@
- static int m_Object_initDict(lua_State * L)
- {
-     udstruct *uin, *uxref;
-+    Dict *d;
-     uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
-     uxref = (udstruct *) luaL_checkudata(L, 2, M_XRef);
-     if (uin->pd != NULL && uxref->pd != NULL && uin->pd != uxref->pd)
-@@ -1476,7 +1625,8 @@
-     if ((uin->pd != NULL && uin->pd->pc != uin->pc)
-         || (uxref->pd != NULL && uxref->pd->pc != uxref->pc))
-         pdfdoc_changed_error(L);
--    ((Object *) uin->d)->initDict((XRef *) uxref->d);
-+    d = new Dict((XRef *) uxref->d);
-+    *((Object *) uin->d) = Object(d);
-     return 0;
- }
-@@ -1490,7 +1640,7 @@
-     if ((uin->pd != NULL && uin->pd->pc != uin->pc)
-         || (ustream->pd != NULL && ustream->pd->pc != ustream->pc))
-         pdfdoc_changed_error(L);
--    ((Object *) uin->d)->initStream((Stream *) ustream->d);
-+    *((Object *) uin->d) = Object((Stream *) ustream->d);
-     return 0;
- }
-@@ -1503,7 +1653,7 @@
-         pdfdoc_changed_error(L);
-     num = luaL_checkint(L, 2);
-     gen = luaL_checkint(L, 3);
--    ((Object *) uin->d)->initRef(num, gen);
-+    *((Object *) uin->d) = Object(num, gen);
-     return 0;
- }
-@@ -1515,7 +1665,7 @@
-     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-         pdfdoc_changed_error(L);
-     s = luaL_checkstring(L, 2);
--    ((Object *) uin->d)->initCmd(CHARP_CAST s);
-+    *((Object *) uin->d) = Object(objCmd, CHARP_CAST s);
-     return 0;
- }
-@@ -1525,7 +1675,7 @@
-     uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
-     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-         pdfdoc_changed_error(L);
--    ((Object *) uin->d)->initError();
-+    *((Object *) uin->d) = Object(objError);
-     return 0;
- }
-@@ -1535,7 +1685,7 @@
-     uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
-     if (uin->pd != NULL && uin->pd->pc != uin->pc)
-         pdfdoc_changed_error(L);
--    ((Object *) uin->d)->initEOF();
-+    *((Object *) uin->d) = Object(objEOF);
-     return 0;
- }
-@@ -1551,7 +1701,7 @@
-         pdfdoc_changed_error(L);
-     uout = new_Object_userdata(L);
-     uout->d = new Object();
--    ((Object *) uin->d)->fetch((XRef *) uxref->d, (Object *) uout->d);
-+    *((Object *) uout->d) = ((Object *) uin->d)->fetch((XRef *) uxref->d);
-     uout->atype = ALLOC_LEPDF;
-     uout->pc = uin->pc;
-     uout->pd = uin->pd;
-@@ -1816,7 +1966,7 @@
-         pdfdoc_changed_error(L);
-     if (!((Object *) uin->d)->isArray())
-         luaL_error(L, "Object is not an Array");
--    ((Object *) uin->d)->arrayAdd((Object *) uobj->d);
-+    ((Object *) uin->d)->arrayAdd(std::move(*((Object *) uobj->d)));
-     return 0;
- }
-@@ -1833,7 +1983,7 @@
-         if (i > 0 && i <= len) {
-             uout = new_Object_userdata(L);
-             uout->d = new Object();
--            ((Object *) uin->d)->arrayGet(i - 1, (Object *) uout->d);
-+            *((Object *) uout->d) = ((Object *) uin->d)->arrayGet(i - 1);
-             uout->atype = ALLOC_LEPDF;
-             uout->pc = uin->pc;
-             uout->pd = uin->pd;
-@@ -1857,7 +2007,7 @@
-         if (i > 0 && i <= len) {
-             uout = new_Object_userdata(L);
-             uout->d = new Object();
--            ((Object *) uin->d)->arrayGetNF(i - 1, (Object *) uout->d);
-+            *((Object *) uout->d) = ((Object *) uin->d)->arrayGetNF(i - 1);
-             uout->atype = ALLOC_LEPDF;
-             uout->pc = uin->pc;
-             uout->pd = uin->pd;
-@@ -1897,7 +2047,7 @@
-         pdfdoc_changed_error(L);
-     if (!((Object *) uin->d)->isDict())
-         luaL_error(L, "Object is not a Dict");
--    ((Object *) uin->d)->dictAdd(copyString(s), (Object *) uobj->d);
-+    ((Object *) uin->d)->dictAdd(copyString(s), std::move(*((Object *) uobj->d)));
-     return 0;
- }
-@@ -1915,7 +2065,7 @@
-         pdfdoc_changed_error(L);
-     if (!((Object *) uin->d)->isDict())
-         luaL_error(L, "Object is not a Dict");
--    ((Object *) uin->d)->dictSet(s, (Object *) uobj->d);
-+    ((Object *) uin->d)->dictSet(s, std::move(*((Object *) uobj->d)));
-     return 0;
- }
-@@ -1930,7 +2080,7 @@
-     if (((Object *) uin->d)->isDict()) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((Object *) uin->d)->dictLookup(s, (Object *) uout->d);
-+        *((Object *) uout->d) = ((Object *) uin->d)->dictLookup(s);
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -1950,7 +2100,7 @@
-     if (((Object *) uin->d)->isDict()) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((Object *) uin->d)->dictLookupNF(s, (Object *) uout->d);
-+        *((Object *) uout->d) = ((Object *) uin->d)->dictLookupNF(s);
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -1991,7 +2141,7 @@
-         if (i > 0 && i <= len) {
-             uout = new_Object_userdata(L);
-             uout->d = new Object();
--            ((Object *) uin->d)->dictGetVal(i - 1, (Object *) uout->d);
-+          *((Object *) uout->d) = ((Object *) uin->d)->dictGetVal(i - 1);
-             uout->atype = ALLOC_LEPDF;
-             uout->pc = uin->pc;
-             uout->pd = uin->pd;
-@@ -2015,7 +2165,7 @@
-         if (i > 0 && i <= len) {
-             uout = new_Object_userdata(L);
-             uout->d = new Object();
--            ((Object *) uin->d)->dictGetValNF(i - 1, (Object *) uout->d);
-+            *((Object *) uout->d) = ((Object *) uin->d)->dictGetValNF(i - 1);
-             uout->atype = ALLOC_LEPDF;
-             uout->pc = uin->pc;
-             uout->pd = uin->pd;
-@@ -2243,7 +2393,7 @@
- m_poppler_get_poppler(Page, Dict, getPieceInfo);
- m_poppler_get_poppler(Page, Dict, getSeparationInfo);
- m_poppler_get_poppler(Page, Dict, getResourceDict);
--m_poppler_get_OBJECT(Page, getAnnots);
-+m_poppler_get_OBJECT(Page, getAnnotsObject);
- m_poppler_get_OBJECT(Page, getContents);
-@@ -2270,7 +2420,7 @@
-     {"getPieceInfo", m_Page_getPieceInfo},
-     {"getSeparationInfo", m_Page_getSeparationInfo},
-     {"getResourceDict", m_Page_getResourceDict},
--    {"getAnnots", m_Page_getAnnots},
-+    {"getAnnotsObject", m_Page_getAnnotsObject},
-     {"getContents", m_Page_getContents},
-     {"__tostring", m_Page__tostring},
-     {NULL, NULL}                // sentinel
-@@ -2520,7 +2670,7 @@
-     if (((PdfDocument *) uin->d)->doc->getXRef()->isOk()) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((PdfDocument *) uin->d)->doc->getDocInfo((Object *) uout->d);
-+        *((Object *) uout->d) = ((PdfDocument *) uin->d)->doc->getDocInfo();
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -2538,7 +2688,7 @@
-     if (((PdfDocument *) uin->d)->doc->getXRef()->isOk()) {
-         uout = new_Object_userdata(L);
-         uout->d = new Object();
--        ((PdfDocument *) uin->d)->doc->getDocInfoNF((Object *) uout->d);
-+        *((Object *) uout->d) = ((PdfDocument *) uin->d)->doc->getDocInfoNF();
-         uout->atype = ALLOC_LEPDF;
-         uout->pc = uin->pc;
-         uout->pd = uin->pd;
-@@ -2841,7 +2991,7 @@
-     uout = new_Object_userdata(L);
-     uout->d = new Object();
-     origin = (Object *) (((Attribute *) uin->d)->getValue());
--    origin->copy ( ((Object *)uout->d) );
-+    *((Object *) uout->d) = origin->copy();
-     uout->atype = ALLOC_LEPDF;
-     uout->pc = uin->pc;
-     uout->pd = uin->pd;
-@@ -3320,7 +3470,8 @@
-     parent = root->findParentElement(i-1);
-     if (parent != NULL) {
-        uout = new_StructElement_userdata(L);
--       uout->d = new StructElement( *parent );
-+       // see https://isocpp.org/wiki/faq/const-correctness#aliasing-and-const
-+       uout->d = (StructElement *) parent;
-        uout->atype = ALLOC_LEPDF;
-        uout->pc = uin->pc;
-        uout->pd = uin->pd;
-@@ -3331,7 +3482,6 @@
- static const struct luaL_Reg StructTreeRoot_m[] = {
--  {"findParentElement", m_StructTreeRoot_findParentElement},
-   {"getDoc",m_StructTreeRoot_getDoc},
-   {"getRoleMap",m_StructTreeRoot_getRoleMap},
-   {"getClassMap",m_StructTreeRoot_getClassMap},
-@@ -3370,7 +3520,7 @@
-     gen = luaL_checkint(L, 3);
-     uout = new_Object_userdata(L);
-     uout->d = new Object();
--    ((XRef *) uin->d)->fetch(num, gen, (Object *) uout->d);
-+    *((Object *) uout->d) = ((XRef *) uin->d)->fetch(num, gen);
-     uout->atype = ALLOC_LEPDF;
-     uout->pc = uin->pc;
-     uout->pd = uin->pd;
-@@ -3449,7 +3599,7 @@
-     lua_setfield(L, -2, "__index");         \
-     lua_pushstring(L, "no user access");    \
-     lua_setfield(L, -2, "__metatable");     \
--    luaL_register(L, NULL, type##_m)
-+    luaL_openlib(L, NULL, type##_m, 0)
- #else
- #define setfuncs_meta(type)                 \
-     luaL_newmetatable(L, M_##type);         \
-@@ -3484,6 +3634,6 @@
-     setfuncs_meta(TextSpan);
-     setfuncs_meta(XRef);
-     setfuncs_meta(XRefEntry);
--    luaL_register(L, "epdf", epdflib_f);
-+    luaL_openlib(L, "epdf", epdflib_f, 0);
-     return 1;
- }
---- ./texk/web2c/luatexdir/lua/lpdfscannerlib.cc       2016-11-25 18:09:15.000000000 +0000
-+++ ../lpdfscannerlib.cc       2018-01-23 08:07:59.790233165 +0000
-@@ -634,7 +634,7 @@
-       int i;
-       for (i=0;i<count;i++) {
-       Object *val = new Object();
--      arrayref->get(i, val);
-+      *val = arrayref->get(i);
-       if (val->isStream()) {
-         ObjectList *rover = self->_streams;
-         ObjectList *item = (ObjectList *)priv_xmalloc (sizeof(ObjectList));
-@@ -944,8 +944,8 @@
-     luaL_openlib(L, 0, scannerlib_meta, 0);
-     lua_pushvalue(L, -1);
-     lua_setfield(L, -2, "__index");
--    luaL_register(L, NULL, scannerlib_m);
--    luaL_register(L, "pdfscanner", scannerlib);
-+    luaL_openlib(L, NULL, scannerlib_m, 0);
-+    luaL_openlib(L, "pdfscanner", scannerlib, 0);
-     return 1;
- }
---- ./texk/web2c/luatexdir/image/image.h       2017-02-04 01:04:04.000000000 +0000
-+++ ../image.h 2018-01-23 09:09:10.241949055 +0000
-@@ -126,6 +126,7 @@
-     int luaref ;
-     boolean keepopen;
-     int errorlevel;
-+    int pdfmajorversion;
-     int pdfminorversion;
-     union {
-         pdf_stream_struct *pdfstream;
-@@ -171,6 +172,7 @@
- #  define img_luaref(N)           ((N)->luaref)
- #  define img_keepopen(N)         ((N)->keepopen)
- #  define img_errorlevel(N)       ((N)->errorlevel)
-+#  define img_pdfmajorversion(N)  ((N)->pdfmajorversion)
- #  define img_pdfminorversion(N)  ((N)->pdfminorversion)
- #  define img_pdfstream_ptr(N)    ((N)->img_struct.pdfstream)
diff --git a/packages/texlive-bin/luatex-poppler-0.64.patch b/packages/texlive-bin/luatex-poppler-0.64.patch
new file mode 100644 (file)
index 0000000..9741d4f
--- /dev/null
@@ -0,0 +1,35 @@
+--- ../pdftoepdf.w     2018-04-30 19:38:03.041290335 +0000
++++ ./texk/web2c/luatexdir/image/pdftoepdf.w   2018-04-30 20:27:50.631512751 +0000
+@@ -472,10 +472,10 @@
+         break;
+     */
+     case objString:
+-        copyString(pdf, obj->getString());
++        copyString(pdf, (GooString *)obj->getString());
+         break;
+     case objName:
+-        copyName(pdf, obj->getName());
++        copyName(pdf, (char *)obj->getName());
+         break;
+     case objNull:
+         pdf_add_null(pdf);
+--- ../lepdflib.cc     2018-04-30 19:37:10.553331209 +0000
++++ ./texk/web2c/luatexdir/lua/lepdflib.cc     2018-04-30 20:40:55.079059154 +0000
+@@ -674,7 +674,7 @@
+     uin = (udstruct *) luaL_checkudata(L, 1, M_##in);          \
+     if (uin->pd != NULL && uin->pd->pc != uin->pc)             \
+         pdfdoc_changed_error(L);                               \
+-    gs = ((in *) uin->d)->function();                          \
++    gs = (GooString *)((in *) uin->d)->function();             \
+     if (gs != NULL)                                            \
+         lua_pushlstring(L, gs->getCString(), gs->getLength()); \
+     else                                                       \
+@@ -1813,7 +1813,7 @@
+     if (uin->pd != NULL && uin->pd->pc != uin->pc)
+         pdfdoc_changed_error(L);
+     if (((Object *) uin->d)->isString()) {
+-        gs = ((Object *) uin->d)->getString();
++        gs = (GooString *)((Object *) uin->d)->getString();
+         lua_pushlstring(L, gs->getCString(), gs->getLength());
+     } else
+         lua_pushnil(L);
similarity index 92%
rename from packages/texlive-bin/pdftex-poppler-0.59.patch
rename to packages/texlive-bin/pdftex-poppler-0.64.patch
index 869aad53114d0ee5999e23093ca19890031a09d0..2ba2efc14f696b89f3a63ae81b9551a8c07f6ba7 100644 (file)
@@ -1,5 +1,5 @@
---- ./texk/web2c/pdftexdir/pdftoepdf.cc        2016-11-25 18:09:21.000000000 +0000
-+++ ../pdftoepdf.cc    2018-01-23 08:50:08.583460101 +0000
+--- ./texk/web2c/pdftexdir/pdftoepdf.cc        2016-11-25 18:24:37.000000000 +0000
++++ ../pdftoepdf-newpoppler.cc 2018-04-30 18:45:14.463926082 +0000
 @@ -1,5 +1,5 @@
  /*
 -Copyright 1996-2016 Han The Thanh, <thanh@pdftex.org>
@@ -91,8 +91,9 @@
  static void copyDictEntry(Object * obj, int i)
  {
 -    PdfObject obj1;
+-    copyName(obj->dictGetKey(i));
 +    Object obj1;
-     copyName(obj->dictGetKey(i));
++    copyName((char *)obj->dictGetKey(i));
      pdf_puts(" ");
 -    obj->dictGetValNF(i, &obj1);
 +    obj1 = obj->dictGetValNF(i);
 -                        procset->getTypeName());
 -        copyName(procset->getName());
 +                        procset.getTypeName());
-+        copyName(procset.getName());
++        copyName((char *)procset.getName());
          pdf_puts(" ");
      }
      pdf_puts("]\n");
 +        && fontdescRef.isRef()
 +        && fontdesc.isDict()
 +        && embeddableFont(&fontdesc)
-+        && (fontmap = lookup_fontmap(basefont.getName())) != NULL) {
++        && (fontmap = lookup_fontmap((char *)basefont.getName())) != NULL) {
          // round /StemV value, since the PDF input is a float
          // (see Font Descriptors in PDF reference), but we only store an
          // integer, since we don't want to change the struct.
 +        charset = fontdesc.dictLookup("CharSet");
 +        if (!charset.isNull() &&
 +            charset.isString() && is_subsetable(fontmap))
-+            epdf_mark_glyphs(fd, charset.getString()->getCString());
++            epdf_mark_glyphs(fd, (char *)charset.getString()->getCString());
          else
              embed_whole_font(fd);
 -        addFontDesc(fontdescRef->getRef(), fd);
 +        if (fontRef.isRef())
              copyFont(obj->dictGetKey(i), &fontRef);
 -        else if (fontRef->isDict()) {   // some programs generate pdf with embedded font object
+-            copyName(obj->dictGetKey(i));
 +        else if (fontRef.isDict()) {   // some programs generate pdf with embedded font object
-             copyName(obj->dictGetKey(i));
++            copyName((char *)obj->dictGetKey(i));
              pdf_puts(" ");
              copyObject(&fontRef);
          }
      int i, l, c;
      Ref ref;
      char *p;
-@@ -601,8 +595,8 @@
+@@ -571,7 +565,7 @@
+     } else if (obj->isNum()) {
+         pdf_printf("%s", convertNumToPDF(obj->getNum()));
+     } else if (obj->isString()) {
+-        s = obj->getString();
++        s = (GooString *)obj->getString();
+         p = s->getCString();
+         l = s->getLength();
+         if (strlen(p) == (unsigned int) l) {
+@@ -595,14 +589,14 @@
+             pdf_puts(">");
+         }
+     } else if (obj->isName()) {
+-        copyName(obj->getName());
++        copyName((char *)obj->getName());
+     } else if (obj->isNull()) {
+         pdf_puts("null");
      } else if (obj->isArray()) {
          pdf_puts("[");
          for (i = 0, l = obj->arrayGetLength(); i < l; ++i) {
 +*/
 +// begin modification
 +            groupDict = pageDict->lookup("Group");
-+            Dict dic1 = page->getGroup();
-+            Dict dic2 = groupDict.getDict();
++            const Dict& dic1 = page->getGroup();
++            const Dict& dic2 = groupDict.getDict();
 +            // replace dic2 in groupDict with dic1
 +            l = dic2.getLength();
 +            for (i = 0; i < l; i++) {
              if (i < l - 1)
                  pdf_newline();  // add a newline after each stream except the last
          }
---- ./texk/web2c/pdftexdir/pdftosrc.cc 2016-11-25 18:09:21.000000000 +0000
-+++ ../pdftosrc.cc     2018-01-23 08:50:03.531537552 +0000
-@@ -1,5 +1,5 @@
- /*
--Copyright 1996-2014 Han The Thanh, <thanh@pdftex.org>
-+Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org>
- This file is part of pdfTeX.
+--- ./texk/web2c/pdftexdir/pdftosrc.cc 2017-10-17 04:24:27.000000000 +0000
++++ ../pdftosrc-newpoppler.cc  2018-04-30 18:45:24.223917354 +0000
 @@ -16,6 +16,14 @@
  You should have received a copy of the GNU General Public License along
  with this program.  If not, see <http://www.gnu.org/licenses/>.
  #endif
  #include <assert.h>
  
-@@ -86,22 +91,20 @@
+@@ -86,31 +91,29 @@
              objgen = atoi(argv[3]);
      }
      xref = doc->getXRef();
          if (!srcName.isString()) {
              fprintf(stderr, "No SourceName found\n");
              exit(1);
-@@ -110,7 +113,7 @@
+         }
+-        outname = srcName.getString()->getCString();
++        outname = (char *)srcName.getString()->getCString();
          // We cannot free srcName, as objname shares its string.
          // srcName.free();
      } else if (objnum > 0) {
          if (!srcStream.isStream()) {
              fprintf(stderr, "Not a Stream object\n");
              exit(1);
-@@ -153,35 +156,34 @@
-                         (e->type == xrefEntryFree ? "f" : "n"));
-             else {              // e->offset is the object number of the object stream
-                 Stream *str;
-+                Lexer *lexer;
-                 Parser *parser;
-                 Object objStr, obj1, obj2;
-                 int nObjects, first, n;
+@@ -160,34 +163,27 @@
                  int localOffset = 0;
                  Guint firstOffset;
  
                  objStr.streamReset();
 -                obj1.initNull();
 -                str = new EmbedStream(objStr.getStream(), &obj1, gTrue, first);
--                parser = new Parser(xref, new Lexer(xref, str), gFalse);
 +                str = new EmbedStream(objStr.getStream(), Object(objNull), gTrue, first);
-+                lexer = new Lexer(xref, str);
-+                parser = new Parser(xref, lexer, gFalse);
+                 lexer = new Lexer(xref, str);
+                 parser = new Parser(xref, lexer, gFalse);
                  for (n = 0; n < nObjects; ++n) {
 -                    parser->getObj(&obj1);
 -                    parser->getObj(&obj2);
 -                    obj1.free();
 -                    obj2.free();
                  }
+-#if defined(POPPLER_VERSION) || defined(XPDF304)
                  while (str->getChar() != EOF) ;
+-#else /* xpdf 4.00 */
+-                lexer->skipToEOF();
+-#endif
                  delete parser;
 -                objStr.free();
  
                  fprintf(outfile, "%.10lu 00000 n\n",
                          (long unsigned)(firstOffset + localOffset));
-@@ -192,7 +194,6 @@
+@@ -198,7 +194,6 @@
          s->reset();
          while ((c = s->getChar()) != EOF)
              fputc(c, outfile);
      }
      if (objnum == 0)
          fprintf(stderr, "Source file extracted to %s\n", outname);
-@@ -201,7 +202,6 @@
+@@ -207,7 +202,6 @@
      else
          fprintf(stderr, "Cross-reference table extracted to %s\n", outname);
      fclose(outfile);
index 6a1b30ede8e736eace7ef15d08d3ebcca1a8b027..36cde20a7254c35b76da58e223d69c0ededf9bf0 100644 (file)
@@ -1,15 +1,15 @@
---- ./texk/kpathsea/texmf.cnf  2017-05-03 18:13:42.000000000 +0000
-+++ ../texmf.cnf       2017-11-08 22:44:36.123962327 +0000
-@@ -54,7 +54,7 @@
- % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
- % Kpathsea sets SELFAUTOLOC (the directory with the binary),
- % SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent).
+--- ../texmf.cnf.orig  2018-04-30 17:07:05.796733785 +0000
++++ ./texk/kpathsea/texmf.cnf  2018-04-30 17:36:18.883441637 +0000
+@@ -58,7 +58,7 @@
+ % SELFAUTOPARENT (its grandparent = /usr/local/texlive/YYYY), and
+ % SELFAUTOGRANDPARENT (its great-grandparent = /usr/local/texlive).
+ % Sorry for the off-by-one-generation names.
 -TEXMFROOT = $SELFAUTOPARENT
 +TEXMFROOT = $SELFAUTODIR/share/texlive
  
  % The main tree of distributed packages and programs:
  TEXMFDIST = $TEXMFROOT/texmf-dist
-@@ -64,7 +64,7 @@
+@@ -68,7 +68,7 @@
  TEXMFMAIN = $TEXMFDIST
  
  % Local additions to the distribution trees.
@@ -18,7 +18,7 @@
  
  % TEXMFSYSVAR, where *-sys store cached runtime data.
  TEXMFSYSVAR = $TEXMFROOT/texmf-var
-@@ -516,6 +516,9 @@
+@@ -524,6 +524,9 @@
  $SELFAUTODIR/share/texmf-local/web2c,\
  $SELFAUTODIR/share/texmf-dist/web2c,\
  $SELFAUTODIR/share/texmf/web2c,\
index 06a1ebbdd5b9c0f7c4f4c6ee416a897c4132b6f6..d4a3775bb5e08a2afc422c3d62942aae386ac0a7 100644 (file)
@@ -1,4 +1,4 @@
---- src/texlive-20170524-extra/tlpkg/TeXLive/TLConfig.pm       2016-04-21 19:08:52.000000000 +0000
+--- src/texlive-20180414-extra/tlpkg/TeXLive/TLConfig.pm       2016-04-21 19:08:52.000000000 +0000
 +++ ../TLConfig.pm     2017-05-30 13:18:48.030712610 +0000
 @@ -165,13 +165,13 @@
      [ "b", 1, "postcode",
index baf5d78ad3e03a353a3fc24c4947edbbcf74241e..caf780b71fbb916b3cf397551672b6e87baaf77d 100644 (file)
@@ -1,4 +1,4 @@
---- src/texlive-20170524-extra/tlpkg/TeXLive/TLUtils.pm        2016-05-16 00:33:33.000000000 +0000
+--- src/texlive-20180414-extra/tlpkg/TeXLive/TLUtils.pm        2016-05-16 00:33:33.000000000 +0000
 +++ ../TLUtils.pm      2017-05-30 14:09:38.505466432 +0000
 @@ -228,7 +228,7 @@
        # We cannot rely on #! in config.guess but have to call /bin/sh
index 1f59662a7f775958de665e89673155f8a1f66a6e..3fd6c2465c957811b1b59ddb1af41e57d3bb19ff 100644 (file)
@@ -1,18 +1,18 @@
 TERMUX_PKG_HOMEPAGE=https://www.tug.org/texlive/
 TERMUX_PKG_DESCRIPTION="TeX Live is a distribution of the TeX typesetting system."
 TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
-_MAJOR_VERSION=20170524
+_MAJOR_VERSION=20180414
 TERMUX_PKG_VERSION=${_MAJOR_VERSION}
-TERMUX_PKG_REVISION=5
 TERMUX_PKG_SRCURL=("ftp://ftp.tug.org/texlive/historic/${TERMUX_PKG_VERSION:0:4}/"\
 {"texlive-$_MAJOR_VERSION-texmf.tar.xz",\
 "texlive-$_MAJOR_VERSION-extra.tar.xz",\
 "install-tl-unx.tar.gz"})
-TERMUX_PKG_SHA256=("3f63708b77f8615ec6f2f7c93259c5f584d1b89dd335a28f2362aef9e6f0c9ec"
-"afe49758c26fb51c2fae2e958d3f0c447b5cc22342ba4a4278119d39f5176d7f"
-"d4e07ed15dace1ea7fabe6d225ca45ba51f1cb7783e17850bc9fe3b890239d6d")
-TERMUX_PKG_DEPENDS="wget, perl, xz-utils, gnupg2, texlive-bin (>= 20170524-5)"
-TERMUX_PKG_CONFLICTS="texlive (<< 20170524-5)"
+TERMUX_PKG_SHA256=("bae2fa05ea1858b489f8138bea855c6d65829cf595c1fb219c5d65f4fe8b1fad"
+"5b4397854723405f20df7172e73a04cee2d3ab712f78b064a7f523d6ab9f0329"
+"82c13110852af162c4c5ef1579fa2f4f51c2040850ec02fb7f97497da45eb446")
+TERMUX_PKG_DEPENDS="perl, texlive-bin (>= 20180414)"
+TERMUX_PKG_CONFLICTS="texlive (<< 20170524-5), texlive-bin (<< 20180414)"
+TERMUX_PKG_RECOMMENDS="texlive-tlmgr"
 TERMUX_PKG_FOLDERNAME=("texlive-$_MAJOR_VERSION-texmf"
 "texlive-$_MAJOR_VERSION-extra"
 "install-tl-$_MAJOR_VERSION")
@@ -52,6 +52,17 @@ termux_step_make() {
        cp $TERMUX_PKG_BUILDER_DIR/texlive.tlpdb $TL_ROOT/tlpkg/
        
        perl -I$TL_ROOT/tlpkg/ $TL_ROOT/texmf-dist/scripts/texlive/mktexlsr.pl $TL_ROOT/texmf-dist
+
+       # Replace tlmgr link with a small wrapper that prevents error on "tlmgr update --self"
+       rm -rf $TL_BINDIR/tlmgr
+       ln -sf ../share/texlive/texmf-dist/scripts/texlive/tlmgr.pl $TL_BINDIR/tlmgr.ln
+       echo "#!$TERMUX_PREFIX/bin/sh" > $TL_BINDIR/tlmgr
+       echo "termux-fix-shebang $TL_ROOT/texmf-dist/scripts/texlive/tlmgr.pl" >> $TL_BINDIR/tlmgr
+       echo "sed -i 's%\`kpsewhich -var-value=SELFAUTOPARENT\`);%\`kpsewhich -var-value=TEXMFROOT\`);%g' $TL_ROOT/texmf-dist/scripts/texlive/tlmgr.pl" >> $TL_BINDIR/tlmgr
+       echo "sed -i 's%TEXMFROOT = \$SELFAUTOPARENT%TEXMFROOT = \$SELFAUTODIR/share/texlive%gb' $TL_ROOT/texmf-dist/web2c/texmf.cnf" >> $TL_BINDIR/tlmgr
+       echo "sed -E -i '"'s@`/bin/sh@`'$TERMUX_PREFIX"/bin/sh@g' ${TL_ROOT}/tlpkg/TeXLive/TLUtils.pm" >> $TL_BINDIR/tlmgr
+       echo 'tlmgr.ln "$@"' >> $TL_BINDIR/tlmgr
+       chmod 0744 $TL_BINDIR/tlmgr
 }
 
 termux_step_create_debscripts () {
@@ -138,4 +149,7 @@ share/texlive/tlpkg/tlpostcode/xetex/conf/fonts.dtd
 share/texlive/tlpkg/tlpostcode/xetex/conf/conf.d/51-local.conf
 share/texlive/tlpkg/tlpostcode/xetex/cache/readme.txt
 share/texlive/tlpkg/tlpostcode/ptex2pdf-tlpost.pl
-share/texlive/texmf-dist/web2c/texmf.cnf"
+share/texlive/texmf-dist/web2c/texmf.cnf
+share/texlive/texmf-dist/scripts/texlive/fmtutil-user.sh
+share/texlive/texmf-dist/scripts/texlive/rungs.tlu
+share/texlive/texmf-dist/scripts/texlive/updmap-user.sh"
index f686d2fc9a007b772fc3beaadb6f1e96b44aa214..fa28a264e46b315580ac0bccb665045b818f324b 100644 (file)
@@ -1,5 +1,5 @@
 We've disabled luajittex when building the binaries, so lets prevent texlive from trying to generate formats for it.
---- src/texlive-20170524-texmf/texmf-dist/web2c/fmtutil.cnf    2016-05-15 01:17:09.000000000 +0000
+--- src/texlive-20180414-texmf/texmf-dist/web2c/fmtutil.cnf    2016-05-15 01:17:09.000000000 +0000
 +++ ../fmtutil.cnf     2017-05-31 05:20:32.516130878 +0000
 @@ -82,7 +82,7 @@
  # from luatex:
index 05b80d161d6cb3061dc822e4edf3272e8b152a83..606e4bb4815ba3cd18bfa8fd661dd9958cc60c23 100644 (file)
@@ -48,6 +48,211 @@ texmf-dist/fonts/tfm/public/ae/aett9.tfm
 texmf-dist/fonts/tfm/public/ae/laess8.tfm
 texmf-dist/fonts/tfm/public/ae/laessb8.tfm
 texmf-dist/fonts/tfm/public/ae/laessi8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncysc10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/dummy/dummy.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/euex10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/euex7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/euex8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/euex9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufb10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufb5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufb6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufb7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufb8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufb9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufm10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufm5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufm6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufm7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufm8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eufm9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurb10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurb5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurb6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurb7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurb8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurb9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurm10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurm5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurm6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurm7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurm8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eurm9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusb10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusb5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusb6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusb7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusb8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusb9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusm10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusm5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusm6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusm7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusm8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/euler/eusm9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msam6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msam8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msam9.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm6.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm8.tfm
+texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm9.tfm
+texmf-dist/fonts/tfm/public/cm/cmb10.tfm
+texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm
+texmf-dist/fonts/tfm/public/cm/cmbx10.tfm
+texmf-dist/fonts/tfm/public/cm/cmbx12.tfm
+texmf-dist/fonts/tfm/public/cm/cmbx5.tfm
+texmf-dist/fonts/tfm/public/cm/cmbx6.tfm
+texmf-dist/fonts/tfm/public/cm/cmbx7.tfm
+texmf-dist/fonts/tfm/public/cm/cmbx8.tfm
+texmf-dist/fonts/tfm/public/cm/cmbx9.tfm
+texmf-dist/fonts/tfm/public/cm/cmbxsl10.tfm
+texmf-dist/fonts/tfm/public/cm/cmbxti10.tfm
+texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm
+texmf-dist/fonts/tfm/public/cm/cmdunh10.tfm
+texmf-dist/fonts/tfm/public/cm/cmex10.tfm
+texmf-dist/fonts/tfm/public/cm/cmff10.tfm
+texmf-dist/fonts/tfm/public/cm/cmfi10.tfm
+texmf-dist/fonts/tfm/public/cm/cmfib8.tfm
+texmf-dist/fonts/tfm/public/cm/cminch.tfm
+texmf-dist/fonts/tfm/public/cm/cmitt10.tfm
+texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
+texmf-dist/fonts/tfm/public/cm/cmmi12.tfm
+texmf-dist/fonts/tfm/public/cm/cmmi5.tfm
+texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
+texmf-dist/fonts/tfm/public/cm/cmmi7.tfm
+texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
+texmf-dist/fonts/tfm/public/cm/cmmi9.tfm
+texmf-dist/fonts/tfm/public/cm/cmmib10.tfm
+texmf-dist/fonts/tfm/public/cm/cmr10.tfm
+texmf-dist/fonts/tfm/public/cm/cmr12.tfm
+texmf-dist/fonts/tfm/public/cm/cmr17.tfm
+texmf-dist/fonts/tfm/public/cm/cmr5.tfm
+texmf-dist/fonts/tfm/public/cm/cmr6.tfm
+texmf-dist/fonts/tfm/public/cm/cmr7.tfm
+texmf-dist/fonts/tfm/public/cm/cmr8.tfm
+texmf-dist/fonts/tfm/public/cm/cmr9.tfm
+texmf-dist/fonts/tfm/public/cm/cmsl10.tfm
+texmf-dist/fonts/tfm/public/cm/cmsl12.tfm
+texmf-dist/fonts/tfm/public/cm/cmsl8.tfm
+texmf-dist/fonts/tfm/public/cm/cmsl9.tfm
+texmf-dist/fonts/tfm/public/cm/cmsltt10.tfm
+texmf-dist/fonts/tfm/public/cm/cmss10.tfm
+texmf-dist/fonts/tfm/public/cm/cmss12.tfm
+texmf-dist/fonts/tfm/public/cm/cmss17.tfm
+texmf-dist/fonts/tfm/public/cm/cmss8.tfm
+texmf-dist/fonts/tfm/public/cm/cmss9.tfm
+texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
+texmf-dist/fonts/tfm/public/cm/cmssdc10.tfm
+texmf-dist/fonts/tfm/public/cm/cmssi10.tfm
+texmf-dist/fonts/tfm/public/cm/cmssi12.tfm
+texmf-dist/fonts/tfm/public/cm/cmssi17.tfm
+texmf-dist/fonts/tfm/public/cm/cmssi8.tfm
+texmf-dist/fonts/tfm/public/cm/cmssi9.tfm
+texmf-dist/fonts/tfm/public/cm/cmssq8.tfm
+texmf-dist/fonts/tfm/public/cm/cmssqi8.tfm
+texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
+texmf-dist/fonts/tfm/public/cm/cmsy5.tfm
+texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
+texmf-dist/fonts/tfm/public/cm/cmsy7.tfm
+texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
+texmf-dist/fonts/tfm/public/cm/cmsy9.tfm
+texmf-dist/fonts/tfm/public/cm/cmtcsc10.tfm
+texmf-dist/fonts/tfm/public/cm/cmtex10.tfm
+texmf-dist/fonts/tfm/public/cm/cmtex8.tfm
+texmf-dist/fonts/tfm/public/cm/cmtex9.tfm
+texmf-dist/fonts/tfm/public/cm/cmti10.tfm
+texmf-dist/fonts/tfm/public/cm/cmti12.tfm
+texmf-dist/fonts/tfm/public/cm/cmti7.tfm
+texmf-dist/fonts/tfm/public/cm/cmti8.tfm
+texmf-dist/fonts/tfm/public/cm/cmti9.tfm
+texmf-dist/fonts/tfm/public/cm/cmtt10.tfm
+texmf-dist/fonts/tfm/public/cm/cmtt12.tfm
+texmf-dist/fonts/tfm/public/cm/cmtt8.tfm
+texmf-dist/fonts/tfm/public/cm/cmtt9.tfm
+texmf-dist/fonts/tfm/public/cm/cmu10.tfm
+texmf-dist/fonts/tfm/public/cm/cmvtt10.tfm
+texmf-dist/fonts/tfm/public/etex/xbmc10.tfm
+texmf-dist/fonts/tfm/public/knuth-lib/logo10.tfm
+texmf-dist/fonts/tfm/public/knuth-lib/logo8.tfm
+texmf-dist/fonts/tfm/public/knuth-lib/logo9.tfm
+texmf-dist/fonts/tfm/public/knuth-lib/logobf10.tfm
+texmf-dist/fonts/tfm/public/knuth-lib/logosl10.tfm
+texmf-dist/fonts/tfm/public/knuth-lib/manfnt.tfm
+texmf-dist/fonts/tfm/public/knuth-local/domino.tfm
+texmf-dist/fonts/tfm/public/knuth-local/logod10.tfm
+texmf-dist/fonts/tfm/public/knuth-local/logosl9.tfm
+texmf-dist/fonts/tfm/public/knuth-local/random.tfm
+texmf-dist/fonts/tfm/public/knuth-local/snfont.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/icmcsc10.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/icmex10.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/icmmi8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/icmsy8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/icmtt8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/ilasy8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/ilcmss8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/ilcmssb8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/ilcmssi8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lcirclew10.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lcmss8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lcmssb8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/lcmssi8.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/line10.tfm
+texmf-dist/fonts/tfm/public/latex-fonts/linew10.tfm
+texmf-dist/fonts/tfm/public/mflogo/logosl8.tfm
+texmf-dist/fonts/tfm/public/pdftex/dummy-space.tfm
+texmf-dist/fonts/tfm/public/pslatex/pcrr7tn.tfm
+texmf-dist/fonts/tfm/public/pslatex/pcrr8rn.tfm
+texmf-dist/fonts/tfm/public/pslatex/pcrr8tn.tfm
 texmf-dist/fonts/vf/public/ae/aeb10.vf
 texmf-dist/fonts/vf/public/ae/aebx10.vf
 texmf-dist/fonts/vf/public/ae/aebx12.vf
@@ -98,31 +303,8 @@ texmf-dist/fonts/vf/public/ae/aett9.vf
 texmf-dist/fonts/vf/public/ae/laess8.vf
 texmf-dist/fonts/vf/public/ae/laessb8.vf
 texmf-dist/fonts/vf/public/ae/laessi8.vf
-texmf-dist/tex/latex/ae/ae.sty
-texmf-dist/tex/latex/ae/aecompl.sty
-texmf-dist/tex/latex/ae/omlaer.fd
-texmf-dist/tex/latex/ae/omsaer.fd
-texmf-dist/tex/latex/ae/ot1aer.fd
-texmf-dist/tex/latex/ae/ot1aess.fd
-texmf-dist/tex/latex/ae/ot1aett.fd
-texmf-dist/tex/latex/ae/ot1laess.fd
-texmf-dist/tex/latex/ae/ot1laett.fd
-texmf-dist/tex/latex/ae/t1aer.fd
-texmf-dist/tex/latex/ae/t1aess.fd
-texmf-dist/tex/latex/ae/t1aett.fd
-texmf-dist/tex/latex/ae/t1laess.fd
-texmf-dist/tex/latex/ae/t1laett.fd
-texmf-dist/bibtex/bst/amscls/amsalpha.bst
-texmf-dist/bibtex/bst/amscls/amsplain.bst
-texmf-dist/tex/latex/amscls/amsart.cls
-texmf-dist/tex/latex/amscls/amsbook.cls
-texmf-dist/tex/latex/amscls/amsbooka.sty
-texmf-dist/tex/latex/amscls/amsdtx.cls
-texmf-dist/tex/latex/amscls/amsldoc.cls
-texmf-dist/tex/latex/amscls/amsmidx.sty
-texmf-dist/tex/latex/amscls/amsproc.cls
-texmf-dist/tex/latex/amscls/amsthm.sty
-texmf-dist/tex/latex/amscls/upref.sty
+texmf-dist/fonts/vf/public/pslatex/pcrr7tn.vf
+texmf-dist/fonts/vf/public/pslatex/pcrr8tn.vf
 texmf-dist/fonts/afm/public/amsfonts/cm/cmb10.afm
 texmf-dist/fonts/afm/public/amsfonts/cm/cmbsy10.afm
 texmf-dist/fonts/afm/public/amsfonts/cm/cmbx10.afm
@@ -272,30 +454,62 @@ texmf-dist/fonts/map/dvips/amsfonts/cyrillic.map
 texmf-dist/fonts/map/dvips/amsfonts/euler.map
 texmf-dist/fonts/map/dvips/amsfonts/latxfont.map
 texmf-dist/fonts/map/dvips/amsfonts/symbols.map
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy5.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy6.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy7.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy8.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy9.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc8.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc9.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmex7.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmex8.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmex9.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib5.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib6.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib7.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib8.mf
-texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib9.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrcsc.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrfont.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrilu.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrital.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrmax.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrpunc.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspl.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspu.mf
-texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrti.mf
+texmf-dist/fonts/map/dvips/cm/cmtext-bsr-interpolated.map
+texmf-dist/fonts/map/dvips/dummy-space/dummy-space.map
+texmf-dist/fonts/map/dvips/pslatex/pcrr8rn.map
+texmf-dist/fonts/map/dvips/psnfss/charter.map
+texmf-dist/fonts/map/dvips/psnfss/fpls.map
+texmf-dist/fonts/map/dvips/psnfss/pazo.map
+texmf-dist/fonts/map/dvips/psnfss/psnfss.map
+texmf-dist/fonts/map/dvips/psnfss/utopia.map
+texmf-dist/fonts/map/dvips/tetex/Makefile
+texmf-dist/fonts/map/dvips/tetex/README
+texmf-dist/fonts/map/dvips/tetex/base14flags.ltx
+texmf-dist/fonts/map/dvips/tetex/base14flags.tex
+texmf-dist/fonts/map/dvips/tetex/dvipdfm35.map
+texmf-dist/fonts/map/dvips/tetex/dvips35.map
+texmf-dist/fonts/map/dvips/tetex/mathpple.map
+texmf-dist/fonts/map/dvips/tetex/pdftex35.map
+texmf-dist/fonts/map/dvips/tetex/ps2pk35.map
+texmf-dist/fonts/map/dvips/updmap/builtin35.map
+texmf-dist/fonts/map/dvips/updmap/download35.map
+texmf-dist/fonts/map/dvips/updmap/ps2pk.map
+texmf-dist/fonts/map/dvips/updmap/psfonts.map
+texmf-dist/fonts/map/dvips/updmap/psfonts_pk.map
+texmf-dist/fonts/map/dvips/updmap/psfonts_t1.map
+texmf-dist/fonts/map/dvipdfmx/cid-x.map
+texmf-dist/fonts/map/dvipdfmx/ckx.map
+texmf-dist/fonts/map/dvipdfmx/updmap/kanjix.map
+texmf-dist/fonts/map/glyphlist/glyphlist.txt
+texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt
+texmf-dist/fonts/map/glyphlist/texglyphlist.txt
+texmf-dist/fonts/map/pdftex/updmap/pdftex.map
+texmf-dist/fonts/map/pdftex/updmap/pdftex_dl14.map
+texmf-dist/fonts/map/pdftex/updmap/pdftex_ndl14.map
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy5.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy6.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy7.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy8.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy9.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc8.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc9.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmex7.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmex8.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmex9.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib5.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib6.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib7.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib8.mf
+texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib9.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrcsc.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrfont.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrilu.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrital.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrmax.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrpunc.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspl.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspu.mf
+texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrti.mf
 texmf-dist/fonts/source/public/amsfonts/cyrillic/serb.mf
 texmf-dist/fonts/source/public/amsfonts/cyrillic/serbspu.mf
 texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb10.mf
@@ -340,557 +554,6 @@ texmf-dist/fonts/source/public/amsfonts/symbols/msbm9.mf
 texmf-dist/fonts/source/public/amsfonts/symbols/xbbase.mf
 texmf-dist/fonts/source/public/amsfonts/symbols/xbbold.mf
 texmf-dist/fonts/source/public/amsfonts/symbols/xbcaps.mf
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncysc10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/dummy/dummy.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/euex10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/euex7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/euex8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/euex9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufb10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufb5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufb6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufb7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufb8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufb9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufm10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufm5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufm6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufm7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufm8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eufm9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurb10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurb5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurb6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurb7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurb8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurb9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurm10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurm5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurm6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurm7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurm8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eurm9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusb10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusb5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusb6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusb7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusb8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusb9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusm10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusm5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusm6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusm7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusm8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/euler/eusm9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msam6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msam8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msam9.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm6.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm8.tfm
-texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm9.tfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfm
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfb
-texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfm
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfm
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfb
-texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfm
-texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfb
-texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfm
-texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfb
-texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfm
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfb
-texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfm
-texmf-dist/tex/latex/amsfonts/amsfonts.sty
-texmf-dist/tex/latex/amsfonts/amssymb.sty
-texmf-dist/tex/latex/amsfonts/cmmib57.sty
-texmf-dist/tex/latex/amsfonts/eucal.sty
-texmf-dist/tex/latex/amsfonts/eufrak.sty
-texmf-dist/tex/latex/amsfonts/euscript.sty
-texmf-dist/tex/latex/amsfonts/ueuex.fd
-texmf-dist/tex/latex/amsfonts/ueuf.fd
-texmf-dist/tex/latex/amsfonts/ueur.fd
-texmf-dist/tex/latex/amsfonts/ueus.fd
-texmf-dist/tex/latex/amsfonts/umsa.fd
-texmf-dist/tex/latex/amsfonts/umsb.fd
-texmf-dist/tex/plain/amsfonts/amssym.def
-texmf-dist/tex/plain/amsfonts/amssym.tex
-texmf-dist/tex/plain/amsfonts/cyracc.def
-texmf-dist/tex/latex/amsmath/amsbsy.sty
-texmf-dist/tex/latex/amsmath/amscd.sty
-texmf-dist/tex/latex/amsmath/amsgen.sty
-texmf-dist/tex/latex/amsmath/amsmath.sty
-texmf-dist/tex/latex/amsmath/amsopn.sty
-texmf-dist/tex/latex/amsmath/amstex.sty
-texmf-dist/tex/latex/amsmath/amstext.sty
-texmf-dist/tex/latex/amsmath/amsxtra.sty
-texmf-dist/makeindex/babel/bbglo.ist
-texmf-dist/makeindex/babel/bbind.ist
-texmf-dist/tex/generic/babel/UKenglish.sty
-texmf-dist/tex/generic/babel/USenglish.sty
-texmf-dist/tex/generic/babel/afrikaans.sty
-texmf-dist/tex/generic/babel/albanian.sty
-texmf-dist/tex/generic/babel/american.sty
-texmf-dist/tex/generic/babel/austrian.sty
-texmf-dist/tex/generic/babel/babel.def
-texmf-dist/tex/generic/babel/babel.sty
-texmf-dist/tex/generic/babel/bahasa.sty
-texmf-dist/tex/generic/babel/bahasam.sty
-texmf-dist/tex/generic/babel/basque.sty
-texmf-dist/tex/generic/babel/blplain.tex
-texmf-dist/tex/generic/babel/bplain.tex
-texmf-dist/tex/generic/babel/breton.sty
-texmf-dist/tex/generic/babel/british.sty
-texmf-dist/tex/generic/babel/bulgarian.sty
-texmf-dist/tex/generic/babel/catalan.sty
-texmf-dist/tex/generic/babel/croatian.sty
-texmf-dist/tex/generic/babel/czech.sty
-texmf-dist/tex/generic/babel/danish.sty
-texmf-dist/tex/generic/babel/dutch.sty
-texmf-dist/tex/generic/babel/english.sty
-texmf-dist/tex/generic/babel/esperanto.sty
-texmf-dist/tex/generic/babel/estonian.sty
-texmf-dist/tex/generic/babel/finnish.sty
-texmf-dist/tex/generic/babel/francais.sty
-texmf-dist/tex/generic/babel/galician.sty
-texmf-dist/tex/generic/babel/germanb.sty
-texmf-dist/tex/generic/babel/greek.sty
-texmf-dist/tex/generic/babel/hebrew.sty
-texmf-dist/tex/generic/babel/hyphen.cfg
-texmf-dist/tex/generic/babel/icelandic.sty
-texmf-dist/tex/generic/babel/interlingua.sty
-texmf-dist/tex/generic/babel/irish.sty
-texmf-dist/tex/generic/babel/italian.sty
-texmf-dist/tex/generic/babel/latin.sty
-texmf-dist/tex/generic/babel/lsorbian.sty
-texmf-dist/tex/generic/babel/luababel.def
-texmf-dist/tex/generic/babel/magyar.sty
-texmf-dist/tex/generic/babel/naustrian.sty
-texmf-dist/tex/generic/babel/ngermanb.sty
-texmf-dist/tex/generic/babel/nil.ldf
-texmf-dist/tex/generic/babel/norsk.sty
-texmf-dist/tex/generic/babel/plain.def
-texmf-dist/tex/generic/babel/polish.sty
-texmf-dist/tex/generic/babel/portuges.sty
-texmf-dist/tex/generic/babel/romanian.sty
-texmf-dist/tex/generic/babel/russianb.sty
-texmf-dist/tex/generic/babel/samin.sty
-texmf-dist/tex/generic/babel/scottish.sty
-texmf-dist/tex/generic/babel/serbian.sty
-texmf-dist/tex/generic/babel/slovak.sty
-texmf-dist/tex/generic/babel/slovene.sty
-texmf-dist/tex/generic/babel/spanish.sty
-texmf-dist/tex/generic/babel/swedish.sty
-texmf-dist/tex/generic/babel/switch.def
-texmf-dist/tex/generic/babel/turkish.sty
-texmf-dist/tex/generic/babel/ukraineb.sty
-texmf-dist/tex/generic/babel/usorbian.sty
-texmf-dist/tex/generic/babel/welsh.sty
-texmf-dist/tex/generic/babel/xebabel.def
-texmf-dist/tex/generic/babel-english/american.ldf
-texmf-dist/tex/generic/babel-english/australian.ldf
-texmf-dist/tex/generic/babel-english/british.ldf
-texmf-dist/tex/generic/babel-english/canadian.ldf
-texmf-dist/tex/generic/babel-english/english.ldf
-texmf-dist/tex/generic/babel-english/newzealand.ldf
-texmf-dist/tex/generic/babel-english/ukenglish.ldf
-texmf-dist/tex/generic/babel-english/usenglish.ldf
-texmf-dist/bibtex/bst/babelbib/bababbr3-fl.bst
-texmf-dist/bibtex/bst/babelbib/bababbr3-lf.bst
-texmf-dist/bibtex/bst/babelbib/bababbr3.bst
-texmf-dist/bibtex/bst/babelbib/bababbrv-fl.bst
-texmf-dist/bibtex/bst/babelbib/bababbrv-lf.bst
-texmf-dist/bibtex/bst/babelbib/bababbrv.bst
-texmf-dist/bibtex/bst/babelbib/babalpha-fl.bst
-texmf-dist/bibtex/bst/babelbib/babalpha-lf.bst
-texmf-dist/bibtex/bst/babelbib/babalpha.bst
-texmf-dist/bibtex/bst/babelbib/babamspl.bst
-texmf-dist/bibtex/bst/babelbib/babplai3-fl.bst
-texmf-dist/bibtex/bst/babelbib/babplai3-lf.bst
-texmf-dist/bibtex/bst/babelbib/babplai3.bst
-texmf-dist/bibtex/bst/babelbib/babplain-fl.bst
-texmf-dist/bibtex/bst/babelbib/babplain-lf.bst
-texmf-dist/bibtex/bst/babelbib/babplain.bst
-texmf-dist/bibtex/bst/babelbib/babunsrt-fl.bst
-texmf-dist/bibtex/bst/babelbib/babunsrt-lf.bst
-texmf-dist/bibtex/bst/babelbib/babunsrt.bst
-texmf-dist/tex/latex/babelbib/afrikaans.bdf
-texmf-dist/tex/latex/babelbib/babelbib.sty
-texmf-dist/tex/latex/babelbib/bahasa.bdf
-texmf-dist/tex/latex/babelbib/catalan.bdf
-texmf-dist/tex/latex/babelbib/croatian.bdf
-texmf-dist/tex/latex/babelbib/czech.bdf
-texmf-dist/tex/latex/babelbib/danish.bdf
-texmf-dist/tex/latex/babelbib/dutch.bdf
-texmf-dist/tex/latex/babelbib/english.bdf
-texmf-dist/tex/latex/babelbib/esperanto.bdf
-texmf-dist/tex/latex/babelbib/finnish.bdf
-texmf-dist/tex/latex/babelbib/french.bdf
-texmf-dist/tex/latex/babelbib/galician.bdf
-texmf-dist/tex/latex/babelbib/german.bdf
-texmf-dist/tex/latex/babelbib/greek.bdf
-texmf-dist/tex/latex/babelbib/italian.bdf
-texmf-dist/tex/latex/babelbib/norsk.bdf
-texmf-dist/tex/latex/babelbib/portuguese.bdf
-texmf-dist/tex/latex/babelbib/romanian.bdf
-texmf-dist/tex/latex/babelbib/russian.bdf
-texmf-dist/tex/latex/babelbib/serbian.bdf
-texmf-dist/tex/latex/babelbib/spanish.bdf
-texmf-dist/tex/latex/babelbib/swedish.bdf
-texmf-dist/bibtex/bib/base/xampl.bib
-texmf-dist/bibtex/bst/base/abbrv.bst
-texmf-dist/bibtex/bst/base/acm.bst
-texmf-dist/bibtex/bst/base/alpha.bst
-texmf-dist/bibtex/bst/base/apalike.bst
-texmf-dist/bibtex/bst/base/ieeetr.bst
-texmf-dist/bibtex/bst/base/plain.bst
-texmf-dist/bibtex/bst/base/siam.bst
-texmf-dist/bibtex/bst/base/unsrt.bst
-texmf-dist/tex/generic/bibtex/apalike.sty
-texmf-dist/tex/generic/bibtex/apalike.tex
-texmf-dist/tex/latex/carlisle/dotlessj.sty
-texmf-dist/tex/latex/carlisle/ltxtable.sty
-texmf-dist/tex/latex/carlisle/mylatex.ltx
-texmf-dist/tex/latex/carlisle/plain.sty
-texmf-dist/tex/latex/carlisle/remreset.sty
-texmf-dist/tex/latex/carlisle/scalefnt.sty
-texmf-dist/tex/latex/carlisle/slashed.sty
-texmf-dist/scripts/checkcites/checkcites.lua
-texmf-dist/tex/luatex/chickenize/chickenize.lua
-texmf-dist/tex/luatex/chickenize/chickenize.sty
-texmf-dist/tex/luatex/chickenize/chickenize.tex
-texmf-dist/scripts/cloze/cloze.lua
-texmf-dist/tex/lualatex/cloze/cloze.sty
-texmf-dist/fonts/map/dvips/cm/cmtext-bsr-interpolated.map
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi10.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi7.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr12.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr17.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr6.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr7.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr8.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsl10.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy10.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy7.pk
-texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmti10.pk
 texmf-dist/fonts/source/public/cm/accent.mf
 texmf-dist/fonts/source/public/cm/bigacc.mf
 texmf-dist/fonts/source/public/cm/bigdel.mf
@@ -898,12 +561,7 @@ texmf-dist/fonts/source/public/cm/bigop.mf
 texmf-dist/fonts/source/public/cm/calu.mf
 texmf-dist/fonts/source/public/cm/cmb10.mf
 texmf-dist/fonts/source/public/cm/cmbase.mf
-texmf-dist/fonts/source/public/cm/cmbcsc10.mf
 texmf-dist/fonts/source/public/cm/cmbsy10.mf
-texmf-dist/fonts/source/public/cm/cmbtex10.mf
-texmf-dist/fonts/source/public/cm/cmbtt10.mf
-texmf-dist/fonts/source/public/cm/cmbtt8.mf
-texmf-dist/fonts/source/public/cm/cmbtt9.mf
 texmf-dist/fonts/source/public/cm/cmbx10.mf
 texmf-dist/fonts/source/public/cm/cmbx12.mf
 texmf-dist/fonts/source/public/cm/cmbx5.mf
@@ -916,7 +574,6 @@ texmf-dist/fonts/source/public/cm/cmbxti10.mf
 texmf-dist/fonts/source/public/cm/cmcsc10.mf
 texmf-dist/fonts/source/public/cm/cmdunh10.mf
 texmf-dist/fonts/source/public/cm/cmex10.mf
-texmf-dist/fonts/source/public/cm/cmexb10.mf
 texmf-dist/fonts/source/public/cm/cmff10.mf
 texmf-dist/fonts/source/public/cm/cmfi10.mf
 texmf-dist/fonts/source/public/cm/cmfib8.mf
@@ -977,168 +634,418 @@ texmf-dist/fonts/source/public/cm/cmtt10.mf
 texmf-dist/fonts/source/public/cm/cmtt12.mf
 texmf-dist/fonts/source/public/cm/cmtt8.mf
 texmf-dist/fonts/source/public/cm/cmtt9.mf
-texmf-dist/fonts/source/public/cm/cmttb10.mf
 texmf-dist/fonts/source/public/cm/cmu10.mf
 texmf-dist/fonts/source/public/cm/cmvtt10.mf
 texmf-dist/fonts/source/public/cm/comlig.mf
 texmf-dist/fonts/source/public/cm/csc.mf
 texmf-dist/fonts/source/public/cm/cscspu.mf
 texmf-dist/fonts/source/public/cm/greekl.mf
-texmf-dist/fonts/source/public/cm/greeku.mf
-texmf-dist/fonts/source/public/cm/itald.mf
-texmf-dist/fonts/source/public/cm/italig.mf
-texmf-dist/fonts/source/public/cm/itall.mf
-texmf-dist/fonts/source/public/cm/italms.mf
-texmf-dist/fonts/source/public/cm/italp.mf
-texmf-dist/fonts/source/public/cm/italsp.mf
-texmf-dist/fonts/source/public/cm/mathex.mf
-texmf-dist/fonts/source/public/cm/mathit.mf
-texmf-dist/fonts/source/public/cm/mathsy.mf
-texmf-dist/fonts/source/public/cm/olddig.mf
-texmf-dist/fonts/source/public/cm/punct.mf
-texmf-dist/fonts/source/public/cm/roman.mf
-texmf-dist/fonts/source/public/cm/romand.mf
-texmf-dist/fonts/source/public/cm/romanl.mf
-texmf-dist/fonts/source/public/cm/romanp.mf
-texmf-dist/fonts/source/public/cm/romanu.mf
-texmf-dist/fonts/source/public/cm/romlig.mf
-texmf-dist/fonts/source/public/cm/romms.mf
-texmf-dist/fonts/source/public/cm/romspl.mf
-texmf-dist/fonts/source/public/cm/romspu.mf
-texmf-dist/fonts/source/public/cm/romsub.mf
-texmf-dist/fonts/source/public/cm/sym.mf
-texmf-dist/fonts/source/public/cm/symbol.mf
-texmf-dist/fonts/source/public/cm/texset.mf
-texmf-dist/fonts/source/public/cm/textit.mf
-texmf-dist/fonts/source/public/cm/title.mf
-texmf-dist/fonts/source/public/cm/tset.mf
-texmf-dist/fonts/source/public/cm/tsetsl.mf
-texmf-dist/fonts/source/public/cm/white_setup.mf
-texmf-dist/fonts/tfm/public/cm/cmb10.tfm
-texmf-dist/fonts/tfm/public/cm/cmbcsc10.tfm
-texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm
-texmf-dist/fonts/tfm/public/cm/cmbx10.tfm
-texmf-dist/fonts/tfm/public/cm/cmbx12.tfm
-texmf-dist/fonts/tfm/public/cm/cmbx5.tfm
-texmf-dist/fonts/tfm/public/cm/cmbx6.tfm
-texmf-dist/fonts/tfm/public/cm/cmbx7.tfm
-texmf-dist/fonts/tfm/public/cm/cmbx8.tfm
-texmf-dist/fonts/tfm/public/cm/cmbx9.tfm
-texmf-dist/fonts/tfm/public/cm/cmbxsl10.tfm
-texmf-dist/fonts/tfm/public/cm/cmbxti10.tfm
-texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm
-texmf-dist/fonts/tfm/public/cm/cmdunh10.tfm
-texmf-dist/fonts/tfm/public/cm/cmex10.tfm
-texmf-dist/fonts/tfm/public/cm/cmff10.tfm
-texmf-dist/fonts/tfm/public/cm/cmfi10.tfm
-texmf-dist/fonts/tfm/public/cm/cmfib8.tfm
-texmf-dist/fonts/tfm/public/cm/cminch.tfm
-texmf-dist/fonts/tfm/public/cm/cmitt10.tfm
-texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
-texmf-dist/fonts/tfm/public/cm/cmmi12.tfm
-texmf-dist/fonts/tfm/public/cm/cmmi5.tfm
-texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
-texmf-dist/fonts/tfm/public/cm/cmmi7.tfm
-texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
-texmf-dist/fonts/tfm/public/cm/cmmi9.tfm
-texmf-dist/fonts/tfm/public/cm/cmmib10.tfm
-texmf-dist/fonts/tfm/public/cm/cmr10.tfm
-texmf-dist/fonts/tfm/public/cm/cmr12.tfm
-texmf-dist/fonts/tfm/public/cm/cmr17.tfm
-texmf-dist/fonts/tfm/public/cm/cmr5.tfm
-texmf-dist/fonts/tfm/public/cm/cmr6.tfm
-texmf-dist/fonts/tfm/public/cm/cmr7.tfm
-texmf-dist/fonts/tfm/public/cm/cmr8.tfm
-texmf-dist/fonts/tfm/public/cm/cmr9.tfm
-texmf-dist/fonts/tfm/public/cm/cmsl10.tfm
-texmf-dist/fonts/tfm/public/cm/cmsl12.tfm
-texmf-dist/fonts/tfm/public/cm/cmsl8.tfm
-texmf-dist/fonts/tfm/public/cm/cmsl9.tfm
-texmf-dist/fonts/tfm/public/cm/cmsltt10.tfm
-texmf-dist/fonts/tfm/public/cm/cmss10.tfm
-texmf-dist/fonts/tfm/public/cm/cmss12.tfm
-texmf-dist/fonts/tfm/public/cm/cmss17.tfm
-texmf-dist/fonts/tfm/public/cm/cmss8.tfm
-texmf-dist/fonts/tfm/public/cm/cmss9.tfm
-texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
-texmf-dist/fonts/tfm/public/cm/cmssdc10.tfm
-texmf-dist/fonts/tfm/public/cm/cmssi10.tfm
-texmf-dist/fonts/tfm/public/cm/cmssi12.tfm
-texmf-dist/fonts/tfm/public/cm/cmssi17.tfm
-texmf-dist/fonts/tfm/public/cm/cmssi8.tfm
-texmf-dist/fonts/tfm/public/cm/cmssi9.tfm
-texmf-dist/fonts/tfm/public/cm/cmssq8.tfm
-texmf-dist/fonts/tfm/public/cm/cmssqi8.tfm
-texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
-texmf-dist/fonts/tfm/public/cm/cmsy5.tfm
-texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
-texmf-dist/fonts/tfm/public/cm/cmsy7.tfm
-texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
-texmf-dist/fonts/tfm/public/cm/cmsy9.tfm
-texmf-dist/fonts/tfm/public/cm/cmtcsc10.tfm
-texmf-dist/fonts/tfm/public/cm/cmtex10.tfm
-texmf-dist/fonts/tfm/public/cm/cmtex8.tfm
-texmf-dist/fonts/tfm/public/cm/cmtex9.tfm
-texmf-dist/fonts/tfm/public/cm/cmti10.tfm
-texmf-dist/fonts/tfm/public/cm/cmti12.tfm
-texmf-dist/fonts/tfm/public/cm/cmti7.tfm
-texmf-dist/fonts/tfm/public/cm/cmti8.tfm
-texmf-dist/fonts/tfm/public/cm/cmti9.tfm
-texmf-dist/fonts/tfm/public/cm/cmtt10.tfm
-texmf-dist/fonts/tfm/public/cm/cmtt12.tfm
-texmf-dist/fonts/tfm/public/cm/cmtt8.tfm
-texmf-dist/fonts/tfm/public/cm/cmtt9.tfm
-texmf-dist/fonts/tfm/public/cm/cmu10.tfm
-texmf-dist/fonts/tfm/public/cm/cmvtt10.tfm
-texmf-dist/tex/latex/colortbl/colortbl.sty
-texmf-dist/tex/lualatex/cstypo/cstypo.sty
-texmf-dist/tex/luatex/cstypo/cstypo-tex.tex
-texmf-dist/tex/luatex/cstypo/cstypo.lua
-texmf-dist/tex/luatex/ctablestack/ctablestack.sty
-texmf-dist/dvipdfmx/dvipdfmx.cfg
+texmf-dist/fonts/source/public/cm/greeku.mf
+texmf-dist/fonts/source/public/cm/itald.mf
+texmf-dist/fonts/source/public/cm/italig.mf
+texmf-dist/fonts/source/public/cm/itall.mf
+texmf-dist/fonts/source/public/cm/italms.mf
+texmf-dist/fonts/source/public/cm/italp.mf
+texmf-dist/fonts/source/public/cm/italsp.mf
+texmf-dist/fonts/source/public/cm/mathex.mf
+texmf-dist/fonts/source/public/cm/mathit.mf
+texmf-dist/fonts/source/public/cm/mathsy.mf
+texmf-dist/fonts/source/public/cm/olddig.mf
+texmf-dist/fonts/source/public/cm/punct.mf
+texmf-dist/fonts/source/public/cm/roman.mf
+texmf-dist/fonts/source/public/cm/romand.mf
+texmf-dist/fonts/source/public/cm/romanl.mf
+texmf-dist/fonts/source/public/cm/romanp.mf
+texmf-dist/fonts/source/public/cm/romanu.mf
+texmf-dist/fonts/source/public/cm/romlig.mf
+texmf-dist/fonts/source/public/cm/romms.mf
+texmf-dist/fonts/source/public/cm/romspl.mf
+texmf-dist/fonts/source/public/cm/romspu.mf
+texmf-dist/fonts/source/public/cm/romsub.mf
+texmf-dist/fonts/source/public/cm/sym.mf
+texmf-dist/fonts/source/public/cm/symbol.mf
+texmf-dist/fonts/source/public/cm/texset.mf
+texmf-dist/fonts/source/public/cm/textit.mf
+texmf-dist/fonts/source/public/cm/title.mf
+texmf-dist/fonts/source/public/cm/tset.mf
+texmf-dist/fonts/source/public/cm/tsetsl.mf
+texmf-dist/fonts/source/public/cm/white_setup.mf
+texmf-dist/fonts/source/public/etex/xbmc10.mf
+texmf-dist/fonts/source/public/knuth-lib/3test.mf
+texmf-dist/fonts/source/public/knuth-lib/6test.mf
+texmf-dist/fonts/source/public/knuth-lib/expr.mf
+texmf-dist/fonts/source/public/knuth-lib/grayf.mf
+texmf-dist/fonts/source/public/knuth-lib/io.mf
+texmf-dist/fonts/source/public/knuth-lib/logo.mf
+texmf-dist/fonts/source/public/knuth-lib/logo10.mf
+texmf-dist/fonts/source/public/knuth-lib/logo8.mf
+texmf-dist/fonts/source/public/knuth-lib/logo9.mf
+texmf-dist/fonts/source/public/knuth-lib/logobf10.mf
+texmf-dist/fonts/source/public/knuth-lib/logosl10.mf
+texmf-dist/fonts/source/public/knuth-lib/manfnt.mf
+texmf-dist/fonts/source/public/knuth-lib/null.mf
+texmf-dist/fonts/source/public/knuth-lib/rtest.mf
+texmf-dist/fonts/source/public/knuth-lib/slant.mf
+texmf-dist/fonts/source/public/knuth-lib/test.mf
+texmf-dist/fonts/source/public/knuth-lib/waits.mf
+texmf-dist/fonts/source/public/knuth-lib/ztest.mf
+texmf-dist/fonts/source/public/knuth-local/black.mf
+texmf-dist/fonts/source/public/knuth-local/blackaps.mf
+texmf-dist/fonts/source/public/knuth-local/blackimagen.mf
+texmf-dist/fonts/source/public/knuth-local/blacklino.mf
+texmf-dist/fonts/source/public/knuth-local/blacklj.mf
+texmf-dist/fonts/source/public/knuth-local/domino.mf
+texmf-dist/fonts/source/public/knuth-local/gray.mf
+texmf-dist/fonts/source/public/knuth-local/grayaps.mf
+texmf-dist/fonts/source/public/knuth-local/grayimagen.mf
+texmf-dist/fonts/source/public/knuth-local/grayimagen3.mf
+texmf-dist/fonts/source/public/knuth-local/grayimagenlight.mf
+texmf-dist/fonts/source/public/knuth-local/graylj.mf
+texmf-dist/fonts/source/public/knuth-local/local.mf
+texmf-dist/fonts/source/public/knuth-local/logod10.mf
+texmf-dist/fonts/source/public/knuth-local/logosl9.mf
+texmf-dist/fonts/source/public/knuth-local/mfman.mf
+texmf-dist/fonts/source/public/knuth-local/oneone.mf
+texmf-dist/fonts/source/public/knuth-local/random.mf
+texmf-dist/fonts/source/public/knuth-local/slantaps4.mf
+texmf-dist/fonts/source/public/knuth-local/slantimagen4.mf
+texmf-dist/fonts/source/public/knuth-local/slantimagen6.mf
+texmf-dist/fonts/source/public/knuth-local/slantlino4.mf
+texmf-dist/fonts/source/public/knuth-local/slantlj4.mf
+texmf-dist/fonts/source/public/knuth-local/snfont.mf
+texmf-dist/fonts/source/public/latex-fonts/circle.mf
+texmf-dist/fonts/source/public/latex-fonts/icmcsc10.mf
+texmf-dist/fonts/source/public/latex-fonts/icmex10.mf
+texmf-dist/fonts/source/public/latex-fonts/icmmi8.mf
+texmf-dist/fonts/source/public/latex-fonts/icmsy8.mf
+texmf-dist/fonts/source/public/latex-fonts/icmtt8.mf
+texmf-dist/fonts/source/public/latex-fonts/ilasy8.mf
+texmf-dist/fonts/source/public/latex-fonts/ilcmss8.mf
+texmf-dist/fonts/source/public/latex-fonts/ilcmssb8.mf
+texmf-dist/fonts/source/public/latex-fonts/ilcmssi8.mf
+texmf-dist/fonts/source/public/latex-fonts/lasy.mf
+texmf-dist/fonts/source/public/latex-fonts/lasy10.mf
+texmf-dist/fonts/source/public/latex-fonts/lasy5.mf
+texmf-dist/fonts/source/public/latex-fonts/lasy6.mf
+texmf-dist/fonts/source/public/latex-fonts/lasy7.mf
+texmf-dist/fonts/source/public/latex-fonts/lasy8.mf
+texmf-dist/fonts/source/public/latex-fonts/lasy9.mf
+texmf-dist/fonts/source/public/latex-fonts/lasyb10.mf
+texmf-dist/fonts/source/public/latex-fonts/lcircle10.mf
+texmf-dist/fonts/source/public/latex-fonts/lcirclew10.mf
+texmf-dist/fonts/source/public/latex-fonts/lcmss8.mf
+texmf-dist/fonts/source/public/latex-fonts/lcmssb8.mf
+texmf-dist/fonts/source/public/latex-fonts/lcmssi8.mf
+texmf-dist/fonts/source/public/latex-fonts/line.mf
+texmf-dist/fonts/source/public/latex-fonts/line10.mf
+texmf-dist/fonts/source/public/latex-fonts/linew10.mf
+texmf-dist/fonts/source/public/latex-fonts/sroman.mf
+texmf-dist/fonts/source/public/latex-fonts/sromanu.mf
+texmf-dist/fonts/source/public/mflogo/logosl8.mf
+texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfm
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfb
+texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfm
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfm
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfb
+texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfm
+texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfb
+texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfm
+texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfb
+texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfm
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfb
+texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfm
+texmf-dist/fonts/type1/public/pdftex/dummy-space.pfb
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi10.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi7.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr12.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr17.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr6.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr7.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr8.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsl10.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy10.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy7.pk
+texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmti10.pk
 texmf-dist/fonts/cmap/dvipdfmx/EUC-UCS2
 texmf-dist/fonts/cmap/dvipdfmx/README
 texmf-dist/fonts/cmap/dvipdfmx/UTF8-UCS2
-texmf-dist/fonts/map/dvipdfmx/cid-x.map
-texmf-dist/fonts/map/dvipdfmx/ckx.map
-texmf-dist/dvips/base/color.pro
-texmf-dist/dvips/base/crop.pro
-texmf-dist/dvips/base/finclude.pro
-texmf-dist/dvips/base/hps.pro
-texmf-dist/dvips/base/resolution400.ps
-texmf-dist/dvips/base/special.pro
-texmf-dist/dvips/base/tex.pro
-texmf-dist/dvips/base/texc.pro
-texmf-dist/dvips/base/texps.pro
-texmf-dist/dvips/config/alt-rule.pro
-texmf-dist/dvips/config/canonex.cfg
-texmf-dist/dvips/config/config.bakoma
-texmf-dist/dvips/config/config.canonex
-texmf-dist/dvips/config/config.cx
-texmf-dist/dvips/config/config.deskjet
-texmf-dist/dvips/config/config.dvired
-texmf-dist/dvips/config/config.epson
-texmf-dist/dvips/config/config.ibmvga
-texmf-dist/dvips/config/config.ljfour
-texmf-dist/dvips/config/config.luc
-texmf-dist/dvips/config/config.mbn
-texmf-dist/dvips/config/config.mga
-texmf-dist/dvips/config/config.mirrorprint
-texmf-dist/dvips/config/config.ot2
-texmf-dist/dvips/config/config.ps
-texmf-dist/dvips/config/config.qms
-texmf-dist/dvips/config/config.toshiba
-texmf-dist/dvips/config/config.unms
-texmf-dist/dvips/config/config.xyp
-texmf-dist/dvips/config/cx.cfg
-texmf-dist/dvips/config/deskjet.cfg
-texmf-dist/dvips/config/dfaxhigh.cfg
-texmf-dist/dvips/config/dvired.cfg
-texmf-dist/dvips/config/epson.cfg
-texmf-dist/dvips/config/ibmvga.cfg
-texmf-dist/dvips/config/ljfour.cfg
-texmf-dist/dvips/config/qms.cfg
-texmf-dist/dvips/config/toshiba.cfg
 texmf-dist/fonts/enc/dvips/base/6w.enc
 texmf-dist/fonts/enc/dvips/base/7t.enc
 texmf-dist/fonts/enc/dvips/base/8a.enc
@@ -1151,96 +1058,120 @@ texmf-dist/fonts/enc/dvips/base/dc.enc
 texmf-dist/fonts/enc/dvips/base/dvips.enc
 texmf-dist/fonts/enc/dvips/base/ec.enc
 texmf-dist/fonts/enc/dvips/base/extex.enc
-texmf-dist/fonts/enc/dvips/base/funky.enc
-texmf-dist/fonts/enc/dvips/base/odvips.enc
-texmf-dist/fonts/enc/dvips/base/q-cs-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-ec-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-l7x-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-qx-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-rm-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-t2a-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-t2b-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-t2c-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-t5-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-texnansi-uni.enc
-texmf-dist/fonts/enc/dvips/base/q-ts1-uni.enc
-texmf-dist/fonts/enc/dvips/base/qx.enc
-texmf-dist/fonts/enc/dvips/base/stormex.enc
-texmf-dist/fonts/enc/dvips/base/tex256.enc
-texmf-dist/fonts/enc/dvips/base/texmext.enc
-texmf-dist/fonts/enc/dvips/base/texmital.enc
-texmf-dist/fonts/enc/dvips/base/texmsym.enc
-texmf-dist/fonts/enc/dvips/base/texnansx.enc
-texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2017-03-31.pat
-texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2017-03-31.tex
-texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2017-03-31.pat
-texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2017-03-31.tex
-texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2017-03-31.pat
-texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2017-03-31.tex
-texmf-dist/tex/generic/dvips/blackdvi.sty
-texmf-dist/tex/generic/dvips/blackdvi.tex
-texmf-dist/tex/generic/dvips/colordvi.sty
-texmf-dist/tex/generic/dvips/colordvi.tex
-texmf-dist/tex/generic/dvips/rotate.sty
-texmf-dist/tex/generic/dvips/rotate.tex
-texmf-dist/tex/generic/enctex/1250-csf.tex
-texmf-dist/tex/generic/enctex/1250-il2.tex
-texmf-dist/tex/generic/enctex/1250-latex.tex
-texmf-dist/tex/generic/enctex/1250-t1.tex
-texmf-dist/tex/generic/enctex/852-csf.tex
-texmf-dist/tex/generic/enctex/852-il2.tex
-texmf-dist/tex/generic/enctex/852-latex.tex
-texmf-dist/tex/generic/enctex/852-t1.tex
-texmf-dist/tex/generic/enctex/csfmacro.tex
-texmf-dist/tex/generic/enctex/enc-u.tex
-texmf-dist/tex/generic/enctex/encmacro.tex
-texmf-dist/tex/generic/enctex/il2-1250.tex
-texmf-dist/tex/generic/enctex/il2-852.tex
-texmf-dist/tex/generic/enctex/il2-csf.tex
-texmf-dist/tex/generic/enctex/il2-kam.tex
-texmf-dist/tex/generic/enctex/il2-t1.tex
-texmf-dist/tex/generic/enctex/kam-csf.tex
-texmf-dist/tex/generic/enctex/kam-il2.tex
-texmf-dist/tex/generic/enctex/kam-latex.tex
-texmf-dist/tex/generic/enctex/kam-t1.tex
-texmf-dist/tex/generic/enctex/mixcodes.tex
-texmf-dist/tex/generic/enctex/noprefnt.tex
-texmf-dist/tex/generic/enctex/plain-1250-cs.tex
-texmf-dist/tex/generic/enctex/plain-852-cs.tex
-texmf-dist/tex/generic/enctex/plain-il2-cs.tex
-texmf-dist/tex/generic/enctex/plain-kam-cs.tex
-texmf-dist/tex/generic/enctex/plain-utf8-cs.tex
-texmf-dist/tex/generic/enctex/plain-utf8-ec.tex
-texmf-dist/tex/generic/enctex/polyset.tex
-texmf-dist/tex/generic/enctex/t1macro.tex
-texmf-dist/tex/generic/enctex/utf8-csf.tex
-texmf-dist/tex/generic/enctex/utf8-t1.tex
-texmf-dist/tex/generic/enctex/utf8cseq.tex
-texmf-dist/tex/generic/enctex/utf8lat1.tex
-texmf-dist/tex/generic/enctex/utf8lata.tex
-texmf-dist/tex/generic/enctex/utf8math.tex
-texmf-dist/tex/generic/enctex/utf8off.tex
-texmf-dist/tex/generic/enctex/utf8raw.tex
-texmf-dist/tex/generic/enctex/utf8unkn.tex
-texmf-dist/tex/generic/enctex/utf8warn.tex
-texmf-dist/scripts/context/lua/third/enigma/mtx-t-enigma.lua/mtx-t-enigma.lua
-texmf-dist/tex/context/third/enigma/t-enigma.mkv/t-enigma.mkvi
-texmf-dist/tex/generic/enigma/enigma.lua
+texmf-dist/fonts/enc/dvips/base/funky.enc
+texmf-dist/fonts/enc/dvips/base/odvips.enc
+texmf-dist/fonts/enc/dvips/base/q-cs-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-ec-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-l7x-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-qx-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-rm-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-t2a-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-t2b-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-t2c-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-t5-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-texnansi-uni.enc
+texmf-dist/fonts/enc/dvips/base/q-ts1-uni.enc
+texmf-dist/fonts/enc/dvips/base/qx.enc
+texmf-dist/fonts/enc/dvips/base/stormex.enc
+texmf-dist/fonts/enc/dvips/base/tex256.enc
+texmf-dist/fonts/enc/dvips/base/texmext.enc
+texmf-dist/fonts/enc/dvips/base/texmital.enc
+texmf-dist/fonts/enc/dvips/base/texmsym.enc
+texmf-dist/fonts/enc/dvips/base/texnansx.enc
+texmf-dist/fonts/enc/dvips/tetex/09fbbfac.enc
+texmf-dist/fonts/enc/dvips/tetex/0ef0afca.enc
+texmf-dist/fonts/enc/dvips/tetex/10037936.enc
+texmf-dist/fonts/enc/dvips/tetex/1b6d048e.enc
+texmf-dist/fonts/enc/dvips/tetex/71414f53.enc
+texmf-dist/fonts/enc/dvips/tetex/74afc74c.enc
+texmf-dist/fonts/enc/dvips/tetex/aae443f0.enc
+texmf-dist/fonts/enc/dvips/tetex/b6a4d7c7.enc
+texmf-dist/fonts/enc/dvips/tetex/bbad153f.enc
+texmf-dist/fonts/enc/dvips/tetex/d9b29452.enc
+texmf-dist/fonts/enc/dvips/tetex/f7b6d320.enc
+texmf-dist/fonts/enc/dvips/tetex/mtex.enc
+texmf-dist/tex/latex/ae/ae.sty
+texmf-dist/tex/latex/ae/aecompl.sty
+texmf-dist/tex/latex/ae/omlaer.fd
+texmf-dist/tex/latex/ae/omsaer.fd
+texmf-dist/tex/latex/ae/ot1aer.fd
+texmf-dist/tex/latex/ae/ot1aess.fd
+texmf-dist/tex/latex/ae/ot1aett.fd
+texmf-dist/tex/latex/ae/ot1laess.fd
+texmf-dist/tex/latex/ae/ot1laett.fd
+texmf-dist/tex/latex/ae/t1aer.fd
+texmf-dist/tex/latex/ae/t1aess.fd
+texmf-dist/tex/latex/ae/t1aett.fd
+texmf-dist/tex/latex/ae/t1laess.fd
+texmf-dist/tex/latex/ae/t1laett.fd
+texmf-dist/tex/latex/amscls/amsart.cls
+texmf-dist/tex/latex/amscls/amsbook.cls
+texmf-dist/tex/latex/amscls/amsbooka.sty
+texmf-dist/tex/latex/amscls/amsdtx.cls
+texmf-dist/tex/latex/amscls/amsldoc.cls
+texmf-dist/tex/latex/amscls/amsmidx.sty
+texmf-dist/tex/latex/amscls/amsproc.cls
+texmf-dist/tex/latex/amscls/amsthm.sty
+texmf-dist/tex/latex/amscls/upref.sty
+texmf-dist/tex/latex/amsfonts/amsfonts.sty
+texmf-dist/tex/latex/amsfonts/amssymb.sty
+texmf-dist/tex/latex/amsfonts/cmmib57.sty
+texmf-dist/tex/latex/amsfonts/eucal.sty
+texmf-dist/tex/latex/amsfonts/eufrak.sty
+texmf-dist/tex/latex/amsfonts/euscript.sty
+texmf-dist/tex/latex/amsfonts/ueuex.fd
+texmf-dist/tex/latex/amsfonts/ueuf.fd
+texmf-dist/tex/latex/amsfonts/ueur.fd
+texmf-dist/tex/latex/amsfonts/ueus.fd
+texmf-dist/tex/latex/amsfonts/umsa.fd
+texmf-dist/tex/latex/amsfonts/umsb.fd
+texmf-dist/tex/latex/amsmath/amsbsy.sty
+texmf-dist/tex/latex/amsmath/amscd.sty
+texmf-dist/tex/latex/amsmath/amsgen.sty
+texmf-dist/tex/latex/amsmath/amsmath.sty
+texmf-dist/tex/latex/amsmath/amsopn.sty
+texmf-dist/tex/latex/amsmath/amstex.sty
+texmf-dist/tex/latex/amsmath/amstext.sty
+texmf-dist/tex/latex/amsmath/amsxtra.sty
+texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty
+texmf-dist/tex/latex/babelbib/afrikaans.bdf
+texmf-dist/tex/latex/babelbib/babelbib.sty
+texmf-dist/tex/latex/babelbib/bahasa.bdf
+texmf-dist/tex/latex/babelbib/catalan.bdf
+texmf-dist/tex/latex/babelbib/croatian.bdf
+texmf-dist/tex/latex/babelbib/czech.bdf
+texmf-dist/tex/latex/babelbib/danish.bdf
+texmf-dist/tex/latex/babelbib/dutch.bdf
+texmf-dist/tex/latex/babelbib/english.bdf
+texmf-dist/tex/latex/babelbib/esperanto.bdf
+texmf-dist/tex/latex/babelbib/finnish.bdf
+texmf-dist/tex/latex/babelbib/french.bdf
+texmf-dist/tex/latex/babelbib/galician.bdf
+texmf-dist/tex/latex/babelbib/german.bdf
+texmf-dist/tex/latex/babelbib/greek.bdf
+texmf-dist/tex/latex/babelbib/italian.bdf
+texmf-dist/tex/latex/babelbib/norsk.bdf
+texmf-dist/tex/latex/babelbib/portuguese.bdf
+texmf-dist/tex/latex/babelbib/romanian.bdf
+texmf-dist/tex/latex/babelbib/russian.bdf
+texmf-dist/tex/latex/babelbib/serbian.bdf
+texmf-dist/tex/latex/babelbib/spanish.bdf
+texmf-dist/tex/latex/babelbib/swedish.bdf
+texmf-dist/tex/latex/carlisle/dotlessj.sty
+texmf-dist/tex/latex/carlisle/ltxtable.sty
+texmf-dist/tex/latex/carlisle/mylatex.ltx
+texmf-dist/tex/latex/carlisle/plain.sty
+texmf-dist/tex/latex/carlisle/remreset.sty
+texmf-dist/tex/latex/carlisle/scalefnt.sty
+texmf-dist/tex/latex/carlisle/slashed.sty
+texmf-dist/tex/latex/colortbl/colortbl.sty
 texmf-dist/tex/latex/enigma/enigma.sty
-texmf-dist/tex/plain/enigma/enigma.tex
-texmf-dist/fonts/source/public/etex/xbmc10.mf
-texmf-dist/fonts/tfm/public/etex/xbmc10.tfm
-texmf-dist/tex/plain/etex/etex.src
-texmf-dist/tex/plain/etex/etexdefs.lib
 texmf-dist/tex/latex/etex-pkg/etex.sty
 texmf-dist/tex/latex/fancyhdr/extramarks.sty
 texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
 texmf-dist/tex/latex/fancyhdr/fancyheadings.sty
 texmf-dist/tex/latex/fix2col/fix2col.sty
 texmf-dist/tex/latex/geometry/geometry.sty
-texmf-dist/fonts/map/glyphlist/glyphlist.txt
-texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt
-texmf-dist/fonts/map/glyphlist/texglyphlist.txt
 texmf-dist/tex/latex/graphics/color.sty
 texmf-dist/tex/latex/graphics/dvipdf.def
 texmf-dist/tex/latex/graphics/dvipsnam.def
@@ -1268,154 +1199,34 @@ texmf-dist/tex/latex/graphics-def/dvisvgm.def
 texmf-dist/tex/latex/graphics-def/luatex.def
 texmf-dist/tex/latex/graphics-def/pdftex.def
 texmf-dist/tex/latex/graphics-def/xetex.def
-texmf-dist/dvips/gsftopk/render.ps
 texmf-dist/tex/latex/hyperref/backref.sty
 texmf-dist/tex/latex/hyperref/hdvipdfm.def
 texmf-dist/tex/latex/hyperref/hdvips.def
 texmf-dist/tex/latex/hyperref/hdvipson.def
 texmf-dist/tex/latex/hyperref/hdviwind.def
 texmf-dist/tex/latex/hyperref/hluatex.def
-texmf-dist/tex/latex/hyperref/hpdftex.def
-texmf-dist/tex/latex/hyperref/htex4ht.cfg
-texmf-dist/tex/latex/hyperref/htex4ht.def
-texmf-dist/tex/latex/hyperref/htexture.def
-texmf-dist/tex/latex/hyperref/hvtex.def
-texmf-dist/tex/latex/hyperref/hvtexhtm.def
-texmf-dist/tex/latex/hyperref/hvtexmrk.def
-texmf-dist/tex/latex/hyperref/hxetex.def
-texmf-dist/tex/latex/hyperref/hylatex.ltx
-texmf-dist/tex/latex/hyperref/hyperref.sty
-texmf-dist/tex/latex/hyperref/hypertex.def
-texmf-dist/tex/latex/hyperref/minitoc-hyper.sty
-texmf-dist/tex/latex/hyperref/nameref.sty
-texmf-dist/tex/latex/hyperref/nohyperref.sty
-texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty
-texmf-dist/tex/latex/hyperref/pd1enc.def
-texmf-dist/tex/latex/hyperref/pdfmark.def
-texmf-dist/tex/latex/hyperref/psdextra.def
-texmf-dist/tex/latex/hyperref/puarenc.def
-texmf-dist/tex/latex/hyperref/puenc.def
-texmf-dist/tex/latex/hyperref/puvnenc.def
-texmf-dist/tex/latex/hyperref/xr-hyper.sty
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lth.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex
-texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex
-texmf-dist/tex/luatex/hyph-utf8/etex.src
-texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua
-texmf-dist/tex/generic/config/language.dat
-texmf-dist/tex/generic/config/language.dat.lua
-texmf-dist/tex/generic/config/language.def
-texmf-dist/tex/generic/config/language.us
-texmf-dist/tex/generic/config/language.us.def
-texmf-dist/tex/generic/config/language.us.lua
-texmf-dist/tex/generic/hyphen/dumyhyph.tex
-texmf-dist/tex/generic/hyphen/hyphen.tex
-texmf-dist/tex/generic/hyphen/hypht1.tex
-texmf-dist/tex/generic/hyphen/zerohyph.tex
-texmf-dist/tex/generic/oberdiek/ifluatex.sty
-texmf-dist/tex/generic/ifxetex/ifxetex.sty
-texmf-dist/tex/luatex/interpreter/interpreter.lua
-texmf-dist/tex/luatex/interpreter/interpreter.sty
-texmf-dist/tex/luatex/interpreter/interpreter.tex
-texmf-dist/fonts/source/public/knuth-lib/3test.mf
-texmf-dist/fonts/source/public/knuth-lib/6test.mf
-texmf-dist/fonts/source/public/knuth-lib/expr.mf
-texmf-dist/fonts/source/public/knuth-lib/grayf.mf
-texmf-dist/fonts/source/public/knuth-lib/io.mf
-texmf-dist/fonts/source/public/knuth-lib/logo.mf
-texmf-dist/fonts/source/public/knuth-lib/logo10.mf
-texmf-dist/fonts/source/public/knuth-lib/logo8.mf
-texmf-dist/fonts/source/public/knuth-lib/logo9.mf
-texmf-dist/fonts/source/public/knuth-lib/logobf10.mf
-texmf-dist/fonts/source/public/knuth-lib/logosl10.mf
-texmf-dist/fonts/source/public/knuth-lib/manfnt.mf
-texmf-dist/fonts/source/public/knuth-lib/null.mf
-texmf-dist/fonts/source/public/knuth-lib/rtest.mf
-texmf-dist/fonts/source/public/knuth-lib/slant.mf
-texmf-dist/fonts/source/public/knuth-lib/test.mf
-texmf-dist/fonts/source/public/knuth-lib/waits.mf
-texmf-dist/fonts/source/public/knuth-lib/ztest.mf
-texmf-dist/fonts/tfm/public/knuth-lib/logo10.tfm
-texmf-dist/fonts/tfm/public/knuth-lib/logo8.tfm
-texmf-dist/fonts/tfm/public/knuth-lib/logo9.tfm
-texmf-dist/fonts/tfm/public/knuth-lib/logobf10.tfm
-texmf-dist/fonts/tfm/public/knuth-lib/logosl10.tfm
-texmf-dist/fonts/tfm/public/knuth-lib/manfnt.tfm
-texmf-dist/tex/generic/knuth-lib/null.tex
-texmf-dist/tex/plain/knuth-lib/manmac.tex
-texmf-dist/tex/plain/knuth-lib/mftmac.tex
-texmf-dist/tex/plain/knuth-lib/story.tex
-texmf-dist/tex/plain/knuth-lib/testfont.tex
-texmf-dist/tex/plain/knuth-lib/webmac.tex
-texmf-dist/fonts/source/public/knuth-local/black.mf
-texmf-dist/fonts/source/public/knuth-local/blackaps.mf
-texmf-dist/fonts/source/public/knuth-local/blackimagen.mf
-texmf-dist/fonts/source/public/knuth-local/blacklino.mf
-texmf-dist/fonts/source/public/knuth-local/blacklj.mf
-texmf-dist/fonts/source/public/knuth-local/domino.mf
-texmf-dist/fonts/source/public/knuth-local/gray.mf
-texmf-dist/fonts/source/public/knuth-local/grayaps.mf
-texmf-dist/fonts/source/public/knuth-local/grayimagen.mf
-texmf-dist/fonts/source/public/knuth-local/grayimagen3.mf
-texmf-dist/fonts/source/public/knuth-local/grayimagenlight.mf
-texmf-dist/fonts/source/public/knuth-local/graylj.mf
-texmf-dist/fonts/source/public/knuth-local/local.mf
-texmf-dist/fonts/source/public/knuth-local/logod10.mf
-texmf-dist/fonts/source/public/knuth-local/logosl9.mf
-texmf-dist/fonts/source/public/knuth-local/mfman.mf
-texmf-dist/fonts/source/public/knuth-local/oneone.mf
-texmf-dist/fonts/source/public/knuth-local/random.mf
-texmf-dist/fonts/source/public/knuth-local/slantaps4.mf
-texmf-dist/fonts/source/public/knuth-local/slantimagen4.mf
-texmf-dist/fonts/source/public/knuth-local/slantimagen6.mf
-texmf-dist/fonts/source/public/knuth-local/slantlino4.mf
-texmf-dist/fonts/source/public/knuth-local/slantlj4.mf
-texmf-dist/fonts/source/public/knuth-local/snfont.mf
-texmf-dist/fonts/tfm/public/knuth-local/domino.tfm
-texmf-dist/fonts/tfm/public/knuth-local/logod10.tfm
-texmf-dist/fonts/tfm/public/knuth-local/logosl9.tfm
-texmf-dist/fonts/tfm/public/knuth-local/random.tfm
-texmf-dist/fonts/tfm/public/knuth-local/snfont.tfm
-texmf-dist/mft/knuth-local/e.mft
-texmf-dist/tex/plain/knuth-local/xepsf.tex
-texmf-dist/web2c/amiga-pl.tcx
-texmf-dist/web2c/cp1250cs.tcx
-texmf-dist/web2c/cp1250pl.tcx
-texmf-dist/web2c/cp1250t1.tcx
-texmf-dist/web2c/cp227.tcx
-texmf-dist/web2c/cp852-cs.tcx
-texmf-dist/web2c/cp852-pl.tcx
-texmf-dist/web2c/cp8bit.tcx
-texmf-dist/web2c/empty.tcx
-texmf-dist/web2c/fmtutil.cnf
-texmf-dist/web2c/il1-t1.tcx
-texmf-dist/web2c/il2-cs.tcx
-texmf-dist/web2c/il2-pl.tcx
-texmf-dist/web2c/il2-t1.tcx
-texmf-dist/web2c/kam-cs.tcx
-texmf-dist/web2c/kam-t1.tcx
-texmf-dist/web2c/macce-pl.tcx
-texmf-dist/web2c/macce-t1.tcx
-texmf-dist/web2c/maz-pl.tcx
-texmf-dist/web2c/mktex.cnf
-texmf-dist/web2c/mktex.opt
-texmf-dist/web2c/mktexdir
-texmf-dist/web2c/mktexdir.opt
-texmf-dist/web2c/mktexnam
-texmf-dist/web2c/mktexnam.opt
-texmf-dist/web2c/mktexupd
-texmf-dist/web2c/natural.tcx
-texmf-dist/web2c/tcvn-t5.tcx
-texmf-dist/web2c/texmf.cnf
-texmf-dist/web2c/viscii-t5.tcx
-texmf-dist/makeindex/latex/gglo.ist
-texmf-dist/makeindex/latex/gind.ist
+texmf-dist/tex/latex/hyperref/hpdftex.def
+texmf-dist/tex/latex/hyperref/htex4ht.cfg
+texmf-dist/tex/latex/hyperref/htex4ht.def
+texmf-dist/tex/latex/hyperref/htexture.def
+texmf-dist/tex/latex/hyperref/hvtex.def
+texmf-dist/tex/latex/hyperref/hvtexhtm.def
+texmf-dist/tex/latex/hyperref/hvtexmrk.def
+texmf-dist/tex/latex/hyperref/hxetex.def
+texmf-dist/tex/latex/hyperref/hylatex.ltx
+texmf-dist/tex/latex/hyperref/hyperref.sty
+texmf-dist/tex/latex/hyperref/hypertex.def
+texmf-dist/tex/latex/hyperref/minitoc-hyper.sty
+texmf-dist/tex/latex/hyperref/nameref.sty
+texmf-dist/tex/latex/hyperref/nohyperref.sty
+texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty
+texmf-dist/tex/latex/hyperref/pd1enc.def
+texmf-dist/tex/latex/hyperref/pdfmark.def
+texmf-dist/tex/latex/hyperref/psdextra.def
+texmf-dist/tex/latex/hyperref/puarenc.def
+texmf-dist/tex/latex/hyperref/puenc.def
+texmf-dist/tex/latex/hyperref/puvnenc.def
+texmf-dist/tex/latex/hyperref/xr-hyper.sty
 texmf-dist/tex/latex/base/alltt.sty
 texmf-dist/tex/latex/base/ansinew.def
 texmf-dist/tex/latex/base/applemac.def
@@ -1474,7 +1285,6 @@ texmf-dist/tex/latex/base/leqno.clo
 texmf-dist/tex/latex/base/leqno.sty
 texmf-dist/tex/latex/base/letter.cls
 texmf-dist/tex/latex/base/letter.sty
-texmf-dist/tex/latex/base/lppl.tex
 texmf-dist/tex/latex/base/ltluatex.lua
 texmf-dist/tex/latex/base/ltluatex.tex
 texmf-dist/tex/latex/base/ltnews.cls
@@ -1531,7 +1341,6 @@ texmf-dist/tex/latex/base/slides.cls
 texmf-dist/tex/latex/base/slides.def
 texmf-dist/tex/latex/base/slides.sty
 texmf-dist/tex/latex/base/small2e.tex
-texmf-dist/tex/latex/base/source2e.tex
 texmf-dist/tex/latex/base/syntonly.sty
 texmf-dist/tex/latex/base/t1cmdh.fd
 texmf-dist/tex/latex/base/t1cmfib.fd
@@ -1570,62 +1379,9 @@ texmf-dist/tex/latex/base/ucmss.fd
 texmf-dist/tex/latex/base/ucmtt.fd
 texmf-dist/tex/latex/base/ulasy.fd
 texmf-dist/tex/latex/base/ullasy.fd
-texmf-dist/tex/latex/base/utf8-test.tex
 texmf-dist/tex/latex/base/utf8.def
 texmf-dist/tex/latex/base/utf8enc.dfu
-texmf-dist/tex/latex/base/utf8test.tex
 texmf-dist/tex/latex/base/x2enc.dfu
-texmf-dist/fonts/source/public/latex-fonts/circle.mf
-texmf-dist/fonts/source/public/latex-fonts/icmcsc10.mf
-texmf-dist/fonts/source/public/latex-fonts/icmex10.mf
-texmf-dist/fonts/source/public/latex-fonts/icmmi8.mf
-texmf-dist/fonts/source/public/latex-fonts/icmsy8.mf
-texmf-dist/fonts/source/public/latex-fonts/icmtt8.mf
-texmf-dist/fonts/source/public/latex-fonts/ilasy8.mf
-texmf-dist/fonts/source/public/latex-fonts/ilcmss8.mf
-texmf-dist/fonts/source/public/latex-fonts/ilcmssb8.mf
-texmf-dist/fonts/source/public/latex-fonts/ilcmssi8.mf
-texmf-dist/fonts/source/public/latex-fonts/lasy.mf
-texmf-dist/fonts/source/public/latex-fonts/lasy10.mf
-texmf-dist/fonts/source/public/latex-fonts/lasy5.mf
-texmf-dist/fonts/source/public/latex-fonts/lasy6.mf
-texmf-dist/fonts/source/public/latex-fonts/lasy7.mf
-texmf-dist/fonts/source/public/latex-fonts/lasy8.mf
-texmf-dist/fonts/source/public/latex-fonts/lasy9.mf
-texmf-dist/fonts/source/public/latex-fonts/lasyb10.mf
-texmf-dist/fonts/source/public/latex-fonts/lcircle10.mf
-texmf-dist/fonts/source/public/latex-fonts/lcirclew10.mf
-texmf-dist/fonts/source/public/latex-fonts/lcmss8.mf
-texmf-dist/fonts/source/public/latex-fonts/lcmssb8.mf
-texmf-dist/fonts/source/public/latex-fonts/lcmssi8.mf
-texmf-dist/fonts/source/public/latex-fonts/line.mf
-texmf-dist/fonts/source/public/latex-fonts/line10.mf
-texmf-dist/fonts/source/public/latex-fonts/linew10.mf
-texmf-dist/fonts/source/public/latex-fonts/sroman.mf
-texmf-dist/fonts/source/public/latex-fonts/sromanu.mf
-texmf-dist/fonts/tfm/public/latex-fonts/icmcsc10.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/icmex10.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/icmmi8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/icmsy8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/icmtt8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/ilasy8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/ilcmss8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/ilcmssb8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/ilcmssi8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lcirclew10.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lcmss8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lcmssb8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/lcmssi8.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/line10.tfm
-texmf-dist/fonts/tfm/public/latex-fonts/linew10.tfm
 texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
 texmf-dist/tex/latex/latexconfig/hyperref.cfg
 texmf-dist/tex/latex/latexconfig/latex.ini
@@ -1634,259 +1390,1045 @@ texmf-dist/tex/latex/latexconfig/lualatex-reset-codes.tex
 texmf-dist/tex/latex/latexconfig/lualatexiniconfig.tex
 texmf-dist/tex/latex/latexconfig/lualatexquotejobname.lua
 texmf-dist/tex/latex/latexconfig/lualatexquotejobname.tex
-texmf-dist/tex/latex/latexconfig/mllatex.ini
-texmf-dist/tex/latex/latexconfig/pdflatex.ini
-texmf-dist/tex/latex/ltxmisc/abstbook.cls
-texmf-dist/tex/latex/ltxmisc/beletter.cls
-texmf-dist/tex/latex/ltxmisc/bibcheck.sty
-texmf-dist/tex/latex/ltxmisc/concrete.sty
-texmf-dist/tex/latex/ltxmisc/flashcard.cls
-texmf-dist/tex/latex/ltxmisc/iagproc.cls
-texmf-dist/tex/latex/ltxmisc/linsys.sty
-texmf-dist/tex/latex/ltxmisc/mitpress.sty
-texmf-dist/tex/latex/ltxmisc/thrmappendix.sty
-texmf-dist/tex/latex/ltxmisc/topcapt.sty
-texmf-dist/tex/latex/ltxmisc/vrbexin.sty
-texmf-dist/scripts/lua-alt-getopt/alt_getopt.lua
-texmf-dist/tex/lualatex/lua-check-hyphen/lua-check-hyphen.lua
-texmf-dist/tex/lualatex/lua-check-hyphen/lua-check-hyphen.sty
-texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
-texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty
-texmf-dist/scripts/lua2dox/lua.def
-texmf-dist/scripts/lua2dox/lua2dox.lua
-texmf-dist/scripts/lua2dox/lua2dox_filter
-texmf-dist/tex/lualatex/luabibentry/luabibentry.lua
-texmf-dist/tex/lualatex/luabibentry/luabibentry.sty
-texmf-dist/tex/lualatex/luabidi/arabmaths.tex
-texmf-dist/tex/lualatex/luabidi/autofootnoterule.tex
-texmf-dist/tex/lualatex/luabidi/luabidi.sty
-texmf-dist/tex/lualatex/luabidi/textwidthfootnoterule.tex
-texmf-dist/tex/lualatex/luacode/luacode.sty
-texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty
-texmf-dist/scripts/luaindex/luaindex.lua
-texmf-dist/tex/lualatex/luaindex/luaindex.sty
-texmf-dist/tex/lualatex/luainputenc/luainputenc.lua
-texmf-dist/tex/lualatex/luainputenc/luainputenc.sty
-texmf-dist/tex/lualatex/luainputenc/lutf8.def
-texmf-dist/tex/lualatex/luainputenc/lutf8x.def
-texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
-texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty
-texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
-texmf-dist/tex/luatex/lualibs/lualibs-boolean.lua
-texmf-dist/tex/luatex/lualibs/lualibs-compat.lua
-texmf-dist/tex/luatex/lualibs/lualibs-dir.lua
-texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
-texmf-dist/tex/luatex/lualibs/lualibs-file.lua
-texmf-dist/tex/luatex/lualibs/lualibs-function.lua
-texmf-dist/tex/luatex/lualibs/lualibs-gzip.lua
-texmf-dist/tex/luatex/lualibs/lualibs-io.lua
-texmf-dist/tex/luatex/lualibs/lualibs-lpeg.lua
-texmf-dist/tex/luatex/lualibs/lualibs-lua.lua
-texmf-dist/tex/luatex/lualibs/lualibs-math.lua
-texmf-dist/tex/luatex/lualibs/lualibs-md5.lua
-texmf-dist/tex/luatex/lualibs/lualibs-number.lua
-texmf-dist/tex/luatex/lualibs/lualibs-os.lua
-texmf-dist/tex/luatex/lualibs/lualibs-package.lua
-texmf-dist/tex/luatex/lualibs/lualibs-set.lua
-texmf-dist/tex/luatex/lualibs/lualibs-string.lua
-texmf-dist/tex/luatex/lualibs/lualibs-table.lua
-texmf-dist/tex/luatex/lualibs/lualibs-trac-inf.lua
-texmf-dist/tex/luatex/lualibs/lualibs-unicode.lua
-texmf-dist/tex/luatex/lualibs/lualibs-url.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-deb.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-dim.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-fil.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-jsn.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-lua.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-prs.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-sta.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-sto.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-str.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-tab.lua
-texmf-dist/tex/luatex/lualibs/lualibs-util-tpl.lua
-texmf-dist/tex/luatex/lualibs/lualibs.lua
-texmf-dist/tex/luatex/luamplib/luamplib.lua
-texmf-dist/tex/luatex/luamplib/luamplib.sty
-texmf-dist/scripts/luaotfload/luaotfload-tool.lua
-texmf-dist/scripts/luaotfload/mkcharacters
-texmf-dist/scripts/luaotfload/mkglyphlist
-texmf-dist/scripts/luaotfload/mkimport
-texmf-dist/scripts/luaotfload/mkstatus
-texmf-dist/scripts/luaotfload/mktests
-texmf-dist/tex/luatex/luaotfload/fontloader-2017-02-11.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-basics-gen.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-basics-nod.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-basics.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-data-con.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-afk.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-cff.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-cid.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-con.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-def.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-dsp.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-gbn.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-ini.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-lua.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-map.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-ocl.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-one.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-onr.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-osd.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-ota.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-otc.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-oti.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-otj.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-otl.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-oto.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-otr.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-ots.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-oup.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-tfm.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-font-ttf.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-fonts-demo-vf-1.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-fonts-enc.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-fonts-ext.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-fonts-syn.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-fonts.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-fonts.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-l-boolean.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-function.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-io.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-lpeg.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-lua.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-math.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-string.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-l-table.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-languages.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-languages.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-math.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-math.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-mplib.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-mplib.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-plain.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-reference.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-swiglib-test.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-swiglib-test.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-swiglib.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-swiglib.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-test.tex
-texmf-dist/tex/luatex/luaotfload/fontloader-util-fil.lua
-texmf-dist/tex/luatex/luaotfload/fontloader-util-str.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-blacklist.cnf
-texmf-dist/tex/luatex/luaotfload/luaotfload-characters.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua
-texmf-dist/tex/luatex/luaotfload/luaotfload.sty
-texmf-dist/scripts/luasseq/luasseq.lua
-texmf-dist/tex/lualatex/luasseq/luasseq.sty
-texmf-dist/tex/generic/config/luatex-unicode-letters.tex
-texmf-dist/tex/generic/config/luatexiniconfig.tex
-texmf-dist/web2c/texmfcnf.lua
-texmf-dist/tex/generic/luatex85/luatex85.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase-attr.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase-cctb.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase-compat.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase-loader.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase-mcb.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase-modutils.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase-regs.sty
-texmf-dist/tex/luatex/luatexbase/luatexbase.loader.lua
-texmf-dist/tex/luatex/luatexbase/luatexbase.sty
-texmf-dist/tex/luatex/luatexko/luatexko-core.sty
-texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua
-texmf-dist/tex/luatex/luatexko/luatexko-uhc2utf8.lua
-texmf-dist/tex/luatex/luatexko/luatexko.lua
-texmf-dist/tex/luatex/luatexko/luatexko.sty
-texmf-dist/tex/lualatex/luatextra/luatextra.sty
-texmf-dist/tex/lualatex/luatodonotes/inspect.lua
-texmf-dist/tex/lualatex/luatodonotes/luatodonotes.lua
-texmf-dist/tex/lualatex/luatodonotes/luatodonotes.sty
-texmf-dist/tex/lualatex/luatodonotes/path_line.lua
-texmf-dist/tex/lualatex/luatodonotes/path_point.lua
-texmf-dist/tex/luatex/luaxml/dom-sample.lua
-texmf-dist/tex/luatex/luaxml/luaxml-mod-handler.lua
-texmf-dist/tex/luatex/luaxml/luaxml-mod-xml.lua
-texmf-dist/tex/luatex/luaxml/luaxml-pretty.lua
-texmf-dist/tex/luatex/luaxml/luaxml-selectors.lua
-texmf-dist/tex/luatex/luaxml/luaxml-stack.lua
-texmf-dist/tex/luatex/luaxml/luaxml-testxml.lua
-texmf-dist/makeindex/base/din.ist
-texmf-dist/makeindex/base/icase.ist
-texmf-dist/makeindex/base/latex.ist
-texmf-dist/makeindex/base/math.ist
-texmf-dist/makeindex/base/mkind.ist
-texmf-dist/makeindex/base/puncts.ist
-texmf-dist/makeindex/base/tex.ist
+texmf-dist/tex/latex/latexconfig/mllatex.ini
+texmf-dist/tex/latex/latexconfig/pdflatex.ini
+texmf-dist/tex/latex/ltxmisc/abstbook.cls
+texmf-dist/tex/latex/ltxmisc/beletter.cls
+texmf-dist/tex/latex/ltxmisc/bibcheck.sty
+texmf-dist/tex/latex/ltxmisc/concrete.sty
+texmf-dist/tex/latex/ltxmisc/flashcard.cls
+texmf-dist/tex/latex/ltxmisc/iagproc.cls
+texmf-dist/tex/latex/ltxmisc/linsys.sty
+texmf-dist/tex/latex/ltxmisc/mitpress.sty
+texmf-dist/tex/latex/ltxmisc/thrmappendix.sty
+texmf-dist/tex/latex/ltxmisc/topcapt.sty
+texmf-dist/tex/latex/ltxmisc/vrbexin.sty
+texmf-dist/tex/latex/mflogo/mflogo.sty
+texmf-dist/tex/latex/mflogo/ulogo.fd
+texmf-dist/tex/latex/mfnfss/oldgerm.sty
+texmf-dist/tex/latex/mfnfss/ot1panr.fd
+texmf-dist/tex/latex/mfnfss/ot1pss.fd
+texmf-dist/tex/latex/mfnfss/pandora.sty
+texmf-dist/tex/latex/mfnfss/uyfrak.fd
+texmf-dist/tex/latex/mfnfss/uygoth.fd
+texmf-dist/tex/latex/mfnfss/uyinit.fd
+texmf-dist/tex/latex/mfnfss/uyswab.fd
+texmf-dist/tex/latex/natbib/bibentry.sty
+texmf-dist/tex/latex/natbib/natbib.sty
+texmf-dist/tex/latex/oberdiek/accsupp-dvipdfm.def
+texmf-dist/tex/latex/oberdiek/accsupp-dvips.def
+texmf-dist/tex/latex/oberdiek/accsupp-luatex.def
+texmf-dist/tex/latex/oberdiek/accsupp-pdftex.def
+texmf-dist/tex/latex/oberdiek/accsupp.sty
+texmf-dist/tex/latex/oberdiek/aliascnt.sty
+texmf-dist/tex/latex/oberdiek/askinclude.sty
+texmf-dist/tex/latex/oberdiek/atenddvi.sty
+texmf-dist/tex/latex/oberdiek/atfi-dvipdfmx.def
+texmf-dist/tex/latex/oberdiek/atfi-dvips.def
+texmf-dist/tex/latex/oberdiek/atfi-pdftex.def
+texmf-dist/tex/latex/oberdiek/attachfile2.sty
+texmf-dist/tex/latex/oberdiek/atveryend.sty
+texmf-dist/tex/latex/oberdiek/auxhook.sty
+texmf-dist/tex/latex/oberdiek/bkm-dvipdfm.def
+texmf-dist/tex/latex/oberdiek/bkm-dvips.def
+texmf-dist/tex/latex/oberdiek/bkm-dvipsone.def
+texmf-dist/tex/latex/oberdiek/bkm-pdftex.def
+texmf-dist/tex/latex/oberdiek/bkm-textures.def
+texmf-dist/tex/latex/oberdiek/bkm-vtex.def
+texmf-dist/tex/latex/oberdiek/bmpsize-base.sty
+texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfm.def
+texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfmx.def
+texmf-dist/tex/latex/oberdiek/bmpsize-dvips.def
+texmf-dist/tex/latex/oberdiek/bmpsize-test.tex
+texmf-dist/tex/latex/oberdiek/bmpsize.sty
+texmf-dist/tex/latex/oberdiek/bookmark.sty
+texmf-dist/tex/latex/oberdiek/centernot.sty
+texmf-dist/tex/latex/oberdiek/chemarr.sty
+texmf-dist/tex/latex/oberdiek/classlist.sty
+texmf-dist/tex/latex/oberdiek/colonequals.sty
+texmf-dist/tex/latex/oberdiek/dtx-attach.sty
+texmf-dist/tex/latex/oberdiek/dvipscol.sty
+texmf-dist/tex/latex/oberdiek/enparen.sty
+texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
+texmf-dist/tex/latex/oberdiek/epstopdf.sty
+texmf-dist/tex/latex/oberdiek/flags.sty
+texmf-dist/tex/latex/oberdiek/grfext.sty
+texmf-dist/tex/latex/oberdiek/grffile.sty
+texmf-dist/tex/latex/oberdiek/holtxdoc.sty
+texmf-dist/tex/latex/oberdiek/hopatch.sty
+texmf-dist/tex/latex/oberdiek/hycolor.sty
+texmf-dist/tex/latex/oberdiek/hypbmsec.sty
+texmf-dist/tex/latex/oberdiek/hypcap.sty
+texmf-dist/tex/latex/oberdiek/hypdestopt.sty
+texmf-dist/tex/latex/oberdiek/hypdoc.sty
+texmf-dist/tex/latex/oberdiek/hypgotoe.sty
+texmf-dist/tex/latex/oberdiek/ifdraft.sty
+texmf-dist/tex/latex/oberdiek/inputenx.sty
+texmf-dist/tex/latex/oberdiek/ix-alias.def
+texmf-dist/tex/latex/oberdiek/ix-math.def
+texmf-dist/tex/latex/oberdiek/ix-name.def
+texmf-dist/tex/latex/oberdiek/ix-slot.def
+texmf-dist/tex/latex/oberdiek/ix-uc.def
+texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu
+texmf-dist/tex/latex/oberdiek/kvoptions-patch.sty
+texmf-dist/tex/latex/oberdiek/kvoptions.sty
+texmf-dist/tex/latex/oberdiek/letltxmacro.sty
+texmf-dist/tex/latex/oberdiek/listingsutf8.sty
+texmf-dist/tex/latex/oberdiek/luacolor.sty
+texmf-dist/tex/latex/oberdiek/makerobust.sty
+texmf-dist/tex/latex/oberdiek/pagegrid.sty
+texmf-dist/tex/latex/oberdiek/pagesel.sty
+texmf-dist/tex/latex/oberdiek/pdfcolfoot.sty
+texmf-dist/tex/latex/oberdiek/pdfcolmk.sty
+texmf-dist/tex/latex/oberdiek/pdfcolparallel.sty
+texmf-dist/tex/latex/oberdiek/pdfcolparcolumns.sty
+texmf-dist/tex/latex/oberdiek/pdflscape.sty
+texmf-dist/tex/latex/oberdiek/picture.sty
+texmf-dist/tex/latex/oberdiek/pmboxdraw.sty
+texmf-dist/tex/latex/oberdiek/pmboxdrawenc.dfu
+texmf-dist/tex/latex/oberdiek/refcount.sty
+texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
+texmf-dist/tex/latex/oberdiek/resizegather.sty
+texmf-dist/tex/latex/oberdiek/scrindex.sty
+texmf-dist/tex/latex/oberdiek/selinput.sty
+texmf-dist/tex/latex/oberdiek/settobox.sty
+texmf-dist/tex/latex/oberdiek/stackrel.sty
+texmf-dist/tex/latex/oberdiek/stampinclude.sty
+texmf-dist/tex/latex/oberdiek/tabularht.sty
+texmf-dist/tex/latex/oberdiek/tabularkv.sty
+texmf-dist/tex/latex/oberdiek/transparent.sty
+texmf-dist/tex/latex/oberdiek/twoopt.sty
+texmf-dist/tex/latex/oberdiek/x-ascii.def
+texmf-dist/tex/latex/oberdiek/x-atarist.def
+texmf-dist/tex/latex/oberdiek/x-cp1250.def
+texmf-dist/tex/latex/oberdiek/x-cp1251.def
+texmf-dist/tex/latex/oberdiek/x-cp1252.def
+texmf-dist/tex/latex/oberdiek/x-cp1255.def
+texmf-dist/tex/latex/oberdiek/x-cp1257.def
+texmf-dist/tex/latex/oberdiek/x-cp437.def
+texmf-dist/tex/latex/oberdiek/x-cp850.def
+texmf-dist/tex/latex/oberdiek/x-cp852.def
+texmf-dist/tex/latex/oberdiek/x-cp855.def
+texmf-dist/tex/latex/oberdiek/x-cp858.def
+texmf-dist/tex/latex/oberdiek/x-cp865.def
+texmf-dist/tex/latex/oberdiek/x-cp866.def
+texmf-dist/tex/latex/oberdiek/x-dec-mcs.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-8.def
+texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def
+texmf-dist/tex/latex/oberdiek/x-koi8-r.def
+texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def
+texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def
+texmf-dist/tex/latex/oberdiek/x-mac-roman.def
+texmf-dist/tex/latex/oberdiek/x-nextstep.def
+texmf-dist/tex/latex/oberdiek/x-verbatim.def
+texmf-dist/tex/latex/oberdiek/xcolor-patch.sty
+texmf-dist/tex/latex/oberdiek/zref-abspage.sty
+texmf-dist/tex/latex/oberdiek/zref-abspos.sty
+texmf-dist/tex/latex/oberdiek/zref-base.sty
+texmf-dist/tex/latex/oberdiek/zref-counter.sty
+texmf-dist/tex/latex/oberdiek/zref-dotfill.sty
+texmf-dist/tex/latex/oberdiek/zref-env.sty
+texmf-dist/tex/latex/oberdiek/zref-hyperref.sty
+texmf-dist/tex/latex/oberdiek/zref-lastpage.sty
+texmf-dist/tex/latex/oberdiek/zref-marks.sty
+texmf-dist/tex/latex/oberdiek/zref-nextpage.sty
+texmf-dist/tex/latex/oberdiek/zref-pageattr.sty
+texmf-dist/tex/latex/oberdiek/zref-pagelayout.sty
+texmf-dist/tex/latex/oberdiek/zref-perpage.sty
+texmf-dist/tex/latex/oberdiek/zref-runs.sty
+texmf-dist/tex/latex/oberdiek/zref-savepos.sty
+texmf-dist/tex/latex/oberdiek/zref-thepage.sty
+texmf-dist/tex/latex/oberdiek/zref-titleref.sty
+texmf-dist/tex/latex/oberdiek/zref-totpages.sty
+texmf-dist/tex/latex/oberdiek/zref-user.sty
+texmf-dist/tex/latex/oberdiek/zref-xr.sty
+texmf-dist/tex/latex/oberdiek/zref.sty
+texmf-dist/tex/latex/pslatex/pslatex.sty
+texmf-dist/tex/latex/psnfss/8rbch.fd
+texmf-dist/tex/latex/psnfss/8rpag.fd
+texmf-dist/tex/latex/psnfss/8rpbk.fd
+texmf-dist/tex/latex/psnfss/8rpcr.fd
+texmf-dist/tex/latex/psnfss/8rphv.fd
+texmf-dist/tex/latex/psnfss/8rpnc.fd
+texmf-dist/tex/latex/psnfss/8rppl.fd
+texmf-dist/tex/latex/psnfss/8rptm.fd
+texmf-dist/tex/latex/psnfss/8rput.fd
+texmf-dist/tex/latex/psnfss/8rpzc.fd
+texmf-dist/tex/latex/psnfss/avant.sty
+texmf-dist/tex/latex/psnfss/bookman.sty
+texmf-dist/tex/latex/psnfss/chancery.sty
+texmf-dist/tex/latex/psnfss/charter.sty
+texmf-dist/tex/latex/psnfss/courier.sty
+texmf-dist/tex/latex/psnfss/helvet.sty
+texmf-dist/tex/latex/psnfss/mathpazo.sty
+texmf-dist/tex/latex/psnfss/mathpple.sty
+texmf-dist/tex/latex/psnfss/mathptm.sty
+texmf-dist/tex/latex/psnfss/mathptmx.sty
+texmf-dist/tex/latex/psnfss/newcent.sty
+texmf-dist/tex/latex/psnfss/omlbch.fd
+texmf-dist/tex/latex/psnfss/omlpag.fd
+texmf-dist/tex/latex/psnfss/omlpbk.fd
+texmf-dist/tex/latex/psnfss/omlpcr.fd
+texmf-dist/tex/latex/psnfss/omlphv.fd
+texmf-dist/tex/latex/psnfss/omlpnc.fd
+texmf-dist/tex/latex/psnfss/omlppl.fd
+texmf-dist/tex/latex/psnfss/omlptm.fd
+texmf-dist/tex/latex/psnfss/omlptmcm.fd
+texmf-dist/tex/latex/psnfss/omlput.fd
+texmf-dist/tex/latex/psnfss/omlpzc.fd
+texmf-dist/tex/latex/psnfss/omlzplm.fd
+texmf-dist/tex/latex/psnfss/omlzpple.fd
+texmf-dist/tex/latex/psnfss/omlztmcm.fd
+texmf-dist/tex/latex/psnfss/omsbch.fd
+texmf-dist/tex/latex/psnfss/omspag.fd
+texmf-dist/tex/latex/psnfss/omspbk.fd
+texmf-dist/tex/latex/psnfss/omspcr.fd
+texmf-dist/tex/latex/psnfss/omsphv.fd
+texmf-dist/tex/latex/psnfss/omspnc.fd
+texmf-dist/tex/latex/psnfss/omsppl.fd
+texmf-dist/tex/latex/psnfss/omsptm.fd
+texmf-dist/tex/latex/psnfss/omsput.fd
+texmf-dist/tex/latex/psnfss/omspzc.fd
+texmf-dist/tex/latex/psnfss/omspzccm.fd
+texmf-dist/tex/latex/psnfss/omszplm.fd
+texmf-dist/tex/latex/psnfss/omszpple.fd
+texmf-dist/tex/latex/psnfss/omsztmcm.fd
+texmf-dist/tex/latex/psnfss/omxpsycm.fd
+texmf-dist/tex/latex/psnfss/omxzplm.fd
+texmf-dist/tex/latex/psnfss/omxzpple.fd
+texmf-dist/tex/latex/psnfss/omxztmcm.fd
+texmf-dist/tex/latex/psnfss/ot1bch.fd
+texmf-dist/tex/latex/psnfss/ot1pag.fd
+texmf-dist/tex/latex/psnfss/ot1pbk.fd
+texmf-dist/tex/latex/psnfss/ot1pcr.fd
+texmf-dist/tex/latex/psnfss/ot1phv.fd
+texmf-dist/tex/latex/psnfss/ot1pnc.fd
+texmf-dist/tex/latex/psnfss/ot1ppl.fd
+texmf-dist/tex/latex/psnfss/ot1pplj.fd
+texmf-dist/tex/latex/psnfss/ot1pplx.fd
+texmf-dist/tex/latex/psnfss/ot1ptm.fd
+texmf-dist/tex/latex/psnfss/ot1ptmcm.fd
+texmf-dist/tex/latex/psnfss/ot1put.fd
+texmf-dist/tex/latex/psnfss/ot1pzc.fd
+texmf-dist/tex/latex/psnfss/ot1zplm.fd
+texmf-dist/tex/latex/psnfss/ot1zpple.fd
+texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
+texmf-dist/tex/latex/psnfss/palatino.sty
+texmf-dist/tex/latex/psnfss/pifont.sty
+texmf-dist/tex/latex/psnfss/t1bch.fd
+texmf-dist/tex/latex/psnfss/t1pag.fd
+texmf-dist/tex/latex/psnfss/t1pbk.fd
+texmf-dist/tex/latex/psnfss/t1pcr.fd
+texmf-dist/tex/latex/psnfss/t1phv.fd
+texmf-dist/tex/latex/psnfss/t1pnc.fd
+texmf-dist/tex/latex/psnfss/t1ppl.fd
+texmf-dist/tex/latex/psnfss/t1pplj.fd
+texmf-dist/tex/latex/psnfss/t1pplx.fd
+texmf-dist/tex/latex/psnfss/t1ptm.fd
+texmf-dist/tex/latex/psnfss/t1put.fd
+texmf-dist/tex/latex/psnfss/t1pzc.fd
+texmf-dist/tex/latex/psnfss/times.sty
+texmf-dist/tex/latex/psnfss/ts1bch.fd
+texmf-dist/tex/latex/psnfss/ts1pag.fd
+texmf-dist/tex/latex/psnfss/ts1pbk.fd
+texmf-dist/tex/latex/psnfss/ts1pcr.fd
+texmf-dist/tex/latex/psnfss/ts1phv.fd
+texmf-dist/tex/latex/psnfss/ts1pnc.fd
+texmf-dist/tex/latex/psnfss/ts1ppl.fd
+texmf-dist/tex/latex/psnfss/ts1pplj.fd
+texmf-dist/tex/latex/psnfss/ts1pplx.fd
+texmf-dist/tex/latex/psnfss/ts1ptm.fd
+texmf-dist/tex/latex/psnfss/ts1put.fd
+texmf-dist/tex/latex/psnfss/ts1pzc.fd
+texmf-dist/tex/latex/psnfss/ufplm.fd
+texmf-dist/tex/latex/psnfss/ufplmbb.fd
+texmf-dist/tex/latex/psnfss/upsy.fd
+texmf-dist/tex/latex/psnfss/upzd.fd
+texmf-dist/tex/latex/psnfss/utopia.sty
+texmf-dist/tex/latex/pspicture/pspicture.sty
+texmf-dist/tex/latex/tools/afterpage.sty
+texmf-dist/tex/latex/tools/array.sty
+texmf-dist/tex/latex/tools/bm.sty
+texmf-dist/tex/latex/tools/calc.sty
+texmf-dist/tex/latex/tools/dcolumn.sty
+texmf-dist/tex/latex/tools/delarray.sty
+texmf-dist/tex/latex/tools/e.tex
+texmf-dist/tex/latex/tools/enumerate.sty
+texmf-dist/tex/latex/tools/fontsmpl.sty
+texmf-dist/tex/latex/tools/fontsmpl.tex
+texmf-dist/tex/latex/tools/ftnright.sty
+texmf-dist/tex/latex/tools/h.tex
+texmf-dist/tex/latex/tools/hhline.sty
+texmf-dist/tex/latex/tools/indentfirst.sty
+texmf-dist/tex/latex/tools/layout.sty
+texmf-dist/tex/latex/tools/longtable.sty
+texmf-dist/tex/latex/tools/multicol-2017-04-11.sty
+texmf-dist/tex/latex/tools/multicol.sty
+texmf-dist/tex/latex/tools/q.tex
+texmf-dist/tex/latex/tools/r.tex
+texmf-dist/tex/latex/tools/rawfonts.sty
+texmf-dist/tex/latex/tools/s.tex
+texmf-dist/tex/latex/tools/shellesc.sty
+texmf-dist/tex/latex/tools/showkeys.sty
+texmf-dist/tex/latex/tools/somedefs.sty
+texmf-dist/tex/latex/tools/tabularx.sty
+texmf-dist/tex/latex/tools/thb.sty
+texmf-dist/tex/latex/tools/thc.sty
+texmf-dist/tex/latex/tools/thcb.sty
+texmf-dist/tex/latex/tools/theorem.sty
+texmf-dist/tex/latex/tools/thm.sty
+texmf-dist/tex/latex/tools/thmb.sty
+texmf-dist/tex/latex/tools/thp.sty
+texmf-dist/tex/latex/tools/trace.sty
+texmf-dist/tex/latex/tools/varioref.sty
+texmf-dist/tex/latex/tools/verbatim.sty
+texmf-dist/tex/latex/tools/verbtest.tex
+texmf-dist/tex/latex/tools/x.tex
+texmf-dist/tex/latex/tools/xr.sty
+texmf-dist/tex/latex/tools/xspace.sty
+texmf-dist/tex/latex/url/url.sty
+texmf-dist/tex/plain/amsfonts/amssym.def
+texmf-dist/tex/plain/amsfonts/amssym.tex
+texmf-dist/tex/plain/amsfonts/cyracc.def
+texmf-dist/tex/plain/enigma/enigma.tex
+texmf-dist/tex/plain/etex/etex.src
+texmf-dist/tex/plain/etex/etexdefs.lib
+texmf-dist/tex/plain/knuth-lib/manmac.tex
+texmf-dist/tex/plain/knuth-lib/mftmac.tex
+texmf-dist/tex/plain/knuth-lib/story.tex
+texmf-dist/tex/plain/knuth-lib/testfont.tex
+texmf-dist/tex/plain/knuth-lib/webmac.tex
+texmf-dist/tex/plain/knuth-local/xepsf.tex
 texmf-dist/tex/plain/makeindex/idxmac.tex
-texmf-dist/metafont/base/mf.mf
-texmf-dist/metafont/base/plain.mf
-texmf-dist/metafont/config/cmmf.ini
-texmf-dist/metafont/config/mf.ini
-texmf-dist/metafont/misc/mode2dpi.mf
-texmf-dist/metafont/misc/mode2dpixy.mf
-texmf-dist/metafont/misc/modename.mf
-texmf-dist/metafont/misc/modes.mf
-texmf-dist/metafont/misc/ps2mfbas.mf
-texmf-dist/fonts/source/public/mflogo/logosl8.mf
-texmf-dist/fonts/tfm/public/mflogo/logosl8.tfm
-texmf-dist/tex/latex/mflogo/mflogo.sty
-texmf-dist/tex/latex/mflogo/ulogo.fd
-texmf-dist/tex/latex/mfnfss/oldgerm.sty
-texmf-dist/tex/latex/mfnfss/ot1panr.fd
-texmf-dist/tex/latex/mfnfss/ot1pss.fd
-texmf-dist/tex/latex/mfnfss/pandora.sty
-texmf-dist/tex/latex/mfnfss/uyfrak.fd
-texmf-dist/tex/latex/mfnfss/uygoth.fd
-texmf-dist/tex/latex/mfnfss/uyinit.fd
-texmf-dist/tex/latex/mfnfss/uyswab.fd
-texmf-dist/mft/base/README
-texmf-dist/mft/base/cmbase.mft
-texmf-dist/mft/base/mplain.mft
-texmf-dist/mft/base/plain.mft
-texmf-dist/scripts/context/perl/mptopdf.pl
-texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
-texmf-dist/tex/context/base/mkii/supp-mis.mkii
-texmf-dist/tex/context/base/mkii/supp-mpe.mkii
-texmf-dist/tex/context/base/mkii/supp-pdf.mkii
-texmf-dist/tex/context/base/mkii/syst-tex.mkii
-texmf-dist/tex/generic/context/mptopdf/mptopdf.tex
-texmf-dist/bibtex/bst/natbib/abbrvnat.bst
-texmf-dist/bibtex/bst/natbib/plainnat.bst
-texmf-dist/bibtex/bst/natbib/unsrtnat.bst
-texmf-dist/tex/latex/natbib/bibentry.sty
-texmf-dist/tex/latex/natbib/natbib.sty
-texmf-dist/tex/luatex/nodetree/nodetree.lua
-texmf-dist/tex/luatex/nodetree/nodetree.sty
-texmf-dist/tex/luatex/nodetree/nodetree.tex
-texmf-dist/bibtex/bib/oberdiek/oberdiek-bundle.bib
-texmf-dist/bibtex/bib/oberdiek/oberdiek-source.bib
-texmf-dist/scripts/oberdiek/luacolor-pre065.lua
-texmf-dist/scripts/oberdiek/luacolor.lua
-texmf-dist/scripts/oberdiek/magicnum.lua
-texmf-dist/scripts/oberdiek/oberdiek.luacolor-pre065.lua
-texmf-dist/scripts/oberdiek/oberdiek.luacolor.lua
-texmf-dist/scripts/oberdiek/oberdiek.luatex.lua
-texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua
-texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua
-texmf-dist/scripts/oberdiek/pdfatfi.pl
-texmf-dist/scripts/oberdiek/pdftexcmds.lua
+texmf-dist/tex/plain/base/fontchart.tex
+texmf-dist/tex/plain/base/gkpmac.tex
+texmf-dist/tex/plain/base/letter.tex
+texmf-dist/tex/plain/base/list-latin.tex
+texmf-dist/tex/plain/base/list.tex
+texmf-dist/tex/plain/base/llist.tex
+texmf-dist/tex/plain/base/mptmac.tex
+texmf-dist/tex/plain/base/picmac.tex
+texmf-dist/tex/plain/base/plain.tex
+texmf-dist/tex/plain/base/wlist.tex
+texmf-dist/tex/plain/config/aleph.ini
+texmf-dist/tex/plain/config/bplain.ini
+texmf-dist/tex/plain/config/etex.ini
+texmf-dist/tex/plain/config/omega.ini
+texmf-dist/tex/plain/config/pdfbplain.ini
+texmf-dist/tex/plain/config/pdfetex.ini
+texmf-dist/tex/plain/config/pdftexmagfix.tex
+texmf-dist/tex/plain/config/tex.ini
+texmf-dist/tex/plain/config/unicode-letters.def
+texmf-dist/tex/generic/babel/UKenglish.sty
+texmf-dist/tex/generic/babel/USenglish.sty
+texmf-dist/tex/generic/babel/afrikaans.sty
+texmf-dist/tex/generic/babel/albanian.sty
+texmf-dist/tex/generic/babel/american.sty
+texmf-dist/tex/generic/babel/austrian.sty
+texmf-dist/tex/generic/babel/babel-bidi-basic-r.lua
+texmf-dist/tex/generic/babel/babel-bidi.lua
+texmf-dist/tex/generic/babel/babel.def
+texmf-dist/tex/generic/babel/babel.sty
+texmf-dist/tex/generic/babel/bahasa.sty
+texmf-dist/tex/generic/babel/bahasam.sty
+texmf-dist/tex/generic/babel/basque.sty
+texmf-dist/tex/generic/babel/blplain.tex
+texmf-dist/tex/generic/babel/bplain.tex
+texmf-dist/tex/generic/babel/breton.sty
+texmf-dist/tex/generic/babel/british.sty
+texmf-dist/tex/generic/babel/bulgarian.sty
+texmf-dist/tex/generic/babel/catalan.sty
+texmf-dist/tex/generic/babel/croatian.sty
+texmf-dist/tex/generic/babel/czech.sty
+texmf-dist/tex/generic/babel/danish.sty
+texmf-dist/tex/generic/babel/dutch.sty
+texmf-dist/tex/generic/babel/english.sty
+texmf-dist/tex/generic/babel/esperanto.sty
+texmf-dist/tex/generic/babel/estonian.sty
+texmf-dist/tex/generic/babel/finnish.sty
+texmf-dist/tex/generic/babel/francais.sty
+texmf-dist/tex/generic/babel/galician.sty
+texmf-dist/tex/generic/babel/germanb.sty
+texmf-dist/tex/generic/babel/greek.sty
+texmf-dist/tex/generic/babel/hebrew.sty
+texmf-dist/tex/generic/babel/hyphen.cfg
+texmf-dist/tex/generic/babel/icelandic.sty
+texmf-dist/tex/generic/babel/interlingua.sty
+texmf-dist/tex/generic/babel/irish.sty
+texmf-dist/tex/generic/babel/italian.sty
+texmf-dist/tex/generic/babel/latin.sty
+texmf-dist/tex/generic/babel/locale/README-locale
+texmf-dist/tex/generic/babel/locale/af/babel-af.ini
+texmf-dist/tex/generic/babel/locale/af/babel-afrikaans.tex
+texmf-dist/tex/generic/babel/locale/agq/babel-aghem.tex
+texmf-dist/tex/generic/babel/locale/agq/babel-agq.ini
+texmf-dist/tex/generic/babel/locale/ak/babel-ak.ini
+texmf-dist/tex/generic/babel/locale/ak/babel-akan.tex
+texmf-dist/tex/generic/babel/locale/am/babel-am.ini
+texmf-dist/tex/generic/babel/locale/am/babel-amharic.tex
+texmf-dist/tex/generic/babel/locale/ar/babel-ar-DZ.ini
+texmf-dist/tex/generic/babel/locale/ar/babel-ar-MA.ini
+texmf-dist/tex/generic/babel/locale/ar/babel-ar-SY.ini
+texmf-dist/tex/generic/babel/locale/ar/babel-ar.ini
+texmf-dist/tex/generic/babel/locale/ar/babel-arabic-algeria.tex
+texmf-dist/tex/generic/babel/locale/ar/babel-arabic-dz.tex
+texmf-dist/tex/generic/babel/locale/ar/babel-arabic-ma.tex
+texmf-dist/tex/generic/babel/locale/ar/babel-arabic-morocco.tex
+texmf-dist/tex/generic/babel/locale/ar/babel-arabic-sy.tex
+texmf-dist/tex/generic/babel/locale/ar/babel-arabic-syria.tex
+texmf-dist/tex/generic/babel/locale/ar/babel-arabic.tex
+texmf-dist/tex/generic/babel/locale/as/babel-as.ini
+texmf-dist/tex/generic/babel/locale/as/babel-assamese.tex
+texmf-dist/tex/generic/babel/locale/asa/babel-asa.ini
+texmf-dist/tex/generic/babel/locale/asa/babel-asu.tex
+texmf-dist/tex/generic/babel/locale/ast/babel-ast.ini
+texmf-dist/tex/generic/babel/locale/ast/babel-asturian.tex
+texmf-dist/tex/generic/babel/locale/az/babel-az-Cyrl.ini
+texmf-dist/tex/generic/babel/locale/az/babel-az-Latn.ini
+texmf-dist/tex/generic/babel/locale/az/babel-az.ini
+texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-cyrillic.tex
+texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-cyrl.tex
+texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-latin.tex
+texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-latn.tex
+texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani.tex
+texmf-dist/tex/generic/babel/locale/bas/babel-bas.ini
+texmf-dist/tex/generic/babel/locale/bas/babel-basaa.tex
+texmf-dist/tex/generic/babel/locale/be/babel-be.ini
+texmf-dist/tex/generic/babel/locale/be/babel-belarusian.tex
+texmf-dist/tex/generic/babel/locale/bem/babel-bem.ini
+texmf-dist/tex/generic/babel/locale/bem/babel-bemba.tex
+texmf-dist/tex/generic/babel/locale/bez/babel-bena.tex
+texmf-dist/tex/generic/babel/locale/bez/babel-bez.ini
+texmf-dist/tex/generic/babel/locale/bg/babel-bg.ini
+texmf-dist/tex/generic/babel/locale/bg/babel-bulgarian.tex
+texmf-dist/tex/generic/babel/locale/bm/babel-bambara.tex
+texmf-dist/tex/generic/babel/locale/bm/babel-bm.ini
+texmf-dist/tex/generic/babel/locale/bn/babel-bengali.tex
+texmf-dist/tex/generic/babel/locale/bn/babel-bn.ini
+texmf-dist/tex/generic/babel/locale/bo/babel-bo.ini
+texmf-dist/tex/generic/babel/locale/bo/babel-tibetan.tex
+texmf-dist/tex/generic/babel/locale/br/babel-br.ini
+texmf-dist/tex/generic/babel/locale/br/babel-breton.tex
+texmf-dist/tex/generic/babel/locale/brx/babel-bodo.tex
+texmf-dist/tex/generic/babel/locale/brx/babel-brx.ini
+texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-cyrillic.tex
+texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-cyrl.tex
+texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-latin.tex
+texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-latn.tex
+texmf-dist/tex/generic/babel/locale/bs/babel-bosnian.tex
+texmf-dist/tex/generic/babel/locale/bs/babel-bs-Cyrl.ini
+texmf-dist/tex/generic/babel/locale/bs/babel-bs-Latn.ini
+texmf-dist/tex/generic/babel/locale/bs/babel-bs.ini
+texmf-dist/tex/generic/babel/locale/ca/babel-ca.ini
+texmf-dist/tex/generic/babel/locale/ca/babel-catalan.tex
+texmf-dist/tex/generic/babel/locale/ce/babel-ce.ini
+texmf-dist/tex/generic/babel/locale/ce/babel-chechen.tex
+texmf-dist/tex/generic/babel/locale/cgg/babel-cgg.ini
+texmf-dist/tex/generic/babel/locale/cgg/babel-chiga.tex
+texmf-dist/tex/generic/babel/locale/chr/babel-cherokee.tex
+texmf-dist/tex/generic/babel/locale/chr/babel-chr.ini
+texmf-dist/tex/generic/babel/locale/ckb/babel-centralkurdish.tex
+texmf-dist/tex/generic/babel/locale/ckb/babel-ckb.ini
+texmf-dist/tex/generic/babel/locale/cs/babel-cs.ini
+texmf-dist/tex/generic/babel/locale/cs/babel-czech.tex
+texmf-dist/tex/generic/babel/locale/cy/babel-cy.ini
+texmf-dist/tex/generic/babel/locale/cy/babel-welsh.tex
+texmf-dist/tex/generic/babel/locale/da/babel-da.ini
+texmf-dist/tex/generic/babel/locale/da/babel-danish.tex
+texmf-dist/tex/generic/babel/locale/dav/babel-dav.ini
+texmf-dist/tex/generic/babel/locale/dav/babel-taita.tex
+texmf-dist/tex/generic/babel/locale/de/babel-austrian.tex
+texmf-dist/tex/generic/babel/locale/de/babel-de-AT.ini
+texmf-dist/tex/generic/babel/locale/de/babel-de-CH.ini
+texmf-dist/tex/generic/babel/locale/de/babel-de.ini
+texmf-dist/tex/generic/babel/locale/de/babel-german-at.tex
+texmf-dist/tex/generic/babel/locale/de/babel-german-austria.tex
+texmf-dist/tex/generic/babel/locale/de/babel-german-ch.tex
+texmf-dist/tex/generic/babel/locale/de/babel-german-switzerland.tex
+texmf-dist/tex/generic/babel/locale/de/babel-german.tex
+texmf-dist/tex/generic/babel/locale/de/babel-nswissgerman.tex
+texmf-dist/tex/generic/babel/locale/de/babel-swissgerman.tex
+texmf-dist/tex/generic/babel/locale/dje/babel-dje.ini
+texmf-dist/tex/generic/babel/locale/dje/babel-zarma.tex
+texmf-dist/tex/generic/babel/locale/dsb/babel-dsb.ini
+texmf-dist/tex/generic/babel/locale/dsb/babel-lowersorbian.tex
+texmf-dist/tex/generic/babel/locale/dsb/babel-lsorbian.tex
+texmf-dist/tex/generic/babel/locale/dua/babel-dua.ini
+texmf-dist/tex/generic/babel/locale/dua/babel-duala.tex
+texmf-dist/tex/generic/babel/locale/dyo/babel-dyo.ini
+texmf-dist/tex/generic/babel/locale/dyo/babel-jolafonyi.tex
+texmf-dist/tex/generic/babel/locale/dz/babel-dz.ini
+texmf-dist/tex/generic/babel/locale/dz/babel-dzongkha.tex
+texmf-dist/tex/generic/babel/locale/ebu/babel-ebu.ini
+texmf-dist/tex/generic/babel/locale/ebu/babel-embu.tex
+texmf-dist/tex/generic/babel/locale/ee/babel-ee.ini
+texmf-dist/tex/generic/babel/locale/ee/babel-ewe.tex
+texmf-dist/tex/generic/babel/locale/el/babel-el.ini
+texmf-dist/tex/generic/babel/locale/el/babel-greek.tex
+texmf-dist/tex/generic/babel/locale/en/babel-american.tex
+texmf-dist/tex/generic/babel/locale/en/babel-australian.tex
+texmf-dist/tex/generic/babel/locale/en/babel-british.tex
+texmf-dist/tex/generic/babel/locale/en/babel-canadian.tex
+texmf-dist/tex/generic/babel/locale/en/babel-en-AU.ini
+texmf-dist/tex/generic/babel/locale/en/babel-en-CA.ini
+texmf-dist/tex/generic/babel/locale/en/babel-en-GB.ini
+texmf-dist/tex/generic/babel/locale/en/babel-en-NZ.ini
+texmf-dist/tex/generic/babel/locale/en/babel-en-US.ini
+texmf-dist/tex/generic/babel/locale/en/babel-en.ini
+texmf-dist/tex/generic/babel/locale/en/babel-english-au.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-australia.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-ca.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-canada.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-gb.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-newzealand.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-nz.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-unitedkingdom.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-unitedstates.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english-us.tex
+texmf-dist/tex/generic/babel/locale/en/babel-english.tex
+texmf-dist/tex/generic/babel/locale/en/babel-newzealand.tex
+texmf-dist/tex/generic/babel/locale/en/babel-ukenglish.tex
+texmf-dist/tex/generic/babel/locale/en/babel-usenglish.tex
+texmf-dist/tex/generic/babel/locale/eo/babel-eo.ini
+texmf-dist/tex/generic/babel/locale/eo/babel-esperanto.tex
+texmf-dist/tex/generic/babel/locale/es/babel-es-MX.ini
+texmf-dist/tex/generic/babel/locale/es/babel-es.ini
+texmf-dist/tex/generic/babel/locale/es/babel-mexican.tex
+texmf-dist/tex/generic/babel/locale/es/babel-spanish-mexico.tex
+texmf-dist/tex/generic/babel/locale/es/babel-spanish-mx.tex
+texmf-dist/tex/generic/babel/locale/es/babel-spanish.tex
+texmf-dist/tex/generic/babel/locale/et/babel-estonian.tex
+texmf-dist/tex/generic/babel/locale/et/babel-et.ini
+texmf-dist/tex/generic/babel/locale/eu/babel-basque.tex
+texmf-dist/tex/generic/babel/locale/eu/babel-eu.ini
+texmf-dist/tex/generic/babel/locale/ewo/babel-ewo.ini
+texmf-dist/tex/generic/babel/locale/ewo/babel-ewondo.tex
+texmf-dist/tex/generic/babel/locale/fa/babel-fa.ini
+texmf-dist/tex/generic/babel/locale/fa/babel-persian.tex
+texmf-dist/tex/generic/babel/locale/ff/babel-ff.ini
+texmf-dist/tex/generic/babel/locale/ff/babel-fulah.tex
+texmf-dist/tex/generic/babel/locale/fi/babel-fi.ini
+texmf-dist/tex/generic/babel/locale/fi/babel-finnish.tex
+texmf-dist/tex/generic/babel/locale/fil/babel-fil.ini
+texmf-dist/tex/generic/babel/locale/fil/babel-filipino.tex
+texmf-dist/tex/generic/babel/locale/fo/babel-faroese.tex
+texmf-dist/tex/generic/babel/locale/fo/babel-fo.ini
+texmf-dist/tex/generic/babel/locale/fr/babel-fr-BE.ini
+texmf-dist/tex/generic/babel/locale/fr/babel-fr-CA.ini
+texmf-dist/tex/generic/babel/locale/fr/babel-fr-CH.ini
+texmf-dist/tex/generic/babel/locale/fr/babel-fr-LU.ini
+texmf-dist/tex/generic/babel/locale/fr/babel-fr.ini
+texmf-dist/tex/generic/babel/locale/fr/babel-french-be.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french-belgium.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french-ca.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french-canada.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french-ch.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french-lu.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french-luxembourg.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french-switzerland.tex
+texmf-dist/tex/generic/babel/locale/fr/babel-french.tex
+texmf-dist/tex/generic/babel/locale/fur/babel-friulian.tex
+texmf-dist/tex/generic/babel/locale/fur/babel-fur.ini
+texmf-dist/tex/generic/babel/locale/fy/babel-fy.ini
+texmf-dist/tex/generic/babel/locale/fy/babel-westernfrisian.tex
+texmf-dist/tex/generic/babel/locale/ga/babel-ga.ini
+texmf-dist/tex/generic/babel/locale/ga/babel-irish.tex
+texmf-dist/tex/generic/babel/locale/gd/babel-gd.ini
+texmf-dist/tex/generic/babel/locale/gd/babel-scottishgaelic.tex
+texmf-dist/tex/generic/babel/locale/gl/babel-galician.tex
+texmf-dist/tex/generic/babel/locale/gl/babel-gl.ini
+texmf-dist/tex/generic/babel/locale/gsw/babel-gsw.ini
+texmf-dist/tex/generic/babel/locale/gu/babel-gu.ini
+texmf-dist/tex/generic/babel/locale/gu/babel-gujarati.tex
+texmf-dist/tex/generic/babel/locale/guz/babel-gusii.tex
+texmf-dist/tex/generic/babel/locale/guz/babel-guz.ini
+texmf-dist/tex/generic/babel/locale/gv/babel-gv.ini
+texmf-dist/tex/generic/babel/locale/gv/babel-manx.tex
+texmf-dist/tex/generic/babel/locale/ha/babel-ha-GH.ini
+texmf-dist/tex/generic/babel/locale/ha/babel-ha-NE.ini
+texmf-dist/tex/generic/babel/locale/ha/babel-ha.ini
+texmf-dist/tex/generic/babel/locale/ha/babel-hausa-gh.tex
+texmf-dist/tex/generic/babel/locale/ha/babel-hausa-ghana.tex
+texmf-dist/tex/generic/babel/locale/ha/babel-hausa-ne.tex
+texmf-dist/tex/generic/babel/locale/ha/babel-hausa-niger.tex
+texmf-dist/tex/generic/babel/locale/ha/babel-hausa.tex
+texmf-dist/tex/generic/babel/locale/haw/babel-haw.ini
+texmf-dist/tex/generic/babel/locale/haw/babel-hawaiian.tex
+texmf-dist/tex/generic/babel/locale/he/babel-he.ini
+texmf-dist/tex/generic/babel/locale/he/babel-hebrew.tex
+texmf-dist/tex/generic/babel/locale/hi/babel-hi.ini
+texmf-dist/tex/generic/babel/locale/hi/babel-hindi.tex
+texmf-dist/tex/generic/babel/locale/hr/babel-croatian.tex
+texmf-dist/tex/generic/babel/locale/hr/babel-hr.ini
+texmf-dist/tex/generic/babel/locale/hsb/babel-hsb.ini
+texmf-dist/tex/generic/babel/locale/hsb/babel-uppersorbian.tex
+texmf-dist/tex/generic/babel/locale/hsb/babel-usorbian.tex
+texmf-dist/tex/generic/babel/locale/hu/babel-hu.ini
+texmf-dist/tex/generic/babel/locale/hu/babel-hungarian.tex
+texmf-dist/tex/generic/babel/locale/hy/babel-armenian.tex
+texmf-dist/tex/generic/babel/locale/hy/babel-hy.ini
+texmf-dist/tex/generic/babel/locale/ia/babel-ia.ini
+texmf-dist/tex/generic/babel/locale/ia/babel-interlingua.tex
+texmf-dist/tex/generic/babel/locale/id/babel-id.ini
+texmf-dist/tex/generic/babel/locale/id/babel-indonesian.tex
+texmf-dist/tex/generic/babel/locale/ig/babel-ig.ini
+texmf-dist/tex/generic/babel/locale/ig/babel-igbo.tex
+texmf-dist/tex/generic/babel/locale/ii/babel-ii.ini
+texmf-dist/tex/generic/babel/locale/ii/babel-sichuanyi.tex
+texmf-dist/tex/generic/babel/locale/is/babel-icelandic.tex
+texmf-dist/tex/generic/babel/locale/is/babel-is.ini
+texmf-dist/tex/generic/babel/locale/it/babel-it.ini
+texmf-dist/tex/generic/babel/locale/it/babel-italian.tex
+texmf-dist/tex/generic/babel/locale/ja/babel-ja.ini
+texmf-dist/tex/generic/babel/locale/ja/babel-japanese.tex
+texmf-dist/tex/generic/babel/locale/jgo/babel-jgo.ini
+texmf-dist/tex/generic/babel/locale/jgo/babel-ngomba.tex
+texmf-dist/tex/generic/babel/locale/jmc/babel-jmc.ini
+texmf-dist/tex/generic/babel/locale/jmc/babel-machame.tex
+texmf-dist/tex/generic/babel/locale/ka/babel-georgian.tex
+texmf-dist/tex/generic/babel/locale/ka/babel-ka.ini
+texmf-dist/tex/generic/babel/locale/kab/babel-kab.ini
+texmf-dist/tex/generic/babel/locale/kab/babel-kabyle.tex
+texmf-dist/tex/generic/babel/locale/kam/babel-kam.ini
+texmf-dist/tex/generic/babel/locale/kam/babel-kamba.tex
+texmf-dist/tex/generic/babel/locale/kde/babel-kde.ini
+texmf-dist/tex/generic/babel/locale/kde/babel-makonde.tex
+texmf-dist/tex/generic/babel/locale/kea/babel-kabuverdianu.tex
+texmf-dist/tex/generic/babel/locale/kea/babel-kea.ini
+texmf-dist/tex/generic/babel/locale/khq/babel-khq.ini
+texmf-dist/tex/generic/babel/locale/khq/babel-koyrachiini.tex
+texmf-dist/tex/generic/babel/locale/ki/babel-ki.ini
+texmf-dist/tex/generic/babel/locale/ki/babel-kikuyu.tex
+texmf-dist/tex/generic/babel/locale/kk/babel-kazakh.tex
+texmf-dist/tex/generic/babel/locale/kk/babel-kk.ini
+texmf-dist/tex/generic/babel/locale/kkj/babel-kako.tex
+texmf-dist/tex/generic/babel/locale/kkj/babel-kkj.ini
+texmf-dist/tex/generic/babel/locale/kl/babel-kalaallisut.tex
+texmf-dist/tex/generic/babel/locale/kl/babel-kl.ini
+texmf-dist/tex/generic/babel/locale/kln/babel-kalenjin.tex
+texmf-dist/tex/generic/babel/locale/kln/babel-kln.ini
+texmf-dist/tex/generic/babel/locale/km/babel-khmer.tex
+texmf-dist/tex/generic/babel/locale/km/babel-km.ini
+texmf-dist/tex/generic/babel/locale/kn/babel-kannada.tex
+texmf-dist/tex/generic/babel/locale/kn/babel-kn.ini
+texmf-dist/tex/generic/babel/locale/ko/babel-ko.ini
+texmf-dist/tex/generic/babel/locale/ko/babel-korean.tex
+texmf-dist/tex/generic/babel/locale/kok/babel-kok.ini
+texmf-dist/tex/generic/babel/locale/kok/babel-konkani.tex
+texmf-dist/tex/generic/babel/locale/ks/babel-kashmiri.tex
+texmf-dist/tex/generic/babel/locale/ks/babel-ks.ini
+texmf-dist/tex/generic/babel/locale/ksb/babel-ksb.ini
+texmf-dist/tex/generic/babel/locale/ksb/babel-shambala.tex
+texmf-dist/tex/generic/babel/locale/ksf/babel-bafia.tex
+texmf-dist/tex/generic/babel/locale/ksf/babel-ksf.ini
+texmf-dist/tex/generic/babel/locale/ksh/babel-colognian.tex
+texmf-dist/tex/generic/babel/locale/ksh/babel-ksh.ini
+texmf-dist/tex/generic/babel/locale/kw/babel-cornish.tex
+texmf-dist/tex/generic/babel/locale/kw/babel-kw.ini
+texmf-dist/tex/generic/babel/locale/ky/babel-ky.ini
+texmf-dist/tex/generic/babel/locale/ky/babel-kyrgyz.tex
+texmf-dist/tex/generic/babel/locale/lag/babel-lag.ini
+texmf-dist/tex/generic/babel/locale/lag/babel-langi.tex
+texmf-dist/tex/generic/babel/locale/lb/babel-lb.ini
+texmf-dist/tex/generic/babel/locale/lb/babel-luxembourgish.tex
+texmf-dist/tex/generic/babel/locale/lg/babel-ganda.tex
+texmf-dist/tex/generic/babel/locale/lg/babel-lg.ini
+texmf-dist/tex/generic/babel/locale/lkt/babel-lakota.tex
+texmf-dist/tex/generic/babel/locale/lkt/babel-lkt.ini
+texmf-dist/tex/generic/babel/locale/ln/babel-lingala.tex
+texmf-dist/tex/generic/babel/locale/ln/babel-ln.ini
+texmf-dist/tex/generic/babel/locale/lo/babel-lao.tex
+texmf-dist/tex/generic/babel/locale/lo/babel-lo.ini
+texmf-dist/tex/generic/babel/locale/lrc/babel-lrc.ini
+texmf-dist/tex/generic/babel/locale/lrc/babel-northernluri.tex
+texmf-dist/tex/generic/babel/locale/lt/babel-lithuanian.tex
+texmf-dist/tex/generic/babel/locale/lt/babel-lt.ini
+texmf-dist/tex/generic/babel/locale/lu/babel-lu.ini
+texmf-dist/tex/generic/babel/locale/lu/babel-lubakatanga.tex
+texmf-dist/tex/generic/babel/locale/luo/babel-luo.ini
+texmf-dist/tex/generic/babel/locale/luo/babel-luo.tex
+texmf-dist/tex/generic/babel/locale/luy/babel-luy.ini
+texmf-dist/tex/generic/babel/locale/luy/babel-luyia.tex
+texmf-dist/tex/generic/babel/locale/lv/babel-latvian.tex
+texmf-dist/tex/generic/babel/locale/lv/babel-lv.ini
+texmf-dist/tex/generic/babel/locale/mas/babel-mas.ini
+texmf-dist/tex/generic/babel/locale/mas/babel-masai.tex
+texmf-dist/tex/generic/babel/locale/mer/babel-mer.ini
+texmf-dist/tex/generic/babel/locale/mer/babel-meru.tex
+texmf-dist/tex/generic/babel/locale/mfe/babel-mfe.ini
+texmf-dist/tex/generic/babel/locale/mfe/babel-morisyen.tex
+texmf-dist/tex/generic/babel/locale/mg/babel-malagasy.tex
+texmf-dist/tex/generic/babel/locale/mg/babel-mg.ini
+texmf-dist/tex/generic/babel/locale/mgh/babel-makhuwameetto.tex
+texmf-dist/tex/generic/babel/locale/mgh/babel-mgh.ini
+texmf-dist/tex/generic/babel/locale/mgo/babel-meta.tex
+texmf-dist/tex/generic/babel/locale/mgo/babel-mgo.ini
+texmf-dist/tex/generic/babel/locale/mk/babel-macedonian.tex
+texmf-dist/tex/generic/babel/locale/mk/babel-mk.ini
+texmf-dist/tex/generic/babel/locale/ml/babel-malayalam.tex
+texmf-dist/tex/generic/babel/locale/ml/babel-ml.ini
+texmf-dist/tex/generic/babel/locale/mn/babel-mn.ini
+texmf-dist/tex/generic/babel/locale/mn/babel-mongolian.tex
+texmf-dist/tex/generic/babel/locale/mr/babel-marathi.tex
+texmf-dist/tex/generic/babel/locale/mr/babel-mr.ini
+texmf-dist/tex/generic/babel/locale/ms/babel-malay-bn.tex
+texmf-dist/tex/generic/babel/locale/ms/babel-malay-brunei.tex
+texmf-dist/tex/generic/babel/locale/ms/babel-malay-sg.tex
+texmf-dist/tex/generic/babel/locale/ms/babel-malay-singapore.tex
+texmf-dist/tex/generic/babel/locale/ms/babel-malay.tex
+texmf-dist/tex/generic/babel/locale/ms/babel-ms-BN.ini
+texmf-dist/tex/generic/babel/locale/ms/babel-ms-SG.ini
+texmf-dist/tex/generic/babel/locale/ms/babel-ms.ini
+texmf-dist/tex/generic/babel/locale/mt/babel-maltese.tex
+texmf-dist/tex/generic/babel/locale/mt/babel-mt.ini
+texmf-dist/tex/generic/babel/locale/mua/babel-mua.ini
+texmf-dist/tex/generic/babel/locale/mua/babel-mundang.tex
+texmf-dist/tex/generic/babel/locale/my/babel-burmese.tex
+texmf-dist/tex/generic/babel/locale/my/babel-my.ini
+texmf-dist/tex/generic/babel/locale/mzn/babel-mazanderani.tex
+texmf-dist/tex/generic/babel/locale/mzn/babel-mzn.ini
+texmf-dist/tex/generic/babel/locale/naq/babel-nama.tex
+texmf-dist/tex/generic/babel/locale/naq/babel-naq.ini
+texmf-dist/tex/generic/babel/locale/nb/babel-nb.ini
+texmf-dist/tex/generic/babel/locale/nb/babel-norsk.tex
+texmf-dist/tex/generic/babel/locale/nb/babel-norwegianbokmal.tex
+texmf-dist/tex/generic/babel/locale/nd/babel-nd.ini
+texmf-dist/tex/generic/babel/locale/nd/babel-northndebele.tex
+texmf-dist/tex/generic/babel/locale/ne/babel-ne.ini
+texmf-dist/tex/generic/babel/locale/ne/babel-nepali.tex
+texmf-dist/tex/generic/babel/locale/nl/babel-dutch.tex
+texmf-dist/tex/generic/babel/locale/nl/babel-nl.ini
+texmf-dist/tex/generic/babel/locale/nmg/babel-kwasio.tex
+texmf-dist/tex/generic/babel/locale/nmg/babel-nmg.ini
+texmf-dist/tex/generic/babel/locale/nn/babel-nn.ini
+texmf-dist/tex/generic/babel/locale/nn/babel-norwegiannynorsk.tex
+texmf-dist/tex/generic/babel/locale/nn/babel-nynorsk.tex
+texmf-dist/tex/generic/babel/locale/nnh/babel-ngiemboon.tex
+texmf-dist/tex/generic/babel/locale/nnh/babel-nnh.ini
+texmf-dist/tex/generic/babel/locale/nus/babel-nuer.tex
+texmf-dist/tex/generic/babel/locale/nus/babel-nus.ini
+texmf-dist/tex/generic/babel/locale/nyn/babel-nyankole.tex
+texmf-dist/tex/generic/babel/locale/nyn/babel-nyn.ini
+texmf-dist/tex/generic/babel/locale/oc/babel-oc.ini
+texmf-dist/tex/generic/babel/locale/oc/babel-occitan.tex
+texmf-dist/tex/generic/babel/locale/om/babel-om.ini
+texmf-dist/tex/generic/babel/locale/om/babel-oromo.tex
+texmf-dist/tex/generic/babel/locale/or/babel-or.ini
+texmf-dist/tex/generic/babel/locale/or/babel-oriya.tex
+texmf-dist/tex/generic/babel/locale/os/babel-os.ini
+texmf-dist/tex/generic/babel/locale/os/babel-ossetic.tex
+texmf-dist/tex/generic/babel/locale/pa/babel-pa-Arab.ini
+texmf-dist/tex/generic/babel/locale/pa/babel-pa-Guru.ini
+texmf-dist/tex/generic/babel/locale/pa/babel-pa.ini
+texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-arab.tex
+texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-arabic.tex
+texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-gurmukhi.tex
+texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-guru.tex
+texmf-dist/tex/generic/babel/locale/pa/babel-punjabi.tex
+texmf-dist/tex/generic/babel/locale/pl/babel-pl.ini
+texmf-dist/tex/generic/babel/locale/pl/babel-polish.tex
+texmf-dist/tex/generic/babel/locale/pms/babel-piedmontese.tex
+texmf-dist/tex/generic/babel/locale/pms/babel-pms.ini
+texmf-dist/tex/generic/babel/locale/ps/babel-pashto.tex
+texmf-dist/tex/generic/babel/locale/ps/babel-ps.ini
+texmf-dist/tex/generic/babel/locale/pt/babel-brazilian.tex
+texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-br.tex
+texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-brazil.tex
+texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-portugal.tex
+texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-pt.tex
+texmf-dist/tex/generic/babel/locale/pt/babel-portuguese.tex
+texmf-dist/tex/generic/babel/locale/pt/babel-pt-BR.ini
+texmf-dist/tex/generic/babel/locale/pt/babel-pt-PT.ini
+texmf-dist/tex/generic/babel/locale/pt/babel-pt.ini
+texmf-dist/tex/generic/babel/locale/qu/babel-qu.ini
+texmf-dist/tex/generic/babel/locale/qu/babel-quechua.tex
+texmf-dist/tex/generic/babel/locale/rm/babel-rm.ini
+texmf-dist/tex/generic/babel/locale/rm/babel-romansh.tex
+texmf-dist/tex/generic/babel/locale/rn/babel-rn.ini
+texmf-dist/tex/generic/babel/locale/rn/babel-rundi.tex
+texmf-dist/tex/generic/babel/locale/ro/babel-ro.ini
+texmf-dist/tex/generic/babel/locale/ro/babel-romanian.tex
+texmf-dist/tex/generic/babel/locale/rof/babel-rof.ini
+texmf-dist/tex/generic/babel/locale/rof/babel-rombo.tex
+texmf-dist/tex/generic/babel/locale/ru/babel-ru.ini
+texmf-dist/tex/generic/babel/locale/ru/babel-russian.tex
+texmf-dist/tex/generic/babel/locale/rw/babel-kinyarwanda.tex
+texmf-dist/tex/generic/babel/locale/rw/babel-rw.ini
+texmf-dist/tex/generic/babel/locale/rwk/babel-rwa.tex
+texmf-dist/tex/generic/babel/locale/rwk/babel-rwk.ini
+texmf-dist/tex/generic/babel/locale/sah/babel-sah.ini
+texmf-dist/tex/generic/babel/locale/sah/babel-sakha.tex
+texmf-dist/tex/generic/babel/locale/saq/babel-samburu.tex
+texmf-dist/tex/generic/babel/locale/saq/babel-saq.ini
+texmf-dist/tex/generic/babel/locale/sbp/babel-sangu.tex
+texmf-dist/tex/generic/babel/locale/sbp/babel-sbp.ini
+texmf-dist/tex/generic/babel/locale/se/babel-northernsami.tex
+texmf-dist/tex/generic/babel/locale/se/babel-samin.tex
+texmf-dist/tex/generic/babel/locale/se/babel-se.ini
+texmf-dist/tex/generic/babel/locale/seh/babel-seh.ini
+texmf-dist/tex/generic/babel/locale/seh/babel-sena.tex
+texmf-dist/tex/generic/babel/locale/ses/babel-koyraborosenni.tex
+texmf-dist/tex/generic/babel/locale/ses/babel-ses.ini
+texmf-dist/tex/generic/babel/locale/sg/babel-sango.tex
+texmf-dist/tex/generic/babel/locale/sg/babel-sg.ini
+texmf-dist/tex/generic/babel/locale/shi/babel-shi-Latn.ini
+texmf-dist/tex/generic/babel/locale/shi/babel-shi-Tfng.ini
+texmf-dist/tex/generic/babel/locale/shi/babel-shi.ini
+texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-latin.tex
+texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-latn.tex
+texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-tfng.tex
+texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-tifinagh.tex
+texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit.tex
+texmf-dist/tex/generic/babel/locale/si/babel-si.ini
+texmf-dist/tex/generic/babel/locale/si/babel-sinhala.tex
+texmf-dist/tex/generic/babel/locale/sk/babel-sk.ini
+texmf-dist/tex/generic/babel/locale/sk/babel-slovak.tex
+texmf-dist/tex/generic/babel/locale/sl/babel-sl.ini
+texmf-dist/tex/generic/babel/locale/sl/babel-slovene.tex
+texmf-dist/tex/generic/babel/locale/sl/babel-slovenian.tex
+texmf-dist/tex/generic/babel/locale/smn/babel-inarisami.tex
+texmf-dist/tex/generic/babel/locale/smn/babel-smn.ini
+texmf-dist/tex/generic/babel/locale/sn/babel-shona.tex
+texmf-dist/tex/generic/babel/locale/sn/babel-sn.ini
+texmf-dist/tex/generic/babel/locale/so/babel-so.ini
+texmf-dist/tex/generic/babel/locale/so/babel-somali.tex
+texmf-dist/tex/generic/babel/locale/sq/babel-albanian.tex
+texmf-dist/tex/generic/babel/locale/sq/babel-sq.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic-bosniaherzegovina.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic-kosovo.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic-montenegro.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl-ba.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl-me.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl-xk.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin-bosniaherzegovina.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin-kosovo.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin-montenegro.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn-ba.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn-me.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn-xk.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-serbian.tex
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl-BA.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl-ME.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl-XK.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn-BA.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn-ME.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn-XK.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn.ini
+texmf-dist/tex/generic/babel/locale/sr/babel-sr.ini
+texmf-dist/tex/generic/babel/locale/sv/babel-sv.ini
+texmf-dist/tex/generic/babel/locale/sv/babel-swedish.tex
+texmf-dist/tex/generic/babel/locale/sw/babel-sw.ini
+texmf-dist/tex/generic/babel/locale/sw/babel-swahili.tex
+texmf-dist/tex/generic/babel/locale/ta/babel-ta.ini
+texmf-dist/tex/generic/babel/locale/ta/babel-tamil.tex
+texmf-dist/tex/generic/babel/locale/te/babel-te.ini
+texmf-dist/tex/generic/babel/locale/te/babel-telugu.tex
+texmf-dist/tex/generic/babel/locale/teo/babel-teo.ini
+texmf-dist/tex/generic/babel/locale/teo/babel-teso.tex
+texmf-dist/tex/generic/babel/locale/th/babel-th.ini
+texmf-dist/tex/generic/babel/locale/th/babel-thai.tex
+texmf-dist/tex/generic/babel/locale/ti/babel-ti.ini
+texmf-dist/tex/generic/babel/locale/ti/babel-tigrinya.tex
+texmf-dist/tex/generic/babel/locale/tk/babel-tk.ini
+texmf-dist/tex/generic/babel/locale/tk/babel-turkmen.tex
+texmf-dist/tex/generic/babel/locale/to/babel-to.ini
+texmf-dist/tex/generic/babel/locale/to/babel-tongan.tex
+texmf-dist/tex/generic/babel/locale/tr/babel-tr.ini
+texmf-dist/tex/generic/babel/locale/tr/babel-turkish.tex
+texmf-dist/tex/generic/babel/locale/twq/babel-tasawaq.tex
+texmf-dist/tex/generic/babel/locale/twq/babel-twq.ini
+texmf-dist/tex/generic/babel/locale/tzm/babel-centralatlastamazight.tex
+texmf-dist/tex/generic/babel/locale/tzm/babel-tzm.ini
+texmf-dist/tex/generic/babel/locale/ug/babel-ug.ini
+texmf-dist/tex/generic/babel/locale/ug/babel-uyghur.tex
+texmf-dist/tex/generic/babel/locale/uk/babel-uk.ini
+texmf-dist/tex/generic/babel/locale/uk/babel-ukrainian.tex
+texmf-dist/tex/generic/babel/locale/ur/babel-ur.ini
+texmf-dist/tex/generic/babel/locale/ur/babel-urdu.tex
+texmf-dist/tex/generic/babel/locale/uz/babel-uz-Arab.ini
+texmf-dist/tex/generic/babel/locale/uz/babel-uz-Cyrl.ini
+texmf-dist/tex/generic/babel/locale/uz/babel-uz-Latn.ini
+texmf-dist/tex/generic/babel/locale/uz/babel-uz.ini
+texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-arab.tex
+texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-arabic.tex
+texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-cyrillic.tex
+texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-cyrl.tex
+texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-latin.tex
+texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-latn.tex
+texmf-dist/tex/generic/babel/locale/uz/babel-uzbek.tex
+texmf-dist/tex/generic/babel/locale/vai/babel-vai-Latn.ini
+texmf-dist/tex/generic/babel/locale/vai/babel-vai-Vaii.ini
+texmf-dist/tex/generic/babel/locale/vai/babel-vai-latin.tex
+texmf-dist/tex/generic/babel/locale/vai/babel-vai-latn.tex
+texmf-dist/tex/generic/babel/locale/vai/babel-vai-vai.tex
+texmf-dist/tex/generic/babel/locale/vai/babel-vai-vaii.tex
+texmf-dist/tex/generic/babel/locale/vai/babel-vai.ini
+texmf-dist/tex/generic/babel/locale/vai/babel-vai.tex
+texmf-dist/tex/generic/babel/locale/vi/babel-vi.ini
+texmf-dist/tex/generic/babel/locale/vi/babel-vietnam.tex
+texmf-dist/tex/generic/babel/locale/vi/babel-vietnamese.tex
+texmf-dist/tex/generic/babel/locale/vun/babel-vun.ini
+texmf-dist/tex/generic/babel/locale/vun/babel-vunjo.tex
+texmf-dist/tex/generic/babel/locale/wae/babel-wae.ini
+texmf-dist/tex/generic/babel/locale/wae/babel-walser.tex
+texmf-dist/tex/generic/babel/locale/xog/babel-soga.tex
+texmf-dist/tex/generic/babel/locale/xog/babel-xog.ini
+texmf-dist/tex/generic/babel/locale/yav/babel-yangben.tex
+texmf-dist/tex/generic/babel/locale/yav/babel-yav.ini
+texmf-dist/tex/generic/babel/locale/yi/babel-yi.ini
+texmf-dist/tex/generic/babel/locale/yi/babel-yiddish.tex
+texmf-dist/tex/generic/babel/locale/yo/babel-yo.ini
+texmf-dist/tex/generic/babel/locale/yo/babel-yoruba.tex
+texmf-dist/tex/generic/babel/locale/yue/babel-cantonese.tex
+texmf-dist/tex/generic/babel/locale/yue/babel-yue.ini
+texmf-dist/tex/generic/babel/locale/zgh/babel-standardmoroccantamazight.tex
+texmf-dist/tex/generic/babel/locale/zgh/babel-zgh.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans-hk.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans-mo.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans-sg.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hant-hk.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hant-mo.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hant.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified-hongkongsarchina.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified-macausarchina.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified-singapore.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-traditional-hongkongsarchina.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-traditional-macausarchina.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese-traditional.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-chinese.tex
+texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans-HK.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans-MO.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans-SG.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hant-HK.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hant-MO.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hant.ini
+texmf-dist/tex/generic/babel/locale/zh/babel-zh.ini
+texmf-dist/tex/generic/babel/locale/zu/babel-zu.ini
+texmf-dist/tex/generic/babel/locale/zu/babel-zulu.tex
+texmf-dist/tex/generic/babel/lsorbian.sty
+texmf-dist/tex/generic/babel/luababel.def
+texmf-dist/tex/generic/babel/magyar.sty
+texmf-dist/tex/generic/babel/naustrian.sty
+texmf-dist/tex/generic/babel/ngermanb.sty
+texmf-dist/tex/generic/babel/nil.ldf
+texmf-dist/tex/generic/babel/norsk.sty
+texmf-dist/tex/generic/babel/plain.def
+texmf-dist/tex/generic/babel/polish.sty
+texmf-dist/tex/generic/babel/portuges.sty
+texmf-dist/tex/generic/babel/romanian.sty
+texmf-dist/tex/generic/babel/russianb.sty
+texmf-dist/tex/generic/babel/samin.sty
+texmf-dist/tex/generic/babel/scottish.sty
+texmf-dist/tex/generic/babel/serbian.sty
+texmf-dist/tex/generic/babel/slovak.sty
+texmf-dist/tex/generic/babel/slovene.sty
+texmf-dist/tex/generic/babel/spanish.sty
+texmf-dist/tex/generic/babel/swedish.sty
+texmf-dist/tex/generic/babel/switch.def
+texmf-dist/tex/generic/babel/turkish.sty
+texmf-dist/tex/generic/babel/txtbabel.def
+texmf-dist/tex/generic/babel/ukraineb.sty
+texmf-dist/tex/generic/babel/usorbian.sty
+texmf-dist/tex/generic/babel/welsh.sty
+texmf-dist/tex/generic/babel/xebabel.def
+texmf-dist/tex/generic/babel-english/UKenglish.ldf
+texmf-dist/tex/generic/babel-english/USenglish.ldf
+texmf-dist/tex/generic/babel-english/american.ldf
+texmf-dist/tex/generic/babel-english/australian.ldf
+texmf-dist/tex/generic/babel-english/british.ldf
+texmf-dist/tex/generic/babel-english/canadian.ldf
+texmf-dist/tex/generic/babel-english/english.ldf
+texmf-dist/tex/generic/babel-english/newzealand.ldf
+texmf-dist/tex/generic/bibtex/apalike.sty
+texmf-dist/tex/generic/bibtex/apalike.tex
+texmf-dist/tex/generic/dvips/blackdvi.sty
+texmf-dist/tex/generic/dvips/blackdvi.tex
+texmf-dist/tex/generic/dvips/colordvi.sty
+texmf-dist/tex/generic/dvips/colordvi.tex
+texmf-dist/tex/generic/dvips/rotate.sty
+texmf-dist/tex/generic/dvips/rotate.tex
+texmf-dist/tex/generic/enctex/1250-csf.tex
+texmf-dist/tex/generic/enctex/1250-il2.tex
+texmf-dist/tex/generic/enctex/1250-latex.tex
+texmf-dist/tex/generic/enctex/1250-t1.tex
+texmf-dist/tex/generic/enctex/852-csf.tex
+texmf-dist/tex/generic/enctex/852-il2.tex
+texmf-dist/tex/generic/enctex/852-latex.tex
+texmf-dist/tex/generic/enctex/852-t1.tex
+texmf-dist/tex/generic/enctex/csfmacro.tex
+texmf-dist/tex/generic/enctex/enc-u.tex
+texmf-dist/tex/generic/enctex/encmacro.tex
+texmf-dist/tex/generic/enctex/il2-1250.tex
+texmf-dist/tex/generic/enctex/il2-852.tex
+texmf-dist/tex/generic/enctex/il2-csf.tex
+texmf-dist/tex/generic/enctex/il2-kam.tex
+texmf-dist/tex/generic/enctex/il2-t1.tex
+texmf-dist/tex/generic/enctex/kam-csf.tex
+texmf-dist/tex/generic/enctex/kam-il2.tex
+texmf-dist/tex/generic/enctex/kam-latex.tex
+texmf-dist/tex/generic/enctex/kam-t1.tex
+texmf-dist/tex/generic/enctex/mixcodes.tex
+texmf-dist/tex/generic/enctex/noprefnt.tex
+texmf-dist/tex/generic/enctex/plain-1250-cs.tex
+texmf-dist/tex/generic/enctex/plain-852-cs.tex
+texmf-dist/tex/generic/enctex/plain-il2-cs.tex
+texmf-dist/tex/generic/enctex/plain-kam-cs.tex
+texmf-dist/tex/generic/enctex/plain-utf8-cs.tex
+texmf-dist/tex/generic/enctex/plain-utf8-ec.tex
+texmf-dist/tex/generic/enctex/polyset.tex
+texmf-dist/tex/generic/enctex/t1macro.tex
+texmf-dist/tex/generic/enctex/utf8-csf.tex
+texmf-dist/tex/generic/enctex/utf8-t1.tex
+texmf-dist/tex/generic/enctex/utf8cseq.tex
+texmf-dist/tex/generic/enctex/utf8lat1.tex
+texmf-dist/tex/generic/enctex/utf8lata.tex
+texmf-dist/tex/generic/enctex/utf8math.tex
+texmf-dist/tex/generic/enctex/utf8off.tex
+texmf-dist/tex/generic/enctex/utf8raw.tex
+texmf-dist/tex/generic/enctex/utf8unkn.tex
+texmf-dist/tex/generic/enctex/utf8warn.tex
+texmf-dist/tex/generic/enigma/enigma.lua
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lth.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex
+texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex
+texmf-dist/tex/generic/config/language.dat
+texmf-dist/tex/generic/config/language.dat.lua
+texmf-dist/tex/generic/config/language.def
+texmf-dist/tex/generic/config/language.us
+texmf-dist/tex/generic/config/language.us.def
+texmf-dist/tex/generic/config/language.us.lua
+texmf-dist/tex/generic/config/luatex-unicode-letters.tex
+texmf-dist/tex/generic/config/luatexiniconfig.tex
+texmf-dist/tex/generic/config/pdftex-dvi.tex
+texmf-dist/tex/generic/hyphen/dumyhyph.tex
+texmf-dist/tex/generic/hyphen/hyphen.tex
+texmf-dist/tex/generic/hyphen/hypht1.tex
+texmf-dist/tex/generic/hyphen/zerohyph.tex
+texmf-dist/tex/generic/oberdiek/ifluatex.sty
 texmf-dist/tex/generic/oberdiek/alphalph.sty
 texmf-dist/tex/generic/oberdiek/atbegshi.sty
 texmf-dist/tex/generic/oberdiek/bigintcalc.sty
@@ -1968,431 +2510,435 @@ texmf-dist/tex/generic/oberdiek/stringenc.sty
 texmf-dist/tex/generic/oberdiek/telprint.sty
 texmf-dist/tex/generic/oberdiek/thepdfnumber.sty
 texmf-dist/tex/generic/oberdiek/uniquecounter.sty
-texmf-dist/tex/latex/oberdiek/accsupp-dvipdfm.def
-texmf-dist/tex/latex/oberdiek/accsupp-dvips.def
-texmf-dist/tex/latex/oberdiek/accsupp-pdftex.def
-texmf-dist/tex/latex/oberdiek/accsupp.sty
-texmf-dist/tex/latex/oberdiek/aliascnt.sty
-texmf-dist/tex/latex/oberdiek/askinclude.sty
-texmf-dist/tex/latex/oberdiek/atenddvi.sty
-texmf-dist/tex/latex/oberdiek/atfi-dvipdfmx.def
-texmf-dist/tex/latex/oberdiek/atfi-dvips.def
-texmf-dist/tex/latex/oberdiek/atfi-pdftex.def
-texmf-dist/tex/latex/oberdiek/attachfile2.sty
-texmf-dist/tex/latex/oberdiek/atveryend.sty
-texmf-dist/tex/latex/oberdiek/auxhook.sty
-texmf-dist/tex/latex/oberdiek/bkm-dvipdfm.def
-texmf-dist/tex/latex/oberdiek/bkm-dvips.def
-texmf-dist/tex/latex/oberdiek/bkm-dvipsone.def
-texmf-dist/tex/latex/oberdiek/bkm-pdftex.def
-texmf-dist/tex/latex/oberdiek/bkm-textures.def
-texmf-dist/tex/latex/oberdiek/bkm-vtex.def
-texmf-dist/tex/latex/oberdiek/bmpsize-base.sty
-texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfm.def
-texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfmx.def
-texmf-dist/tex/latex/oberdiek/bmpsize-dvips.def
-texmf-dist/tex/latex/oberdiek/bmpsize-test.tex
-texmf-dist/tex/latex/oberdiek/bmpsize.sty
-texmf-dist/tex/latex/oberdiek/bookmark.sty
-texmf-dist/tex/latex/oberdiek/centernot.sty
-texmf-dist/tex/latex/oberdiek/chemarr.sty
-texmf-dist/tex/latex/oberdiek/classlist.sty
-texmf-dist/tex/latex/oberdiek/colonequals.sty
-texmf-dist/tex/latex/oberdiek/dtx-attach.sty
-texmf-dist/tex/latex/oberdiek/dvipscol.sty
-texmf-dist/tex/latex/oberdiek/enparen.sty
-texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
-texmf-dist/tex/latex/oberdiek/epstopdf.sty
-texmf-dist/tex/latex/oberdiek/flags.sty
-texmf-dist/tex/latex/oberdiek/grfext.sty
-texmf-dist/tex/latex/oberdiek/grffile.sty
-texmf-dist/tex/latex/oberdiek/holtxdoc.sty
-texmf-dist/tex/latex/oberdiek/hopatch.sty
-texmf-dist/tex/latex/oberdiek/hycolor.sty
-texmf-dist/tex/latex/oberdiek/hypbmsec.sty
-texmf-dist/tex/latex/oberdiek/hypcap.sty
-texmf-dist/tex/latex/oberdiek/hypdestopt.sty
-texmf-dist/tex/latex/oberdiek/hypdoc.sty
-texmf-dist/tex/latex/oberdiek/hypgotoe.sty
-texmf-dist/tex/latex/oberdiek/ifdraft.sty
-texmf-dist/tex/latex/oberdiek/inputenx.sty
-texmf-dist/tex/latex/oberdiek/ix-alias.def
-texmf-dist/tex/latex/oberdiek/ix-math.def
-texmf-dist/tex/latex/oberdiek/ix-name.def
-texmf-dist/tex/latex/oberdiek/ix-slot.def
-texmf-dist/tex/latex/oberdiek/ix-uc.def
-texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu
-texmf-dist/tex/latex/oberdiek/kvoptions-patch.sty
-texmf-dist/tex/latex/oberdiek/kvoptions.sty
-texmf-dist/tex/latex/oberdiek/letltxmacro.sty
-texmf-dist/tex/latex/oberdiek/listingsutf8.sty
-texmf-dist/tex/latex/oberdiek/luacolor.sty
-texmf-dist/tex/latex/oberdiek/makerobust.sty
-texmf-dist/tex/latex/oberdiek/pagegrid.sty
-texmf-dist/tex/latex/oberdiek/pagesel.sty
-texmf-dist/tex/latex/oberdiek/pdfcolfoot.sty
-texmf-dist/tex/latex/oberdiek/pdfcolmk.sty
-texmf-dist/tex/latex/oberdiek/pdfcolparallel.sty
-texmf-dist/tex/latex/oberdiek/pdfcolparcolumns.sty
-texmf-dist/tex/latex/oberdiek/pdflscape.sty
-texmf-dist/tex/latex/oberdiek/picture.sty
-texmf-dist/tex/latex/oberdiek/pmboxdraw.sty
-texmf-dist/tex/latex/oberdiek/pmboxdrawenc.dfu
-texmf-dist/tex/latex/oberdiek/refcount.sty
-texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
-texmf-dist/tex/latex/oberdiek/resizegather.sty
-texmf-dist/tex/latex/oberdiek/scrindex.sty
-texmf-dist/tex/latex/oberdiek/selinput.sty
-texmf-dist/tex/latex/oberdiek/settobox.sty
-texmf-dist/tex/latex/oberdiek/stackrel.sty
-texmf-dist/tex/latex/oberdiek/stampinclude.sty
-texmf-dist/tex/latex/oberdiek/tabularht.sty
-texmf-dist/tex/latex/oberdiek/tabularkv.sty
-texmf-dist/tex/latex/oberdiek/transparent.sty
-texmf-dist/tex/latex/oberdiek/twoopt.sty
-texmf-dist/tex/latex/oberdiek/x-ascii.def
-texmf-dist/tex/latex/oberdiek/x-atarist.def
-texmf-dist/tex/latex/oberdiek/x-cp1250.def
-texmf-dist/tex/latex/oberdiek/x-cp1251.def
-texmf-dist/tex/latex/oberdiek/x-cp1252.def
-texmf-dist/tex/latex/oberdiek/x-cp1255.def
-texmf-dist/tex/latex/oberdiek/x-cp1257.def
-texmf-dist/tex/latex/oberdiek/x-cp437.def
-texmf-dist/tex/latex/oberdiek/x-cp850.def
-texmf-dist/tex/latex/oberdiek/x-cp852.def
-texmf-dist/tex/latex/oberdiek/x-cp855.def
-texmf-dist/tex/latex/oberdiek/x-cp858.def
-texmf-dist/tex/latex/oberdiek/x-cp865.def
-texmf-dist/tex/latex/oberdiek/x-cp866.def
-texmf-dist/tex/latex/oberdiek/x-dec-mcs.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-8.def
-texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def
-texmf-dist/tex/latex/oberdiek/x-koi8-r.def
-texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def
-texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def
-texmf-dist/tex/latex/oberdiek/x-mac-roman.def
-texmf-dist/tex/latex/oberdiek/x-nextstep.def
-texmf-dist/tex/latex/oberdiek/x-verbatim.def
-texmf-dist/tex/latex/oberdiek/xcolor-patch.sty
-texmf-dist/tex/latex/oberdiek/zref-abspage.sty
-texmf-dist/tex/latex/oberdiek/zref-abspos.sty
-texmf-dist/tex/latex/oberdiek/zref-base.sty
-texmf-dist/tex/latex/oberdiek/zref-counter.sty
-texmf-dist/tex/latex/oberdiek/zref-dotfill.sty
-texmf-dist/tex/latex/oberdiek/zref-env.sty
-texmf-dist/tex/latex/oberdiek/zref-hyperref.sty
-texmf-dist/tex/latex/oberdiek/zref-lastpage.sty
-texmf-dist/tex/latex/oberdiek/zref-marks.sty
-texmf-dist/tex/latex/oberdiek/zref-nextpage.sty
-texmf-dist/tex/latex/oberdiek/zref-pageattr.sty
-texmf-dist/tex/latex/oberdiek/zref-pagelayout.sty
-texmf-dist/tex/latex/oberdiek/zref-perpage.sty
-texmf-dist/tex/latex/oberdiek/zref-runs.sty
-texmf-dist/tex/latex/oberdiek/zref-savepos.sty
-texmf-dist/tex/latex/oberdiek/zref-thepage.sty
-texmf-dist/tex/latex/oberdiek/zref-titleref.sty
-texmf-dist/tex/latex/oberdiek/zref-totpages.sty
-texmf-dist/tex/latex/oberdiek/zref-user.sty
-texmf-dist/tex/latex/oberdiek/zref-xr.sty
-texmf-dist/tex/latex/oberdiek/zref.sty
+texmf-dist/tex/generic/ifxetex/ifxetex.sty
+texmf-dist/tex/generic/knuth-lib/null.tex
+texmf-dist/tex/generic/luatex85/luatex85.sty
+texmf-dist/tex/generic/context/mptopdf/mptopdf.tex
+texmf-dist/tex/generic/pdftex/glyphtounicode.tex
+texmf-dist/tex/generic/pdftex/pdfcolor.tex
+texmf-dist/tex/generic/tex-ini-files/dvilualatex.ini
+texmf-dist/tex/generic/tex-ini-files/dviluatex.ini
+texmf-dist/tex/generic/tex-ini-files/lualatex.ini
+texmf-dist/tex/generic/tex-ini-files/luatex.ini
+texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex
+texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex
+texmf-dist/tex/generic/tex-ini-files/xelatex.ini
+texmf-dist/tex/generic/tex-ini-files/xetex.ini
+texmf-dist/tex/generic/unicode-data/CaseFolding.txt
+texmf-dist/tex/generic/unicode-data/EastAsianWidth.txt
+texmf-dist/tex/generic/unicode-data/LineBreak.txt
+texmf-dist/tex/generic/unicode-data/MathClass-15.txt
+texmf-dist/tex/generic/unicode-data/SpecialCasing.txt
+texmf-dist/tex/generic/unicode-data/UnicodeData.txt
+texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
+texmf-dist/tex/generic/unicode-data/load-unicode-math-classes.tex
+texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex
+texmf-dist/tex/luatex/chickenize/chickenize.lua
+texmf-dist/tex/luatex/chickenize/chickenize.sty
+texmf-dist/tex/luatex/chickenize/chickenize.tex
+texmf-dist/tex/luatex/cstypo/cstypo-tex.tex
+texmf-dist/tex/luatex/cstypo/cstypo.lua
+texmf-dist/tex/luatex/ctablestack/ctablestack.sty
+texmf-dist/tex/luatex/fontloader-luaotfload/fontloader-2017-02-11-stix.lua
+texmf-dist/tex/luatex/fontloader-luaotfload/fontloader-reference-2017-07-28.lua
+texmf-dist/tex/luatex/fontloader-luaotfload/fontloader-reference-2017-08-18.lua
+texmf-dist/tex/luatex/hyph-utf8/etex.src
+texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua
+texmf-dist/tex/luatex/interpreter/interpreter.lua
+texmf-dist/tex/luatex/interpreter/interpreter.sty
+texmf-dist/tex/luatex/interpreter/interpreter.tex
+texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
+texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty
+texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
+texmf-dist/tex/luatex/lualibs/lualibs-boolean.lua
+texmf-dist/tex/luatex/lualibs/lualibs-compat.lua
+texmf-dist/tex/luatex/lualibs/lualibs-dir.lua
+texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
+texmf-dist/tex/luatex/lualibs/lualibs-file.lua
+texmf-dist/tex/luatex/lualibs/lualibs-function.lua
+texmf-dist/tex/luatex/lualibs/lualibs-gzip.lua
+texmf-dist/tex/luatex/lualibs/lualibs-io.lua
+texmf-dist/tex/luatex/lualibs/lualibs-lpeg.lua
+texmf-dist/tex/luatex/lualibs/lualibs-lua.lua
+texmf-dist/tex/luatex/lualibs/lualibs-math.lua
+texmf-dist/tex/luatex/lualibs/lualibs-md5.lua
+texmf-dist/tex/luatex/lualibs/lualibs-number.lua
+texmf-dist/tex/luatex/lualibs/lualibs-os.lua
+texmf-dist/tex/luatex/lualibs/lualibs-package.lua
+texmf-dist/tex/luatex/lualibs/lualibs-set.lua
+texmf-dist/tex/luatex/lualibs/lualibs-string.lua
+texmf-dist/tex/luatex/lualibs/lualibs-table.lua
+texmf-dist/tex/luatex/lualibs/lualibs-trac-inf.lua
+texmf-dist/tex/luatex/lualibs/lualibs-unicode.lua
+texmf-dist/tex/luatex/lualibs/lualibs-url.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-deb.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-dim.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-fil.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-jsn.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-lua.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-prs.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-sta.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-sto.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-str.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-tab.lua
+texmf-dist/tex/luatex/lualibs/lualibs-util-tpl.lua
+texmf-dist/tex/luatex/lualibs/lualibs.lua
+texmf-dist/tex/luatex/luamplib/luamplib.lua
+texmf-dist/tex/luatex/luamplib/luamplib.sty
+texmf-dist/tex/luatex/luaotfload/fontloader-2017-02-11.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-basics-gen.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-basics-nod.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-basics.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-data-con.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-afk.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-cff.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-cid.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-con.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-def.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-dsp.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-gbn.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-ini.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-lua.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-map.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-ocl.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-one.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-onr.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-osd.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-ota.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-otc.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-oti.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-otj.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-otl.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-oto.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-otr.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-ots.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-oup.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-tfm.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-font-ttf.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-fonts-demo-vf-1.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-fonts-enc.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-fonts-ext.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-fonts-syn.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-fonts.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-fonts.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-l-boolean.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-function.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-io.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-lpeg.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-lua.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-math.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-string.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-l-table.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-languages.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-languages.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-math.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-math.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-mplib.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-mplib.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-plain.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-reference.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-swiglib-test.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-swiglib-test.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-swiglib.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-swiglib.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-test.tex
+texmf-dist/tex/luatex/luaotfload/fontloader-util-fil.lua
+texmf-dist/tex/luatex/luaotfload/fontloader-util-str.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-blacklist.cnf
+texmf-dist/tex/luatex/luaotfload/luaotfload-characters.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua
+texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+texmf-dist/tex/luatex/luapackageloader/luapackageloader.lua
+texmf-dist/tex/luatex/luapackageloader/luapackageloader.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase-attr.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase-cctb.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase-compat.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase-loader.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase-mcb.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase-modutils.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase-regs.sty
+texmf-dist/tex/luatex/luatexbase/luatexbase.loader.lua
+texmf-dist/tex/luatex/luatexbase/luatexbase.sty
+texmf-dist/tex/luatex/luatexko/luatexko-core.sty
+texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua
+texmf-dist/tex/luatex/luatexko/luatexko-uhc2utf8.lua
+texmf-dist/tex/luatex/luatexko/luatexko.lua
+texmf-dist/tex/luatex/luatexko/luatexko.sty
+texmf-dist/tex/luatex/luaxml/luaxml-cssquery.lua
+texmf-dist/tex/luatex/luaxml/luaxml-domobject.lua
+texmf-dist/tex/luatex/luaxml/luaxml-entities.lua
+texmf-dist/tex/luatex/luaxml/luaxml-mod-handler.lua
+texmf-dist/tex/luatex/luaxml/luaxml-mod-xml.lua
+texmf-dist/tex/luatex/luaxml/luaxml-namedentities.lua
+texmf-dist/tex/luatex/luaxml/luaxml-parse-query.lua
+texmf-dist/tex/luatex/luaxml/luaxml-pretty.lua
+texmf-dist/tex/luatex/luaxml/luaxml-stack.lua
+texmf-dist/tex/luatex/luaxml/luaxml-testxml.lua
+texmf-dist/tex/luatex/nodetree/nodetree.lua
+texmf-dist/tex/luatex/nodetree/nodetree.sty
+texmf-dist/tex/luatex/nodetree/nodetree.tex
+texmf-dist/tex/luatex/spelling/spelling.sty
+texmf-dist/tex/lualatex/combofont/combofont.sty
+texmf-dist/tex/lualatex/cstypo/cstypo.sty
+texmf-dist/tex/lualatex/luacode/luacode.sty
+texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty
+texmf-dist/tex/lualatex/luaindex/luaindex.sty
+texmf-dist/tex/lualatex/luainputenc/luainputenc.lua
+texmf-dist/tex/lualatex/luainputenc/luainputenc.sty
+texmf-dist/tex/lualatex/luainputenc/lutf8.def
+texmf-dist/tex/lualatex/luainputenc/lutf8x.def
+texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
+texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty
+texmf-dist/tex/lualatex/luatextra/luatextra.sty
 texmf-dist/tex/lualatex/odsfile/odsfile.lua
 texmf-dist/tex/lualatex/odsfile/odsfile.sty
-texmf-dist/fonts/map/dvips/dummy-space/dummy-space.map
-texmf-dist/fonts/tfm/public/pdftex/dummy-space.tfm
-texmf-dist/fonts/type1/public/pdftex/dummy-space.pfb
-texmf-dist/scripts/simpdftex/simpdftex
-texmf-dist/tex/generic/config/pdftex-dvi.tex
-texmf-dist/tex/generic/pdftex/glyphtounicode.tex
-texmf-dist/tex/generic/pdftex/pdfcolor.tex
-texmf-dist/scripts/placeat/placeat.lua
 texmf-dist/tex/lualatex/placeat/placeat.sty
-texmf-dist/makeindex/plain/plaintex.ist
-texmf-dist/tex/plain/base/fontchart.tex
-texmf-dist/tex/plain/base/gkpmac.tex
-texmf-dist/tex/plain/base/letter.tex
-texmf-dist/tex/plain/base/list-latin.tex
-texmf-dist/tex/plain/base/list.tex
-texmf-dist/tex/plain/base/llist.tex
-texmf-dist/tex/plain/base/mptmac.tex
-texmf-dist/tex/plain/base/picmac.tex
-texmf-dist/tex/plain/base/plain.tex
-texmf-dist/tex/plain/base/wlist.tex
-texmf-dist/tex/plain/config/aleph.ini
-texmf-dist/tex/plain/config/bplain.ini
-texmf-dist/tex/plain/config/etex.ini
-texmf-dist/tex/plain/config/omega.ini
-texmf-dist/tex/plain/config/pdfbplain.ini
-texmf-dist/tex/plain/config/pdfetex.ini
-texmf-dist/tex/plain/config/pdftexmagfix.tex
-texmf-dist/tex/plain/config/tex.ini
-texmf-dist/tex/plain/config/unicode-letters.def
-texmf-dist/fonts/map/dvips/pslatex/pcrr8rn.map
-texmf-dist/fonts/tfm/public/pslatex/pcrr7tn.tfm
-texmf-dist/fonts/tfm/public/pslatex/pcrr8rn.tfm
-texmf-dist/fonts/tfm/public/pslatex/pcrr8tn.tfm
-texmf-dist/fonts/vf/public/pslatex/pcrr7tn.vf
-texmf-dist/fonts/vf/public/pslatex/pcrr8tn.vf
-texmf-dist/tex/latex/pslatex/pslatex.sty
-texmf-dist/fonts/map/dvips/psnfss/charter.map
-texmf-dist/fonts/map/dvips/psnfss/fpls.map
-texmf-dist/fonts/map/dvips/psnfss/pazo.map
-texmf-dist/fonts/map/dvips/psnfss/psnfss.map
-texmf-dist/fonts/map/dvips/psnfss/utopia.map
-texmf-dist/tex/latex/psnfss/8rbch.fd
-texmf-dist/tex/latex/psnfss/8rpag.fd
-texmf-dist/tex/latex/psnfss/8rpbk.fd
-texmf-dist/tex/latex/psnfss/8rpcr.fd
-texmf-dist/tex/latex/psnfss/8rphv.fd
-texmf-dist/tex/latex/psnfss/8rpnc.fd
-texmf-dist/tex/latex/psnfss/8rppl.fd
-texmf-dist/tex/latex/psnfss/8rptm.fd
-texmf-dist/tex/latex/psnfss/8rput.fd
-texmf-dist/tex/latex/psnfss/8rpzc.fd
-texmf-dist/tex/latex/psnfss/avant.sty
-texmf-dist/tex/latex/psnfss/bookman.sty
-texmf-dist/tex/latex/psnfss/chancery.sty
-texmf-dist/tex/latex/psnfss/charter.sty
-texmf-dist/tex/latex/psnfss/courier.sty
-texmf-dist/tex/latex/psnfss/helvet.sty
-texmf-dist/tex/latex/psnfss/mathpazo.sty
-texmf-dist/tex/latex/psnfss/mathpple.sty
-texmf-dist/tex/latex/psnfss/mathptm.sty
-texmf-dist/tex/latex/psnfss/mathptmx.sty
-texmf-dist/tex/latex/psnfss/newcent.sty
-texmf-dist/tex/latex/psnfss/omlbch.fd
-texmf-dist/tex/latex/psnfss/omlpag.fd
-texmf-dist/tex/latex/psnfss/omlpbk.fd
-texmf-dist/tex/latex/psnfss/omlpcr.fd
-texmf-dist/tex/latex/psnfss/omlphv.fd
-texmf-dist/tex/latex/psnfss/omlpnc.fd
-texmf-dist/tex/latex/psnfss/omlppl.fd
-texmf-dist/tex/latex/psnfss/omlptm.fd
-texmf-dist/tex/latex/psnfss/omlptmcm.fd
-texmf-dist/tex/latex/psnfss/omlput.fd
-texmf-dist/tex/latex/psnfss/omlpzc.fd
-texmf-dist/tex/latex/psnfss/omlzplm.fd
-texmf-dist/tex/latex/psnfss/omlzpple.fd
-texmf-dist/tex/latex/psnfss/omlztmcm.fd
-texmf-dist/tex/latex/psnfss/omsbch.fd
-texmf-dist/tex/latex/psnfss/omspag.fd
-texmf-dist/tex/latex/psnfss/omspbk.fd
-texmf-dist/tex/latex/psnfss/omspcr.fd
-texmf-dist/tex/latex/psnfss/omsphv.fd
-texmf-dist/tex/latex/psnfss/omspnc.fd
-texmf-dist/tex/latex/psnfss/omsppl.fd
-texmf-dist/tex/latex/psnfss/omsptm.fd
-texmf-dist/tex/latex/psnfss/omsput.fd
-texmf-dist/tex/latex/psnfss/omspzc.fd
-texmf-dist/tex/latex/psnfss/omspzccm.fd
-texmf-dist/tex/latex/psnfss/omszplm.fd
-texmf-dist/tex/latex/psnfss/omszpple.fd
-texmf-dist/tex/latex/psnfss/omsztmcm.fd
-texmf-dist/tex/latex/psnfss/omxpsycm.fd
-texmf-dist/tex/latex/psnfss/omxzplm.fd
-texmf-dist/tex/latex/psnfss/omxzpple.fd
-texmf-dist/tex/latex/psnfss/omxztmcm.fd
-texmf-dist/tex/latex/psnfss/ot1bch.fd
-texmf-dist/tex/latex/psnfss/ot1pag.fd
-texmf-dist/tex/latex/psnfss/ot1pbk.fd
-texmf-dist/tex/latex/psnfss/ot1pcr.fd
-texmf-dist/tex/latex/psnfss/ot1phv.fd
-texmf-dist/tex/latex/psnfss/ot1pnc.fd
-texmf-dist/tex/latex/psnfss/ot1ppl.fd
-texmf-dist/tex/latex/psnfss/ot1pplj.fd
-texmf-dist/tex/latex/psnfss/ot1pplx.fd
-texmf-dist/tex/latex/psnfss/ot1ptm.fd
-texmf-dist/tex/latex/psnfss/ot1ptmcm.fd
-texmf-dist/tex/latex/psnfss/ot1put.fd
-texmf-dist/tex/latex/psnfss/ot1pzc.fd
-texmf-dist/tex/latex/psnfss/ot1zplm.fd
-texmf-dist/tex/latex/psnfss/ot1zpple.fd
-texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
-texmf-dist/tex/latex/psnfss/palatino.sty
-texmf-dist/tex/latex/psnfss/pifont.sty
-texmf-dist/tex/latex/psnfss/t1bch.fd
-texmf-dist/tex/latex/psnfss/t1pag.fd
-texmf-dist/tex/latex/psnfss/t1pbk.fd
-texmf-dist/tex/latex/psnfss/t1pcr.fd
-texmf-dist/tex/latex/psnfss/t1phv.fd
-texmf-dist/tex/latex/psnfss/t1pnc.fd
-texmf-dist/tex/latex/psnfss/t1ppl.fd
-texmf-dist/tex/latex/psnfss/t1pplj.fd
-texmf-dist/tex/latex/psnfss/t1pplx.fd
-texmf-dist/tex/latex/psnfss/t1ptm.fd
-texmf-dist/tex/latex/psnfss/t1put.fd
-texmf-dist/tex/latex/psnfss/t1pzc.fd
-texmf-dist/tex/latex/psnfss/times.sty
-texmf-dist/tex/latex/psnfss/ts1bch.fd
-texmf-dist/tex/latex/psnfss/ts1pag.fd
-texmf-dist/tex/latex/psnfss/ts1pbk.fd
-texmf-dist/tex/latex/psnfss/ts1pcr.fd
-texmf-dist/tex/latex/psnfss/ts1phv.fd
-texmf-dist/tex/latex/psnfss/ts1pnc.fd
-texmf-dist/tex/latex/psnfss/ts1ppl.fd
-texmf-dist/tex/latex/psnfss/ts1pplj.fd
-texmf-dist/tex/latex/psnfss/ts1pplx.fd
-texmf-dist/tex/latex/psnfss/ts1ptm.fd
-texmf-dist/tex/latex/psnfss/ts1put.fd
-texmf-dist/tex/latex/psnfss/ts1pzc.fd
-texmf-dist/tex/latex/psnfss/ufplm.fd
-texmf-dist/tex/latex/psnfss/ufplmbb.fd
-texmf-dist/tex/latex/psnfss/upsy.fd
-texmf-dist/tex/latex/psnfss/upzd.fd
-texmf-dist/tex/latex/psnfss/utopia.sty
-texmf-dist/dvips/pspicture/pspicture.ps
-texmf-dist/tex/latex/pspicture/pspicture.sty
+texmf-dist/tex/lualatex/plantuml/plantuml.lua
+texmf-dist/tex/lualatex/plantuml/plantuml.sty
 texmf-dist/tex/lualatex/selnolig/selnolig-english-hyphex.sty
 texmf-dist/tex/lualatex/selnolig/selnolig-english-patterns.sty
 texmf-dist/tex/lualatex/selnolig/selnolig-german-hyphex.sty
 texmf-dist/tex/lualatex/selnolig/selnolig-german-patterns.sty
 texmf-dist/tex/lualatex/selnolig/selnolig.lua
 texmf-dist/tex/lualatex/selnolig/selnolig.sty
-texmf-dist/tex/lualatex/showhyphens/showhyphens.sty
+texmf-dist/tex/lualatex/typewriter/typewriter.sty
+texmf-dist/tex/context/third/enigma/t-enigma.mkv/t-enigma.mkvi
+texmf-dist/tex/context/base/mkii/supp-mis.mkii
+texmf-dist/tex/context/base/mkii/supp-mpe.mkii
+texmf-dist/tex/context/base/mkii/supp-pdf.mkii
+texmf-dist/tex/context/base/mkii/syst-tex.mkii
+texmf-dist/bibtex/bst/amscls/amsalpha.bst
+texmf-dist/bibtex/bst/amscls/amsplain.bst
+texmf-dist/bibtex/bst/babelbib/bababbr3-fl.bst
+texmf-dist/bibtex/bst/babelbib/bababbr3-lf.bst
+texmf-dist/bibtex/bst/babelbib/bababbr3.bst
+texmf-dist/bibtex/bst/babelbib/bababbrv-fl.bst
+texmf-dist/bibtex/bst/babelbib/bababbrv-lf.bst
+texmf-dist/bibtex/bst/babelbib/bababbrv.bst
+texmf-dist/bibtex/bst/babelbib/babalpha-fl.bst
+texmf-dist/bibtex/bst/babelbib/babalpha-lf.bst
+texmf-dist/bibtex/bst/babelbib/babalpha.bst
+texmf-dist/bibtex/bst/babelbib/babamspl.bst
+texmf-dist/bibtex/bst/babelbib/babplai3-fl.bst
+texmf-dist/bibtex/bst/babelbib/babplai3-lf.bst
+texmf-dist/bibtex/bst/babelbib/babplai3.bst
+texmf-dist/bibtex/bst/babelbib/babplain-fl.bst
+texmf-dist/bibtex/bst/babelbib/babplain-lf.bst
+texmf-dist/bibtex/bst/babelbib/babplain.bst
+texmf-dist/bibtex/bst/babelbib/babunsrt-fl.bst
+texmf-dist/bibtex/bst/babelbib/babunsrt-lf.bst
+texmf-dist/bibtex/bst/babelbib/babunsrt.bst
+texmf-dist/bibtex/bst/base/abbrv.bst
+texmf-dist/bibtex/bst/base/acm.bst
+texmf-dist/bibtex/bst/base/alpha.bst
+texmf-dist/bibtex/bst/base/apalike.bst
+texmf-dist/bibtex/bst/base/ieeetr.bst
+texmf-dist/bibtex/bst/base/plain.bst
+texmf-dist/bibtex/bst/base/siam.bst
+texmf-dist/bibtex/bst/base/unsrt.bst
+texmf-dist/bibtex/bst/natbib/abbrvnat.bst
+texmf-dist/bibtex/bst/natbib/plainnat.bst
+texmf-dist/bibtex/bst/natbib/unsrtnat.bst
+texmf-dist/bibtex/bib/base/xampl.bib
+texmf-dist/bibtex/bib/oberdiek/oberdiek-bundle.bib
+texmf-dist/bibtex/bib/oberdiek/oberdiek-source.bib
+texmf-dist/makeindex/babel/bbglo.ist
+texmf-dist/makeindex/babel/bbind.ist
+texmf-dist/makeindex/latex/gglo.ist
+texmf-dist/makeindex/latex/gind.ist
+texmf-dist/makeindex/base/din.ist
+texmf-dist/makeindex/base/icase.ist
+texmf-dist/makeindex/base/latex.ist
+texmf-dist/makeindex/base/math.ist
+texmf-dist/makeindex/base/mkind.ist
+texmf-dist/makeindex/base/puncts.ist
+texmf-dist/makeindex/base/tex.ist
+texmf-dist/makeindex/plain/plaintex.ist
+texmf-dist/scripts/checkcites/checkcites.lua
+texmf-dist/scripts/context/lua/third/enigma/mtx-t-enigma.lua/mtx-t-enigma.lua
+texmf-dist/scripts/context/perl/mptopdf.pl
+texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
+texmf-dist/scripts/lua-alt-getopt/alt_getopt.lua
+texmf-dist/scripts/lua2dox/lua.def
+texmf-dist/scripts/lua2dox/lua2dox.lua
+texmf-dist/scripts/lua2dox/lua2dox_filter
+texmf-dist/scripts/luaindex/luaindex.lua
+texmf-dist/scripts/luaotfload/luaotfload-tool.lua
+texmf-dist/scripts/luaotfload/mkcharacters
+texmf-dist/scripts/luaotfload/mkglyphlist
+texmf-dist/scripts/luaotfload/mkimport
+texmf-dist/scripts/luaotfload/mkstatus
+texmf-dist/scripts/luaotfload/mktests
+texmf-dist/scripts/oberdiek/luacolor-pre065.lua
+texmf-dist/scripts/oberdiek/luacolor.lua
+texmf-dist/scripts/oberdiek/magicnum.lua
+texmf-dist/scripts/oberdiek/oberdiek.luacolor-pre065.lua
+texmf-dist/scripts/oberdiek/oberdiek.luacolor.lua
+texmf-dist/scripts/oberdiek/oberdiek.luatex.lua
+texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua
+texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua
+texmf-dist/scripts/oberdiek/pdfatfi.pl
+texmf-dist/scripts/oberdiek/pdftexcmds.lua
+texmf-dist/scripts/simpdftex/simpdftex
+texmf-dist/scripts/placeat/placeat.lua
 texmf-dist/scripts/spelling/spelling-main.lua
 texmf-dist/scripts/spelling/spelling-recurse.lua
 texmf-dist/scripts/spelling/spelling-stage-1.lua
 texmf-dist/scripts/spelling/spelling-stage-2.lua
 texmf-dist/scripts/spelling/spelling-stage-3.lua
 texmf-dist/scripts/spelling/spelling-stage-4.lua
-texmf-dist/tex/luatex/spelling/spelling.sty
-texmf-dist/dvips/tetex/config.builtin35
-texmf-dist/dvips/tetex/config.dfaxhigh
-texmf-dist/dvips/tetex/config.dfaxlo
-texmf-dist/dvips/tetex/config.download35
-texmf-dist/dvips/tetex/config.gsftopk
-texmf-dist/dvips/tetex/config.maxmem
-texmf-dist/dvips/tetex/config.outline
-texmf-dist/dvips/tetex/config.pdf
-texmf-dist/dvips/tetex/config.pk
-texmf-dist/dvips/tetex/config.www
-texmf-dist/fonts/enc/dvips/tetex/09fbbfac.enc
-texmf-dist/fonts/enc/dvips/tetex/0ef0afca.enc
-texmf-dist/fonts/enc/dvips/tetex/10037936.enc
-texmf-dist/fonts/enc/dvips/tetex/1b6d048e.enc
-texmf-dist/fonts/enc/dvips/tetex/71414f53.enc
-texmf-dist/fonts/enc/dvips/tetex/74afc74c.enc
-texmf-dist/fonts/enc/dvips/tetex/aae443f0.enc
-texmf-dist/fonts/enc/dvips/tetex/b6a4d7c7.enc
-texmf-dist/fonts/enc/dvips/tetex/bbad153f.enc
-texmf-dist/fonts/enc/dvips/tetex/d9b29452.enc
-texmf-dist/fonts/enc/dvips/tetex/f7b6d320.enc
-texmf-dist/fonts/enc/dvips/tetex/mtex.enc
-texmf-dist/fonts/map/dvips/tetex/Makefile
-texmf-dist/fonts/map/dvips/tetex/README
-texmf-dist/fonts/map/dvips/tetex/base14flags.ltx
-texmf-dist/fonts/map/dvips/tetex/base14flags.tex
-texmf-dist/fonts/map/dvips/tetex/dvipdfm35.map
-texmf-dist/fonts/map/dvips/tetex/dvips35.map
-texmf-dist/fonts/map/dvips/tetex/mathpple.map
-texmf-dist/fonts/map/dvips/tetex/pdftex35.map
-texmf-dist/fonts/map/dvips/tetex/ps2pk35.map
 texmf-dist/scripts/texlive/allcm.sh
 texmf-dist/scripts/texlive/allneeded.sh
 texmf-dist/scripts/texlive/dvi2fax.sh
 texmf-dist/scripts/texlive/dvired.sh
 texmf-dist/scripts/texlive/fmtutil-sys.sh
+texmf-dist/scripts/texlive/fmtutil-user.sh
 texmf-dist/scripts/texlive/fmtutil.pl
 texmf-dist/scripts/texlive/kpsetool.sh
 texmf-dist/scripts/texlive/kpsewhere.sh
 texmf-dist/scripts/texlive/mktexlsr.pl
 texmf-dist/scripts/texlive/texconfig-dialog.sh
 texmf-dist/scripts/texlive/texconfig-sys.sh
+texmf-dist/scripts/texlive/texconfig.sh
 texmf-dist/scripts/texlive/texlinks.sh
 texmf-dist/scripts/texlive/updmap-sys.sh
+texmf-dist/scripts/texlive/updmap-user.sh
 texmf-dist/scripts/texlive/updmap.pl
+texmf-dist/scripts/texlive/var/texcatalogue.keywords
+texmf-dist/scripts/texlive/lua/texlive/getopt.tlu
+texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu
+texmf-dist/scripts/texlive/lua/texlive/utils.tlu
+texmf-dist/scripts/texlive/rungs.tlu
+texmf-dist/scripts/texlive/test-tlpdb.tlu
+texmf-dist/scripts/texlive/texconf.tlu
+texmf-dist/scripts/texlive/tlmgr.pl
+texmf-dist/scripts/texlive/tlmgrgui.pl
+texmf-dist/scripts/texlive/uninstall-win32.pl
+texmf-dist/dvipdfmx/dvipdfmx.cfg
+texmf-dist/dvips/base/color.pro
+texmf-dist/dvips/base/crop.pro
+texmf-dist/dvips/base/finclude.pro
+texmf-dist/dvips/base/hps.pro
+texmf-dist/dvips/base/resolution400.ps
+texmf-dist/dvips/base/special.pro
+texmf-dist/dvips/base/tex.pro
+texmf-dist/dvips/base/texc.pro
+texmf-dist/dvips/base/texps.pro
+texmf-dist/dvips/config/alt-rule.pro
+texmf-dist/dvips/config/canonex.cfg
+texmf-dist/dvips/config/config.bakoma
+texmf-dist/dvips/config/config.canonex
+texmf-dist/dvips/config/config.cx
+texmf-dist/dvips/config/config.deskjet
+texmf-dist/dvips/config/config.dvired
+texmf-dist/dvips/config/config.epson
+texmf-dist/dvips/config/config.ibmvga
+texmf-dist/dvips/config/config.ljfour
+texmf-dist/dvips/config/config.luc
+texmf-dist/dvips/config/config.mbn
+texmf-dist/dvips/config/config.mga
+texmf-dist/dvips/config/config.mirrorprint
+texmf-dist/dvips/config/config.ot2
+texmf-dist/dvips/config/config.ps
+texmf-dist/dvips/config/config.qms
+texmf-dist/dvips/config/config.toshiba
+texmf-dist/dvips/config/config.unms
+texmf-dist/dvips/config/config.xyp
+texmf-dist/dvips/config/cx.cfg
+texmf-dist/dvips/config/deskjet.cfg
+texmf-dist/dvips/config/dfaxhigh.cfg
+texmf-dist/dvips/config/dvired.cfg
+texmf-dist/dvips/config/epson.cfg
+texmf-dist/dvips/config/ibmvga.cfg
+texmf-dist/dvips/config/ljfour.cfg
+texmf-dist/dvips/config/qms.cfg
+texmf-dist/dvips/config/toshiba.cfg
+texmf-dist/dvips/gsftopk/render.ps
+texmf-dist/dvips/pspicture/pspicture.ps
+texmf-dist/dvips/tetex/config.builtin35
+texmf-dist/dvips/tetex/config.dfaxhigh
+texmf-dist/dvips/tetex/config.dfaxlo
+texmf-dist/dvips/tetex/config.download35
+texmf-dist/dvips/tetex/config.gsftopk
+texmf-dist/dvips/tetex/config.maxmem
+texmf-dist/dvips/tetex/config.outline
+texmf-dist/dvips/tetex/config.pdf
+texmf-dist/dvips/tetex/config.pk
+texmf-dist/dvips/tetex/config.www
+texmf-dist/dvips/xdvi/config.xdvi
+texmf-dist/mft/knuth-local/e.mft
+texmf-dist/mft/base/README
+texmf-dist/mft/base/cmbase.mft
+texmf-dist/mft/base/mplain.mft
+texmf-dist/mft/base/plain.mft
+texmf-dist/web2c/amiga-pl.tcx
+texmf-dist/web2c/cp1250cs.tcx
+texmf-dist/web2c/cp1250pl.tcx
+texmf-dist/web2c/cp1250t1.tcx
+texmf-dist/web2c/cp227.tcx
+texmf-dist/web2c/cp852-cs.tcx
+texmf-dist/web2c/cp852-pl.tcx
+texmf-dist/web2c/cp8bit.tcx
+texmf-dist/web2c/empty.tcx
+texmf-dist/web2c/fmtutil.cnf
+texmf-dist/web2c/il1-t1.tcx
+texmf-dist/web2c/il2-cs.tcx
+texmf-dist/web2c/il2-pl.tcx
+texmf-dist/web2c/il2-t1.tcx
+texmf-dist/web2c/kam-cs.tcx
+texmf-dist/web2c/kam-t1.tcx
+texmf-dist/web2c/macce-pl.tcx
+texmf-dist/web2c/macce-t1.tcx
+texmf-dist/web2c/maz-pl.tcx
+texmf-dist/web2c/mktex.cnf
+texmf-dist/web2c/mktex.opt
+texmf-dist/web2c/mktexdir
+texmf-dist/web2c/mktexdir.opt
+texmf-dist/web2c/mktexnam
+texmf-dist/web2c/mktexnam.opt
+texmf-dist/web2c/mktexupd
+texmf-dist/web2c/natural.tcx
+texmf-dist/web2c/tcvn-t5.tcx
+texmf-dist/web2c/texmf.cnf
+texmf-dist/web2c/viscii-t5.tcx
+texmf-dist/web2c/texmfcnf.lua
 texmf-dist/web2c/updmap.cfg
-texmf-dist/tex/generic/tex-ini-files/dvilualatex.ini
-texmf-dist/tex/generic/tex-ini-files/dviluatex.ini
-texmf-dist/tex/generic/tex-ini-files/lualatex.ini
-texmf-dist/tex/generic/tex-ini-files/luatex.ini
-texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex
-texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex
-texmf-dist/tex/generic/tex-ini-files/xelatex.ini
-texmf-dist/tex/generic/tex-ini-files/xetex.ini
-texmf-dist/scripts/texlive/texconfig.sh
+texmf-dist/web2c/fmtutil-hdr.cnf
+texmf-dist/web2c/updmap-hdr.cfg
+texmf-dist/metafont/base/mf.mf
+texmf-dist/metafont/base/plain.mf
+texmf-dist/metafont/config/cmmf.ini
+texmf-dist/metafont/config/mf.ini
+texmf-dist/metafont/misc/mode2dpi.mf
+texmf-dist/metafont/misc/mode2dpixy.mf
+texmf-dist/metafont/misc/modename.mf
+texmf-dist/metafont/misc/modes.mf
+texmf-dist/metafont/misc/ps2mfbas.mf
 texmf-dist/texconfig/README
 texmf-dist/texconfig/g/generic
 texmf-dist/texconfig/tcfmgr
 texmf-dist/texconfig/tcfmgr.map
 texmf-dist/texconfig/v/vt100
 texmf-dist/texconfig/x/xterm
-texmf-dist/scripts/texlive/tlmgr.pl
-texmf-dist/scripts/texlive/tlmgrgui.pl
-texmf-dist/scripts/texlive/uninstall-win32.pl
-texmf-dist/web2c/fmtutil-hdr.cnf
-texmf-dist/web2c/updmap-hdr.cfg
-texmf-dist/tex/latex/tools/.tex
-texmf-dist/tex/latex/tools/afterpage.sty
-texmf-dist/tex/latex/tools/array.sty
-texmf-dist/tex/latex/tools/bm.sty
-texmf-dist/tex/latex/tools/calc.sty
-texmf-dist/tex/latex/tools/dcolumn.sty
-texmf-dist/tex/latex/tools/delarray.sty
-texmf-dist/tex/latex/tools/e.tex
-texmf-dist/tex/latex/tools/enumerate.sty
-texmf-dist/tex/latex/tools/fontsmpl.sty
-texmf-dist/tex/latex/tools/fontsmpl.tex
-texmf-dist/tex/latex/tools/ftnright.sty
-texmf-dist/tex/latex/tools/h.tex
-texmf-dist/tex/latex/tools/hhline.sty
-texmf-dist/tex/latex/tools/indentfirst.sty
-texmf-dist/tex/latex/tools/layout.sty
-texmf-dist/tex/latex/tools/longtable.sty
-texmf-dist/tex/latex/tools/multicol.sty
-texmf-dist/tex/latex/tools/q.tex
-texmf-dist/tex/latex/tools/r.tex
-texmf-dist/tex/latex/tools/rawfonts.sty
-texmf-dist/tex/latex/tools/s.tex
-texmf-dist/tex/latex/tools/shellesc.sty
-texmf-dist/tex/latex/tools/showkeys.sty
-texmf-dist/tex/latex/tools/somedefs.sty
-texmf-dist/tex/latex/tools/tabularx.sty
-texmf-dist/tex/latex/tools/thb.sty
-texmf-dist/tex/latex/tools/thc.sty
-texmf-dist/tex/latex/tools/thcb.sty
-texmf-dist/tex/latex/tools/theorem.sty
-texmf-dist/tex/latex/tools/thm.sty
-texmf-dist/tex/latex/tools/thmb.sty
-texmf-dist/tex/latex/tools/thp.sty
-texmf-dist/tex/latex/tools/trace.sty
-texmf-dist/tex/latex/tools/varioref.sty
-texmf-dist/tex/latex/tools/verbatim.sty
-texmf-dist/tex/latex/tools/verbtest.tex
-texmf-dist/tex/latex/tools/x.tex
-texmf-dist/tex/latex/tools/xr.sty
-texmf-dist/tex/latex/tools/xspace.sty
-texmf-dist/tex/latex/ucharcat/ucharcat.sty
-texmf-dist/tex/generic/unicode-data/CaseFolding.txt
-texmf-dist/tex/generic/unicode-data/EastAsianWidth.txt
-texmf-dist/tex/generic/unicode-data/LineBreak.txt
-texmf-dist/tex/generic/unicode-data/MathClass.txt
-texmf-dist/tex/generic/unicode-data/SpecialCasing.txt
-texmf-dist/tex/generic/unicode-data/UnicodeData.txt
-texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
-texmf-dist/tex/generic/unicode-data/load-unicode-math-classes.tex
-texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex
-texmf-dist/fonts/map/dvipdfmx/updmap/kanjix.map
-texmf-dist/fonts/map/dvips/updmap/builtin35.map
-texmf-dist/fonts/map/dvips/updmap/download35.map
-texmf-dist/fonts/map/dvips/updmap/ps2pk.map
-texmf-dist/fonts/map/dvips/updmap/psfonts.map
-texmf-dist/fonts/map/dvips/updmap/psfonts_pk.map
-texmf-dist/fonts/map/dvips/updmap/psfonts_t1.map
-texmf-dist/fonts/map/pdftex/updmap/pdftex.map
-texmf-dist/fonts/map/pdftex/updmap/pdftex_dl14.map
-texmf-dist/fonts/map/pdftex/updmap/pdftex_ndl14.map
-texmf-dist/tex/latex/url/url.sty
-texmf-dist/dvips/xdvi/config.xdvi
 texmf-dist/xdvi/XDvi
 texmf-dist/xdvi/pixmap/toolbar.xpm
 texmf-dist/xdvi/pixmap/toolbar2.xpm
+texmf-dist/ls-R
index 7376167e30441f00b5dee781f1fc563c7ee5ca84..7637846e0536c1ac4256ea4e2a88b7e75e8a63bc 100644 (file)
@@ -1,23 +1,24 @@
 name 00texlive.config
 category Package
 depend minrelease/2016
-depend release/2016
+depend release/2018
 
 name 00texlive.installation
 category TLCore
 depend opt_location:http://ftp.acc.umu.se/mirror/CTAN/systems/texlive/tlnet
 depend opt_autobackup:1
-depend opt_backupdir:tlpkg/backups
-depend opt_create_formats:1
-depend opt_desktop_integration:0
-depend opt_file_assocs:0
+depend opt_install_srcfiles:0
+depend opt_sys_man:/data/data/com.termux/files/usr/share/man
 depend opt_post_code:1
-depend opt_sys_bin:/data/data/com.termux/files/usr/bin
+depend opt_file_assocs:0
+depend opt_generate_updmap:0
 depend opt_sys_info:/data/data/com.termux/files/usr/share/info
-depend opt_sys_man:/data/data/com.termux/files/usr/share/man
-depend opt_install_docfiles:0
-depend opt_install_srcfiles:0
 depend opt_w32_multi_user:0
+depend opt_create_formats:1
+depend opt_sys_bin:/data/data/com.termux/files/usr/bin
+depend opt_install_docfiles:0
+depend opt_backupdir:tlpkg/backups
+depend opt_desktop_integration:0
 depend setting_available_architectures:custom
 
 name ae
@@ -32,12 +33,12 @@ longdesc fonts instead of bitmapped EC fonts. Note that direct
 longdesc substitutes for the bitmapped EC fonts are now available, via
 longdesc the CM-super, Latin Modern and (in a restricted way) CM-LGC
 longdesc font sets.
-containersize 57364
-containerchecksum bde32493e7a877ae38c48383cbaf93b8324329044d4c736e36c93542fcdf5184580dc46c3a0764ae91a20b2735a5a26a35058cde9a9e8b9ff3a636e9a33d0887
-doccontainersize 7732
-doccontainerchecksum 42b894211dd2157b950d1acf2391a41d64780d175d6651573bbe047ee10fd45a1f2bdf75e4370caf375b66b882eb9e7487049ecbdb94a1a921e8d135ea05f834
-srccontainersize 19988
-srccontainerchecksum 1629b88b7b27d552c5274fd9ea8e97ae9dbbd3e3bf0675182b7a6e29cb0eb4cbe17de531586bc3a7f9b515455988760d94b66271c64c2e252f0f86a5f2ef057d
+containersize 57260
+containerchecksum a7b76d3ac96778aaa572b534f7cf2179ce89f90c67fae167754b89842ea25d20e83daaf9898bd15c97a65e83eea6a9c39affb64134c52af099d2a0496f17b591
+doccontainersize 7736
+doccontainerchecksum 556e1cb096c22c673c10d9eae7302ef266080027db5a357042e02fd4052813ec77ca62c78526f68940ed4ef2d9a4e7049ef11917ab489cd8f1296475f273e5da
+srccontainersize 19976
+srccontainerchecksum 644a3b28a39014f35789dafdb34bf90db598ceaa4440d04ad972abd1f79c6c3595e778cb40760d9231bcc3c13f1ffdba2c5b8f2e30569d51dd91e8a5fe2b83ee
 runfiles size=157
  texmf-dist/fonts/tfm/public/ae/aeb10.tfm
  texmf-dist/fonts/tfm/public/ae/aebx10.tfm
@@ -155,27 +156,29 @@ runfiles size=157
  texmf-dist/tex/latex/ae/t1laett.fd
 catalogue-also zefonts aeguill
 catalogue-ctan /fonts/ae
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics font font-virtual font-t1enc
 catalogue-version 1.4
 
 name amscls
 category Package
-revision 36804
+revision 46099
 shortdesc AMS document classes for LaTeX
 longdesc This bundle contains three AMS classes, amsart (for writing
 longdesc articles for the AMS), amsbook (for books) and amsproc (for
-longdesc proceedings), together with some supporting material. The
-longdesc material is made available as part of the AMS-LaTeX
-longdesc distribution.
-containersize 32752
-containerchecksum c97a4e2b89bd37a2f39ed4714af8cae6f58771aed352209f341dccb05fe18626d5bf5a2321c3f30ae9082ae183d7ab41cdd4751916dc1c2f72e938637627e86f
-doccontainersize 1186080
-doccontainerchecksum 4079565e6f8edda29531e82dce249bd14c3e713c68a7ef104734dfce1c05c8d5baf57fbf934cd4e226f75d51529efed2d204cbdddf0e32bb2ad6f47a5a72b7ba
-srccontainersize 90148
-srccontainerchecksum 026556d11bcb45fa6a0db52e58da30c5a56960f1ae83433fe04ea865333a8b8f1ec8125cb450c0f3851528db84926f924e42916fb6ee2339749bb033832e0a38
-runfiles size=76
+longdesc proceedings), together with some supporting material. This
+longdesc material forms one branch of what was originally the AMS-LaTeX
+longdesc distribution. The other branch, amsmath, is now maintained and
+longdesc distributed separately. The user documentation can be found in
+longdesc the package amscls-doc.
+containersize 32216
+containerchecksum 672f485ff78fc120e77f76c6cea5992f0e189dc3209ae2182a645ba462de4c878fb0cb482d55fce292eb118b86946d4f41016258c854e654c0cb45d49a6ca55d
+doccontainersize 1152188
+doccontainerchecksum 151c103d620548d4dcfae4c1a4310da3752fd580f3e1ee6347983c00df34ab3ead6d41fdf926fa6cc36304ab1909781c133ec8b183a17d5d4d3d97b13c79a58c
+srccontainersize 76380
+srccontainerchecksum 5fff9777b88908a7c82cd32b968432ac3afcac598b3e3c8c82a5220a99b5b3cf6e34225c99427b34affbff0e82ed9bee034f116a047f1e7cd2e73fdbb60e55e2
+runfiles size=79
  texmf-dist/bibtex/bst/amscls/amsalpha.bst
  texmf-dist/bibtex/bst/amscls/amsplain.bst
  texmf-dist/tex/latex/amscls/amsart.cls
@@ -187,11 +190,12 @@ runfiles size=76
  texmf-dist/tex/latex/amscls/amsproc.cls
  texmf-dist/tex/latex/amscls/amsthm.sty
  texmf-dist/tex/latex/amscls/upref.sty
-catalogue-also amslatex
+catalogue-also amslatex amscls-doc
 catalogue-ctan /macros/latex/required/amscls
-catalogue-date 2016-03-01 13:36:50 +0100
-catalogue-license lppl1.3
+catalogue-date 2017-12-19 13:29:33 +0100
+catalogue-license lppl1.3c
 catalogue-topics class maths
+catalogue-version 2.20.4
 
 name amsfonts
 category Package
@@ -206,20 +210,23 @@ longdesc font; cyrillic fonts (from the University of Washington); Euler
 longdesc mathematical fonts. All fonts are provided as Adobe Type 1
 longdesc files, and all except the Euler fonts are provided as Metafont
 longdesc source. The distribution also includes the canonical Type 1
-longdesc versions of the Computer Modern family of fonts. Plain TeX and
-longdesc LaTeX macros for using the fonts are provided.
+longdesc versions of the Computer Modern family of fonts. Basic LaTeX
+longdesc support for the symbol fonts is provided by amsfonts.sty, with
+longdesc names of individual symbols defined in amssymb.sty. The Euler
+longdesc fonts are supported by separate packages; details can be found
+longdesc in the documentation.
 execute addMixedMap cm.map
 execute addMixedMap cmextra.map
 execute addMixedMap cyrillic.map
 execute addMap      euler.map
 execute addMixedMap latxfont.map
 execute addMixedMap symbols.map
-containersize 3626184
-containerchecksum fb222c26c9d0fed048a82b4e83315354beeb56a729810365376ddf1208047f613a738d8dbf32a5079991bbffa9345590632f6feb7f29e840b31a5c07f2ea2574
-doccontainersize 1162544
-doccontainerchecksum f78fb71d9b8a42964edb8842487bd321a0f236a1bb40873a266b29ad35e0e5e381936afccf8453ab02dc933f0cd886b668d736f97b7fb087846779eafdc5694a
-srccontainersize 49156
-srccontainerchecksum 667bec8dc943a00b3e5c271bd9b3b60d0c39e6b0eacd816704087d16fc9886ba85a53ca998c0c94a3e675fa9c6074b37d06058bb9ba841db65d53755e93e95b2
+containersize 3626440
+containerchecksum 8f492d3b5a0969543ef11d5f7edd76e9b3c5976cfd31cee976e0929cbbb4587f16b27fc161e168c013061991e1f7730df906c181027f13732639e02a983d9abf
+doccontainersize 1162512
+doccontainerchecksum 3bda6d839835dace02209e897be9648df59c6e4f11fc1be7f7e78646edac14c5f86482953f839a2afd1015877345aeca11d5a5bb03963b9b519230fcd50f3623
+srccontainersize 49120
+srccontainerchecksum 21fddd7a206265c5a9167b0d9f192c27f74cd10b49c0bf1d1a1e4d8534196155784c312707fe4294b8e6a1f1064c3f5cd76ea1907ce51a65088bfa2c9dc78bac
 runfiles size=1879
  texmf-dist/fonts/afm/public/amsfonts/cm/cmb10.afm
  texmf-dist/fonts/afm/public/amsfonts/cm/cmbsy10.afm
@@ -830,14 +837,14 @@ runfiles size=1879
  texmf-dist/tex/plain/amsfonts/amssym.tex
  texmf-dist/tex/plain/amsfonts/cyracc.def
 catalogue-ctan /fonts/amsfonts
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license ofl
 catalogue-topics font font-maths font-symbol-maths font-bbd font-type1 font-mf
 catalogue-version 3.04
 
 name amsmath
 category Package
-revision 43024
+revision 47349
 catalogue latex-amsmath
 shortdesc AMS mathematical facilities for LaTeX
 longdesc The package provides the principal packages in the AMS-LaTeX
@@ -852,12 +859,12 @@ longdesc contributed packages add still further to its appeal; examples
 longdesc are empheq, which provides functions for decorating and
 longdesc highlighting mathematics, and ntheorem, for specifying theorem
 longdesc (and similar) definitions.
-containersize 29876
-containerchecksum ba04592114462985eb0109c3b555a60d2fa5f37efe17debb74e09e50c16a53d9439f41d980662149be1d98453e1d2207267bcbdcd2beace63b242ee73d709c9f
-doccontainersize 2257508
-doccontainerchecksum 0b4cdcdd301fa14b47288c772663a70644597782c6e6deff3801fe3c7d927b247cdaba1af6006fd380b72b4ff750c134ac91f1f0234c287b89d07bedc1ac42f9
-srccontainersize 63364
-srccontainerchecksum be4b893b4ebd2f52b0c57aefe8866e52fd68020e706c28794c51c891589e803e2b6bba9b73efc742a0bd86fafe1d6aa32e9fe20230288b6cdecba9cc3adf8f37
+containersize 29872
+containerchecksum 30a89596017610a04cc3d8ac133f7ce2ecc90de1a9f1dc20a89a7be018f54737b56e8c56677dc3f687c710d2a818d24c22948e94c842aaab308137185567a493
+doccontainersize 2319920
+doccontainerchecksum 8fa29173d38c542821a6ea806e546ca717b3ef5da3c19265c8a10c416d00c8efa59e32f3e14106402f7123122882c383898859879881c833c966444e9a528195
+srccontainersize 63452
+srccontainerchecksum 2276048a9be00669865c488314420084b14e89ac0e96177b138897f746227dfcee13eff71ff4bd1670a4ad660a11dc603ec5e1ea94d88ba7c1d75c349182a7ef
 runfiles size=48
  texmf-dist/tex/latex/amsmath/amsbsy.sty
  texmf-dist/tex/latex/amsmath/amscd.sty
@@ -869,14 +876,34 @@ runfiles size=48
  texmf-dist/tex/latex/amsmath/amsxtra.sty
 catalogue-also nath mathtools
 catalogue-ctan /macros/latex/required/amsmath
-catalogue-date 2017-01-22 17:52:55 +0100
-catalogue-license lppl1.3
+catalogue-date 2018-04-06 22:52:03 +0200
+catalogue-license lppl1.3c
 catalogue-topics maths
-catalogue-version 2.16a
+
+name auto-pst-pdf-lua
+category Package
+revision 47028
+shortdesc Using LuaLaTeX together with PostScript code
+longdesc This package is a slightly modified version of auto-pst-pdf by
+longdesc Will Robertson, which itself is a wrapper for pst-pdf by Rolf
+longdesc Niepraschk. The package allows the use of LuaLaTeX together
+longdesc with PostScript related code, eg. PSTricks. It depends on
+longdesc ifpdf, ifluatex, ifplatform, and xkeyval.
+containersize 2512
+containerchecksum 445db94035bc1804849bbd9b460a2d50918506c0483e9b996fec0cbfa7ce2ef1672d2310d6910a974565fb978a902e0393b17a3da6b8384538f3bed6e233cd2d
+doccontainersize 69088
+doccontainerchecksum 1f0dd8df25eb07dd4956185850cbf8f7bb4f845b0da43da77933dd5af3ecbf05d305858e23abefae6ccd239309d28e526ee43e771d1d4a40d2e79c973f07a205
+runfiles size=2
+ texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty
+catalogue-ctan /macros/latex/contrib/auto-pst-pdf-lua
+catalogue-date 2018-03-19 09:17:38 +0100
+catalogue-license lppl1.3c
+catalogue-topics graphics-epspdf
+catalogue-version 0.02
 
 name babel
 category Package
-revision 40706
+revision 47497
 shortdesc Multilingual support for Plain TeX or LaTeX
 longdesc The package manages culturally-determined typographical (and
 longdesc other) rules, and hyphenation patterns for a wide range of
@@ -885,14 +912,14 @@ longdesc supported, or it may select several, in which case the document
 longdesc may switch from one language to another in a variety of ways.
 longdesc Babel uses contributed configuration files that provide the
 longdesc detail of what has to be done for each language. Users of XeTeX
-longdesc are advised to use polyglossia rather than Babel.
-containersize 24176
-containerchecksum 55b121f39898be6458e31932a4d799013337cd453cec6417d42a816a7990bbc8db7cccab21023271023491ab0bdcc41358f015ce5f34815c3dc4418ab0ec53a0
-doccontainersize 397176
-doccontainerchecksum fae6f59695f00fd5afdbd9e5fdcadf69c793a9e0928f02bc975288480d20f7a318a2f223b2b4940aff9bf199717e6f54f12c143b5c85c1e6fdce90c5dad78da1
-srccontainersize 95224
-srccontainerchecksum 1c47638a4868f85f2d77394f483ce249e540d6a482d724997c20f75cbb5b5e389773ff8554269b4b091eb3409178d728efdb7bd9f4084085085db1d60f01c40b
-runfiles size=88
+longdesc may alternatively use polyglossia instead of Babel.
+containersize 142164
+containerchecksum bfe1a75c744b0960ae410d82645ab0f9cd11b8022d4169dc0325672c6f5fb6e1d961932cec40dd199f813bdf5e5729c574170e9866362842e590f788ecf7ab05
+doccontainersize 653960
+doccontainerchecksum 240704932c75c6d332f18c1819448377c55528b736baf48c1478049dac2539aac023c68c6ad82ce764c20a511e34332c902ddf304504a1a4f0a767c23da22fb4
+srccontainersize 588260
+srccontainerchecksum 57e1297a4edf6277c572c4ec69ac6f13ecaaf5d92ef35a0c90f81dcc93be3e7bcc37e5e0707c1f84480fec40773fa60bc744eeeb168415b9b69859cdf2a72585
+runfiles size=798
  texmf-dist/makeindex/babel/bbglo.ist
  texmf-dist/makeindex/babel/bbind.ist
  texmf-dist/tex/generic/babel/UKenglish.sty
@@ -901,6 +928,9 @@ runfiles size=88
  texmf-dist/tex/generic/babel/albanian.sty
  texmf-dist/tex/generic/babel/american.sty
  texmf-dist/tex/generic/babel/austrian.sty
+ texmf-dist/tex/generic/babel/babel-bidi-basic-r.lua
+ texmf-dist/tex/generic/babel/babel-bidi-basic.lua
+ texmf-dist/tex/generic/babel/babel-bidi.lua
  texmf-dist/tex/generic/babel/babel.def
  texmf-dist/tex/generic/babel/babel.sty
  texmf-dist/tex/generic/babel/bahasa.sty
@@ -931,6 +961,565 @@ runfiles size=88
  texmf-dist/tex/generic/babel/irish.sty
  texmf-dist/tex/generic/babel/italian.sty
  texmf-dist/tex/generic/babel/latin.sty
+ texmf-dist/tex/generic/babel/locale/README-locale
+ texmf-dist/tex/generic/babel/locale/af/babel-af.ini
+ texmf-dist/tex/generic/babel/locale/af/babel-afrikaans.tex
+ texmf-dist/tex/generic/babel/locale/agq/babel-aghem.tex
+ texmf-dist/tex/generic/babel/locale/agq/babel-agq.ini
+ texmf-dist/tex/generic/babel/locale/ak/babel-ak.ini
+ texmf-dist/tex/generic/babel/locale/ak/babel-akan.tex
+ texmf-dist/tex/generic/babel/locale/am/babel-am.ini
+ texmf-dist/tex/generic/babel/locale/am/babel-amharic.tex
+ texmf-dist/tex/generic/babel/locale/ar/babel-ar-DZ.ini
+ texmf-dist/tex/generic/babel/locale/ar/babel-ar-MA.ini
+ texmf-dist/tex/generic/babel/locale/ar/babel-ar-MA.log
+ texmf-dist/tex/generic/babel/locale/ar/babel-ar-SY.ini
+ texmf-dist/tex/generic/babel/locale/ar/babel-ar.ini
+ texmf-dist/tex/generic/babel/locale/ar/babel-arabic-algeria.tex
+ texmf-dist/tex/generic/babel/locale/ar/babel-arabic-dz.tex
+ texmf-dist/tex/generic/babel/locale/ar/babel-arabic-ma.tex
+ texmf-dist/tex/generic/babel/locale/ar/babel-arabic-morocco.tex
+ texmf-dist/tex/generic/babel/locale/ar/babel-arabic-sy.tex
+ texmf-dist/tex/generic/babel/locale/ar/babel-arabic-syria.tex
+ texmf-dist/tex/generic/babel/locale/ar/babel-arabic.tex
+ texmf-dist/tex/generic/babel/locale/as/babel-as.ini
+ texmf-dist/tex/generic/babel/locale/as/babel-assamese.tex
+ texmf-dist/tex/generic/babel/locale/asa/babel-asa.ini
+ texmf-dist/tex/generic/babel/locale/asa/babel-asu.tex
+ texmf-dist/tex/generic/babel/locale/ast/babel-ast.ini
+ texmf-dist/tex/generic/babel/locale/ast/babel-asturian.tex
+ texmf-dist/tex/generic/babel/locale/az/babel-az-Cyrl.ini
+ texmf-dist/tex/generic/babel/locale/az/babel-az-Latn.ini
+ texmf-dist/tex/generic/babel/locale/az/babel-az.ini
+ texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-cyrillic.tex
+ texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-cyrl.tex
+ texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-latin.tex
+ texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani-latn.tex
+ texmf-dist/tex/generic/babel/locale/az/babel-azerbaijani.tex
+ texmf-dist/tex/generic/babel/locale/bas/babel-bas.ini
+ texmf-dist/tex/generic/babel/locale/bas/babel-basaa.tex
+ texmf-dist/tex/generic/babel/locale/be/babel-be.ini
+ texmf-dist/tex/generic/babel/locale/be/babel-belarusian.tex
+ texmf-dist/tex/generic/babel/locale/bem/babel-bem.ini
+ texmf-dist/tex/generic/babel/locale/bem/babel-bemba.tex
+ texmf-dist/tex/generic/babel/locale/bez/babel-bena.tex
+ texmf-dist/tex/generic/babel/locale/bez/babel-bez.ini
+ texmf-dist/tex/generic/babel/locale/bg/babel-bg.ini
+ texmf-dist/tex/generic/babel/locale/bg/babel-bulgarian.tex
+ texmf-dist/tex/generic/babel/locale/bm/babel-bambara.tex
+ texmf-dist/tex/generic/babel/locale/bm/babel-bm.ini
+ texmf-dist/tex/generic/babel/locale/bn/babel-bengali.tex
+ texmf-dist/tex/generic/babel/locale/bn/babel-bn.ini
+ texmf-dist/tex/generic/babel/locale/bo/babel-bo.ini
+ texmf-dist/tex/generic/babel/locale/bo/babel-tibetan.tex
+ texmf-dist/tex/generic/babel/locale/br/babel-br.ini
+ texmf-dist/tex/generic/babel/locale/br/babel-breton.tex
+ texmf-dist/tex/generic/babel/locale/brx/babel-bodo.tex
+ texmf-dist/tex/generic/babel/locale/brx/babel-brx.ini
+ texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-cyrillic.tex
+ texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-cyrl.tex
+ texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-latin.tex
+ texmf-dist/tex/generic/babel/locale/bs/babel-bosnian-latn.tex
+ texmf-dist/tex/generic/babel/locale/bs/babel-bosnian.tex
+ texmf-dist/tex/generic/babel/locale/bs/babel-bs-Cyrl.ini
+ texmf-dist/tex/generic/babel/locale/bs/babel-bs-Latn.ini
+ texmf-dist/tex/generic/babel/locale/bs/babel-bs.ini
+ texmf-dist/tex/generic/babel/locale/ca/babel-ca.ini
+ texmf-dist/tex/generic/babel/locale/ca/babel-catalan.tex
+ texmf-dist/tex/generic/babel/locale/ce/babel-ce.ini
+ texmf-dist/tex/generic/babel/locale/ce/babel-chechen.tex
+ texmf-dist/tex/generic/babel/locale/cgg/babel-cgg.ini
+ texmf-dist/tex/generic/babel/locale/cgg/babel-chiga.tex
+ texmf-dist/tex/generic/babel/locale/chr/babel-cherokee.tex
+ texmf-dist/tex/generic/babel/locale/chr/babel-chr.ini
+ texmf-dist/tex/generic/babel/locale/ckb/babel-centralkurdish.tex
+ texmf-dist/tex/generic/babel/locale/ckb/babel-ckb.ini
+ texmf-dist/tex/generic/babel/locale/cs/babel-cs.ini
+ texmf-dist/tex/generic/babel/locale/cs/babel-czech.tex
+ texmf-dist/tex/generic/babel/locale/cy/babel-cy.ini
+ texmf-dist/tex/generic/babel/locale/cy/babel-welsh.tex
+ texmf-dist/tex/generic/babel/locale/da/babel-da.ini
+ texmf-dist/tex/generic/babel/locale/da/babel-danish.tex
+ texmf-dist/tex/generic/babel/locale/dav/babel-dav.ini
+ texmf-dist/tex/generic/babel/locale/dav/babel-taita.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-austrian.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-de-AT.ini
+ texmf-dist/tex/generic/babel/locale/de/babel-de-CH.ini
+ texmf-dist/tex/generic/babel/locale/de/babel-de.ini
+ texmf-dist/tex/generic/babel/locale/de/babel-german-at.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-german-austria.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-german-ch.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-german-switzerland.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-german.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-nswissgerman.tex
+ texmf-dist/tex/generic/babel/locale/de/babel-swissgerman.tex
+ texmf-dist/tex/generic/babel/locale/dje/babel-dje.ini
+ texmf-dist/tex/generic/babel/locale/dje/babel-zarma.tex
+ texmf-dist/tex/generic/babel/locale/dsb/babel-dsb.ini
+ texmf-dist/tex/generic/babel/locale/dsb/babel-dsb.log
+ texmf-dist/tex/generic/babel/locale/dsb/babel-lowersorbian.tex
+ texmf-dist/tex/generic/babel/locale/dsb/babel-lsorbian.tex
+ texmf-dist/tex/generic/babel/locale/dua/babel-dua.ini
+ texmf-dist/tex/generic/babel/locale/dua/babel-duala.tex
+ texmf-dist/tex/generic/babel/locale/dyo/babel-dyo.ini
+ texmf-dist/tex/generic/babel/locale/dyo/babel-jolafonyi.tex
+ texmf-dist/tex/generic/babel/locale/dz/babel-dz.ini
+ texmf-dist/tex/generic/babel/locale/dz/babel-dzongkha.tex
+ texmf-dist/tex/generic/babel/locale/ebu/babel-ebu.ini
+ texmf-dist/tex/generic/babel/locale/ebu/babel-embu.tex
+ texmf-dist/tex/generic/babel/locale/ee/babel-ee.ini
+ texmf-dist/tex/generic/babel/locale/ee/babel-ewe.tex
+ texmf-dist/tex/generic/babel/locale/el/babel-el.ini
+ texmf-dist/tex/generic/babel/locale/el/babel-greek.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-american.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-australian.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-british.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-canadian.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-en-AU.ini
+ texmf-dist/tex/generic/babel/locale/en/babel-en-CA.ini
+ texmf-dist/tex/generic/babel/locale/en/babel-en-GB.ini
+ texmf-dist/tex/generic/babel/locale/en/babel-en-NZ.ini
+ texmf-dist/tex/generic/babel/locale/en/babel-en-US.ini
+ texmf-dist/tex/generic/babel/locale/en/babel-en.ini
+ texmf-dist/tex/generic/babel/locale/en/babel-english-au.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-australia.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-ca.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-canada.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-gb.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-newzealand.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-nz.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-unitedkingdom.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-unitedstates.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english-us.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-english.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-newzealand.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-ukenglish.tex
+ texmf-dist/tex/generic/babel/locale/en/babel-usenglish.tex
+ texmf-dist/tex/generic/babel/locale/eo/babel-eo.ini
+ texmf-dist/tex/generic/babel/locale/eo/babel-esperanto.tex
+ texmf-dist/tex/generic/babel/locale/es/babel-es-MX.ini
+ texmf-dist/tex/generic/babel/locale/es/babel-es.ini
+ texmf-dist/tex/generic/babel/locale/es/babel-mexican.tex
+ texmf-dist/tex/generic/babel/locale/es/babel-spanish-mexico.tex
+ texmf-dist/tex/generic/babel/locale/es/babel-spanish-mx.tex
+ texmf-dist/tex/generic/babel/locale/es/babel-spanish.tex
+ texmf-dist/tex/generic/babel/locale/et/babel-estonian.tex
+ texmf-dist/tex/generic/babel/locale/et/babel-et.ini
+ texmf-dist/tex/generic/babel/locale/eu/babel-basque.tex
+ texmf-dist/tex/generic/babel/locale/eu/babel-eu.ini
+ texmf-dist/tex/generic/babel/locale/ewo/babel-ewo.ini
+ texmf-dist/tex/generic/babel/locale/ewo/babel-ewondo.tex
+ texmf-dist/tex/generic/babel/locale/fa/babel-fa.ini
+ texmf-dist/tex/generic/babel/locale/fa/babel-persian.tex
+ texmf-dist/tex/generic/babel/locale/ff/babel-ff.ini
+ texmf-dist/tex/generic/babel/locale/ff/babel-fulah.tex
+ texmf-dist/tex/generic/babel/locale/fi/babel-fi.ini
+ texmf-dist/tex/generic/babel/locale/fi/babel-finnish.tex
+ texmf-dist/tex/generic/babel/locale/fil/babel-fil.ini
+ texmf-dist/tex/generic/babel/locale/fil/babel-filipino.tex
+ texmf-dist/tex/generic/babel/locale/fo/babel-faroese.tex
+ texmf-dist/tex/generic/babel/locale/fo/babel-fo.ini
+ texmf-dist/tex/generic/babel/locale/fr/babel-fr-BE.ini
+ texmf-dist/tex/generic/babel/locale/fr/babel-fr-CA.ini
+ texmf-dist/tex/generic/babel/locale/fr/babel-fr-CH.ini
+ texmf-dist/tex/generic/babel/locale/fr/babel-fr-LU.ini
+ texmf-dist/tex/generic/babel/locale/fr/babel-fr.ini
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-be.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-belgium.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-ca.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-canada.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-ch.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-lu.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-luxembourg.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french-switzerland.tex
+ texmf-dist/tex/generic/babel/locale/fr/babel-french.tex
+ texmf-dist/tex/generic/babel/locale/fur/babel-friulian.tex
+ texmf-dist/tex/generic/babel/locale/fur/babel-fur.ini
+ texmf-dist/tex/generic/babel/locale/fy/babel-fy.ini
+ texmf-dist/tex/generic/babel/locale/fy/babel-westernfrisian.tex
+ texmf-dist/tex/generic/babel/locale/ga/babel-ga.ini
+ texmf-dist/tex/generic/babel/locale/ga/babel-irish.tex
+ texmf-dist/tex/generic/babel/locale/gd/babel-gd.ini
+ texmf-dist/tex/generic/babel/locale/gd/babel-scottishgaelic.tex
+ texmf-dist/tex/generic/babel/locale/gl/babel-galician.tex
+ texmf-dist/tex/generic/babel/locale/gl/babel-gl.ini
+ texmf-dist/tex/generic/babel/locale/gsw/babel-gsw.ini
+ texmf-dist/tex/generic/babel/locale/gu/babel-gu.ini
+ texmf-dist/tex/generic/babel/locale/gu/babel-gujarati.tex
+ texmf-dist/tex/generic/babel/locale/guz/babel-gusii.tex
+ texmf-dist/tex/generic/babel/locale/guz/babel-guz.ini
+ texmf-dist/tex/generic/babel/locale/gv/babel-gv.ini
+ texmf-dist/tex/generic/babel/locale/gv/babel-manx.tex
+ texmf-dist/tex/generic/babel/locale/ha/babel-ha-GH.ini
+ texmf-dist/tex/generic/babel/locale/ha/babel-ha-NE.ini
+ texmf-dist/tex/generic/babel/locale/ha/babel-ha.ini
+ texmf-dist/tex/generic/babel/locale/ha/babel-hausa-gh.tex
+ texmf-dist/tex/generic/babel/locale/ha/babel-hausa-ghana.tex
+ texmf-dist/tex/generic/babel/locale/ha/babel-hausa-ne.tex
+ texmf-dist/tex/generic/babel/locale/ha/babel-hausa-niger.tex
+ texmf-dist/tex/generic/babel/locale/ha/babel-hausa.tex
+ texmf-dist/tex/generic/babel/locale/haw/babel-haw.ini
+ texmf-dist/tex/generic/babel/locale/haw/babel-hawaiian.tex
+ texmf-dist/tex/generic/babel/locale/he/babel-he.ini
+ texmf-dist/tex/generic/babel/locale/he/babel-hebrew.tex
+ texmf-dist/tex/generic/babel/locale/hi/babel-hi.ini
+ texmf-dist/tex/generic/babel/locale/hi/babel-hi.log
+ texmf-dist/tex/generic/babel/locale/hi/babel-hindi.tex
+ texmf-dist/tex/generic/babel/locale/hr/babel-croatian.tex
+ texmf-dist/tex/generic/babel/locale/hr/babel-hr.ini
+ texmf-dist/tex/generic/babel/locale/hsb/babel-hsb.ini
+ texmf-dist/tex/generic/babel/locale/hsb/babel-uppersorbian.tex
+ texmf-dist/tex/generic/babel/locale/hsb/babel-usorbian.tex
+ texmf-dist/tex/generic/babel/locale/hu/babel-hu.ini
+ texmf-dist/tex/generic/babel/locale/hu/babel-hungarian.tex
+ texmf-dist/tex/generic/babel/locale/hy/babel-armenian.tex
+ texmf-dist/tex/generic/babel/locale/hy/babel-hy.ini
+ texmf-dist/tex/generic/babel/locale/ia/babel-ia.ini
+ texmf-dist/tex/generic/babel/locale/ia/babel-interlingua.tex
+ texmf-dist/tex/generic/babel/locale/id/babel-id.ini
+ texmf-dist/tex/generic/babel/locale/id/babel-indonesian.tex
+ texmf-dist/tex/generic/babel/locale/ig/babel-ig.ini
+ texmf-dist/tex/generic/babel/locale/ig/babel-igbo.tex
+ texmf-dist/tex/generic/babel/locale/ii/babel-ii.ini
+ texmf-dist/tex/generic/babel/locale/ii/babel-sichuanyi.tex
+ texmf-dist/tex/generic/babel/locale/is/babel-icelandic.tex
+ texmf-dist/tex/generic/babel/locale/is/babel-is.ini
+ texmf-dist/tex/generic/babel/locale/it/babel-it.ini
+ texmf-dist/tex/generic/babel/locale/it/babel-italian.tex
+ texmf-dist/tex/generic/babel/locale/ja/babel-ja.ini
+ texmf-dist/tex/generic/babel/locale/ja/babel-japanese.tex
+ texmf-dist/tex/generic/babel/locale/jgo/babel-jgo.ini
+ texmf-dist/tex/generic/babel/locale/jgo/babel-ngomba.tex
+ texmf-dist/tex/generic/babel/locale/jmc/babel-jmc.ini
+ texmf-dist/tex/generic/babel/locale/jmc/babel-machame.tex
+ texmf-dist/tex/generic/babel/locale/ka/babel-georgian.tex
+ texmf-dist/tex/generic/babel/locale/ka/babel-ka.ini
+ texmf-dist/tex/generic/babel/locale/kab/babel-kab.ini
+ texmf-dist/tex/generic/babel/locale/kab/babel-kabyle.tex
+ texmf-dist/tex/generic/babel/locale/kam/babel-kam.ini
+ texmf-dist/tex/generic/babel/locale/kam/babel-kamba.tex
+ texmf-dist/tex/generic/babel/locale/kde/babel-kde.ini
+ texmf-dist/tex/generic/babel/locale/kde/babel-makonde.tex
+ texmf-dist/tex/generic/babel/locale/kea/babel-kabuverdianu.tex
+ texmf-dist/tex/generic/babel/locale/kea/babel-kea.ini
+ texmf-dist/tex/generic/babel/locale/khq/babel-khq.ini
+ texmf-dist/tex/generic/babel/locale/khq/babel-koyrachiini.tex
+ texmf-dist/tex/generic/babel/locale/ki/babel-ki.ini
+ texmf-dist/tex/generic/babel/locale/ki/babel-kikuyu.tex
+ texmf-dist/tex/generic/babel/locale/kk/babel-kazakh.tex
+ texmf-dist/tex/generic/babel/locale/kk/babel-kk.ini
+ texmf-dist/tex/generic/babel/locale/kkj/babel-kako.tex
+ texmf-dist/tex/generic/babel/locale/kkj/babel-kkj.ini
+ texmf-dist/tex/generic/babel/locale/kl/babel-kalaallisut.tex
+ texmf-dist/tex/generic/babel/locale/kl/babel-kl.ini
+ texmf-dist/tex/generic/babel/locale/kln/babel-kalenjin.tex
+ texmf-dist/tex/generic/babel/locale/kln/babel-kln.ini
+ texmf-dist/tex/generic/babel/locale/km/babel-khmer.tex
+ texmf-dist/tex/generic/babel/locale/km/babel-km.ini
+ texmf-dist/tex/generic/babel/locale/kn/babel-kannada.tex
+ texmf-dist/tex/generic/babel/locale/kn/babel-kn.ini
+ texmf-dist/tex/generic/babel/locale/ko/babel-ko.ini
+ texmf-dist/tex/generic/babel/locale/ko/babel-korean.tex
+ texmf-dist/tex/generic/babel/locale/kok/babel-kok.ini
+ texmf-dist/tex/generic/babel/locale/kok/babel-konkani.tex
+ texmf-dist/tex/generic/babel/locale/ks/babel-kashmiri.tex
+ texmf-dist/tex/generic/babel/locale/ks/babel-ks.ini
+ texmf-dist/tex/generic/babel/locale/ksb/babel-ksb.ini
+ texmf-dist/tex/generic/babel/locale/ksb/babel-shambala.tex
+ texmf-dist/tex/generic/babel/locale/ksf/babel-bafia.tex
+ texmf-dist/tex/generic/babel/locale/ksf/babel-ksf.ini
+ texmf-dist/tex/generic/babel/locale/ksh/babel-colognian.tex
+ texmf-dist/tex/generic/babel/locale/ksh/babel-ksh.ini
+ texmf-dist/tex/generic/babel/locale/kw/babel-cornish.tex
+ texmf-dist/tex/generic/babel/locale/kw/babel-kw.ini
+ texmf-dist/tex/generic/babel/locale/ky/babel-ky.ini
+ texmf-dist/tex/generic/babel/locale/ky/babel-kyrgyz.tex
+ texmf-dist/tex/generic/babel/locale/lag/babel-lag.ini
+ texmf-dist/tex/generic/babel/locale/lag/babel-langi.tex
+ texmf-dist/tex/generic/babel/locale/lb/babel-lb.ini
+ texmf-dist/tex/generic/babel/locale/lb/babel-luxembourgish.tex
+ texmf-dist/tex/generic/babel/locale/lg/babel-ganda.tex
+ texmf-dist/tex/generic/babel/locale/lg/babel-lg.ini
+ texmf-dist/tex/generic/babel/locale/lkt/babel-lakota.tex
+ texmf-dist/tex/generic/babel/locale/lkt/babel-lkt.ini
+ texmf-dist/tex/generic/babel/locale/ln/babel-lingala.tex
+ texmf-dist/tex/generic/babel/locale/ln/babel-ln.ini
+ texmf-dist/tex/generic/babel/locale/lo/babel-lao.tex
+ texmf-dist/tex/generic/babel/locale/lo/babel-lo.ini
+ texmf-dist/tex/generic/babel/locale/lrc/babel-lrc.ini
+ texmf-dist/tex/generic/babel/locale/lrc/babel-northernluri.tex
+ texmf-dist/tex/generic/babel/locale/lt/babel-lithuanian.tex
+ texmf-dist/tex/generic/babel/locale/lt/babel-lt.ini
+ texmf-dist/tex/generic/babel/locale/lu/babel-lu.ini
+ texmf-dist/tex/generic/babel/locale/lu/babel-lubakatanga.tex
+ texmf-dist/tex/generic/babel/locale/luo/babel-luo.ini
+ texmf-dist/tex/generic/babel/locale/luo/babel-luo.tex
+ texmf-dist/tex/generic/babel/locale/luy/babel-luy.ini
+ texmf-dist/tex/generic/babel/locale/luy/babel-luyia.tex
+ texmf-dist/tex/generic/babel/locale/lv/babel-latvian.tex
+ texmf-dist/tex/generic/babel/locale/lv/babel-lv.ini
+ texmf-dist/tex/generic/babel/locale/mas/babel-mas.ini
+ texmf-dist/tex/generic/babel/locale/mas/babel-masai.tex
+ texmf-dist/tex/generic/babel/locale/mer/babel-mer.ini
+ texmf-dist/tex/generic/babel/locale/mer/babel-meru.tex
+ texmf-dist/tex/generic/babel/locale/mfe/babel-mfe.ini
+ texmf-dist/tex/generic/babel/locale/mfe/babel-morisyen.tex
+ texmf-dist/tex/generic/babel/locale/mg/babel-malagasy.tex
+ texmf-dist/tex/generic/babel/locale/mg/babel-mg.ini
+ texmf-dist/tex/generic/babel/locale/mgh/babel-makhuwameetto.tex
+ texmf-dist/tex/generic/babel/locale/mgh/babel-mgh.ini
+ texmf-dist/tex/generic/babel/locale/mgo/babel-meta.tex
+ texmf-dist/tex/generic/babel/locale/mgo/babel-mgo.ini
+ texmf-dist/tex/generic/babel/locale/mk/babel-macedonian.tex
+ texmf-dist/tex/generic/babel/locale/mk/babel-mk.ini
+ texmf-dist/tex/generic/babel/locale/ml/babel-malayalam.tex
+ texmf-dist/tex/generic/babel/locale/ml/babel-ml.ini
+ texmf-dist/tex/generic/babel/locale/mn/babel-mn.ini
+ texmf-dist/tex/generic/babel/locale/mn/babel-mongolian.tex
+ texmf-dist/tex/generic/babel/locale/mr/babel-marathi.tex
+ texmf-dist/tex/generic/babel/locale/mr/babel-mr.ini
+ texmf-dist/tex/generic/babel/locale/ms/babel-malay-bn.tex
+ texmf-dist/tex/generic/babel/locale/ms/babel-malay-brunei.tex
+ texmf-dist/tex/generic/babel/locale/ms/babel-malay-sg.tex
+ texmf-dist/tex/generic/babel/locale/ms/babel-malay-singapore.tex
+ texmf-dist/tex/generic/babel/locale/ms/babel-malay.tex
+ texmf-dist/tex/generic/babel/locale/ms/babel-ms-BN.ini
+ texmf-dist/tex/generic/babel/locale/ms/babel-ms-SG.ini
+ texmf-dist/tex/generic/babel/locale/ms/babel-ms.ini
+ texmf-dist/tex/generic/babel/locale/mt/babel-maltese.tex
+ texmf-dist/tex/generic/babel/locale/mt/babel-mt.ini
+ texmf-dist/tex/generic/babel/locale/mua/babel-mua.ini
+ texmf-dist/tex/generic/babel/locale/mua/babel-mundang.tex
+ texmf-dist/tex/generic/babel/locale/my/babel-burmese.tex
+ texmf-dist/tex/generic/babel/locale/my/babel-my.ini
+ texmf-dist/tex/generic/babel/locale/mzn/babel-mazanderani.tex
+ texmf-dist/tex/generic/babel/locale/mzn/babel-mzn.ini
+ texmf-dist/tex/generic/babel/locale/naq/babel-nama.tex
+ texmf-dist/tex/generic/babel/locale/naq/babel-naq.ini
+ texmf-dist/tex/generic/babel/locale/nb/babel-nb.ini
+ texmf-dist/tex/generic/babel/locale/nb/babel-norsk.tex
+ texmf-dist/tex/generic/babel/locale/nb/babel-norwegianbokmal.tex
+ texmf-dist/tex/generic/babel/locale/nd/babel-nd.ini
+ texmf-dist/tex/generic/babel/locale/nd/babel-northndebele.tex
+ texmf-dist/tex/generic/babel/locale/ne/babel-ne.ini
+ texmf-dist/tex/generic/babel/locale/ne/babel-nepali.tex
+ texmf-dist/tex/generic/babel/locale/nl/babel-dutch.tex
+ texmf-dist/tex/generic/babel/locale/nl/babel-nl.ini
+ texmf-dist/tex/generic/babel/locale/nmg/babel-kwasio.tex
+ texmf-dist/tex/generic/babel/locale/nmg/babel-nmg.ini
+ texmf-dist/tex/generic/babel/locale/nn/babel-nn.ini
+ texmf-dist/tex/generic/babel/locale/nn/babel-norwegiannynorsk.tex
+ texmf-dist/tex/generic/babel/locale/nn/babel-nynorsk.tex
+ texmf-dist/tex/generic/babel/locale/nnh/babel-ngiemboon.tex
+ texmf-dist/tex/generic/babel/locale/nnh/babel-nnh.ini
+ texmf-dist/tex/generic/babel/locale/nus/babel-nuer.tex
+ texmf-dist/tex/generic/babel/locale/nus/babel-nus.ini
+ texmf-dist/tex/generic/babel/locale/nyn/babel-nyankole.tex
+ texmf-dist/tex/generic/babel/locale/nyn/babel-nyn.ini
+ texmf-dist/tex/generic/babel/locale/oc/babel-oc.ini
+ texmf-dist/tex/generic/babel/locale/oc/babel-occitan.tex
+ texmf-dist/tex/generic/babel/locale/om/babel-om.ini
+ texmf-dist/tex/generic/babel/locale/om/babel-oromo.tex
+ texmf-dist/tex/generic/babel/locale/or/babel-or.ini
+ texmf-dist/tex/generic/babel/locale/or/babel-oriya.tex
+ texmf-dist/tex/generic/babel/locale/os/babel-os.ini
+ texmf-dist/tex/generic/babel/locale/os/babel-ossetic.tex
+ texmf-dist/tex/generic/babel/locale/pa/babel-pa-Arab.ini
+ texmf-dist/tex/generic/babel/locale/pa/babel-pa-Guru.ini
+ texmf-dist/tex/generic/babel/locale/pa/babel-pa.ini
+ texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-arab.tex
+ texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-arabic.tex
+ texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-gurmukhi.tex
+ texmf-dist/tex/generic/babel/locale/pa/babel-punjabi-guru.tex
+ texmf-dist/tex/generic/babel/locale/pa/babel-punjabi.tex
+ texmf-dist/tex/generic/babel/locale/pl/babel-pl.ini
+ texmf-dist/tex/generic/babel/locale/pl/babel-polish.tex
+ texmf-dist/tex/generic/babel/locale/pms/babel-piedmontese.tex
+ texmf-dist/tex/generic/babel/locale/pms/babel-pms.ini
+ texmf-dist/tex/generic/babel/locale/ps/babel-pashto.tex
+ texmf-dist/tex/generic/babel/locale/ps/babel-ps.ini
+ texmf-dist/tex/generic/babel/locale/pt/babel-brazilian.tex
+ texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-br.tex
+ texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-brazil.tex
+ texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-portugal.tex
+ texmf-dist/tex/generic/babel/locale/pt/babel-portuguese-pt.tex
+ texmf-dist/tex/generic/babel/locale/pt/babel-portuguese.tex
+ texmf-dist/tex/generic/babel/locale/pt/babel-pt-BR.ini
+ texmf-dist/tex/generic/babel/locale/pt/babel-pt-PT.ini
+ texmf-dist/tex/generic/babel/locale/pt/babel-pt.ini
+ texmf-dist/tex/generic/babel/locale/qu/babel-qu.ini
+ texmf-dist/tex/generic/babel/locale/qu/babel-quechua.tex
+ texmf-dist/tex/generic/babel/locale/rm/babel-rm.ini
+ texmf-dist/tex/generic/babel/locale/rm/babel-romansh.tex
+ texmf-dist/tex/generic/babel/locale/rn/babel-rn.ini
+ texmf-dist/tex/generic/babel/locale/rn/babel-rundi.tex
+ texmf-dist/tex/generic/babel/locale/ro/babel-ro.ini
+ texmf-dist/tex/generic/babel/locale/ro/babel-romanian.tex
+ texmf-dist/tex/generic/babel/locale/rof/babel-rof.ini
+ texmf-dist/tex/generic/babel/locale/rof/babel-rombo.tex
+ texmf-dist/tex/generic/babel/locale/ru/babel-ru.ini
+ texmf-dist/tex/generic/babel/locale/ru/babel-russian.tex
+ texmf-dist/tex/generic/babel/locale/rw/babel-kinyarwanda.tex
+ texmf-dist/tex/generic/babel/locale/rw/babel-rw.ini
+ texmf-dist/tex/generic/babel/locale/rwk/babel-rwa.tex
+ texmf-dist/tex/generic/babel/locale/rwk/babel-rwk.ini
+ texmf-dist/tex/generic/babel/locale/sah/babel-sah.ini
+ texmf-dist/tex/generic/babel/locale/sah/babel-sakha.tex
+ texmf-dist/tex/generic/babel/locale/saq/babel-samburu.tex
+ texmf-dist/tex/generic/babel/locale/saq/babel-saq.ini
+ texmf-dist/tex/generic/babel/locale/sbp/babel-sangu.tex
+ texmf-dist/tex/generic/babel/locale/sbp/babel-sbp.ini
+ texmf-dist/tex/generic/babel/locale/se/babel-northernsami.tex
+ texmf-dist/tex/generic/babel/locale/se/babel-samin.tex
+ texmf-dist/tex/generic/babel/locale/se/babel-se.ini
+ texmf-dist/tex/generic/babel/locale/seh/babel-seh.ini
+ texmf-dist/tex/generic/babel/locale/seh/babel-sena.tex
+ texmf-dist/tex/generic/babel/locale/ses/babel-koyraborosenni.tex
+ texmf-dist/tex/generic/babel/locale/ses/babel-ses.ini
+ texmf-dist/tex/generic/babel/locale/sg/babel-sango.tex
+ texmf-dist/tex/generic/babel/locale/sg/babel-sg.ini
+ texmf-dist/tex/generic/babel/locale/shi/babel-shi-Latn.ini
+ texmf-dist/tex/generic/babel/locale/shi/babel-shi-Tfng.ini
+ texmf-dist/tex/generic/babel/locale/shi/babel-shi.ini
+ texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-latin.tex
+ texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-latn.tex
+ texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-tfng.tex
+ texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit-tifinagh.tex
+ texmf-dist/tex/generic/babel/locale/shi/babel-tachelhit.tex
+ texmf-dist/tex/generic/babel/locale/si/babel-si.ini
+ texmf-dist/tex/generic/babel/locale/si/babel-sinhala.tex
+ texmf-dist/tex/generic/babel/locale/sk/babel-sk.ini
+ texmf-dist/tex/generic/babel/locale/sk/babel-slovak.tex
+ texmf-dist/tex/generic/babel/locale/sl/babel-sl.ini
+ texmf-dist/tex/generic/babel/locale/sl/babel-slovene.tex
+ texmf-dist/tex/generic/babel/locale/sl/babel-slovenian.tex
+ texmf-dist/tex/generic/babel/locale/smn/babel-inarisami.tex
+ texmf-dist/tex/generic/babel/locale/smn/babel-smn.ini
+ texmf-dist/tex/generic/babel/locale/sn/babel-shona.tex
+ texmf-dist/tex/generic/babel/locale/sn/babel-sn.ini
+ texmf-dist/tex/generic/babel/locale/so/babel-so.ini
+ texmf-dist/tex/generic/babel/locale/so/babel-somali.tex
+ texmf-dist/tex/generic/babel/locale/sq/babel-albanian.tex
+ texmf-dist/tex/generic/babel/locale/sq/babel-sq.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic-bosniaherzegovina.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic-kosovo.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic-montenegro.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrillic.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl-ba.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl-me.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl-xk.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-cyrl.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin-bosniaherzegovina.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin-kosovo.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin-montenegro.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latin.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn-ba.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn-me.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn-xk.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian-latn.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-serbian.tex
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl-BA.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl-ME.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl-XK.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Cyrl.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn-BA.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn-ME.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn-XK.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr-Latn.ini
+ texmf-dist/tex/generic/babel/locale/sr/babel-sr.ini
+ texmf-dist/tex/generic/babel/locale/sv/babel-sv.ini
+ texmf-dist/tex/generic/babel/locale/sv/babel-swedish.tex
+ texmf-dist/tex/generic/babel/locale/sw/babel-sw.ini
+ texmf-dist/tex/generic/babel/locale/sw/babel-swahili.tex
+ texmf-dist/tex/generic/babel/locale/ta/babel-ta.ini
+ texmf-dist/tex/generic/babel/locale/ta/babel-tamil.tex
+ texmf-dist/tex/generic/babel/locale/te/babel-te.ini
+ texmf-dist/tex/generic/babel/locale/te/babel-telugu.tex
+ texmf-dist/tex/generic/babel/locale/teo/babel-teo.ini
+ texmf-dist/tex/generic/babel/locale/teo/babel-teso.tex
+ texmf-dist/tex/generic/babel/locale/th/babel-th.ini
+ texmf-dist/tex/generic/babel/locale/th/babel-thai.tex
+ texmf-dist/tex/generic/babel/locale/ti/babel-ti.ini
+ texmf-dist/tex/generic/babel/locale/ti/babel-tigrinya.tex
+ texmf-dist/tex/generic/babel/locale/tk/babel-tk.ini
+ texmf-dist/tex/generic/babel/locale/tk/babel-turkmen.tex
+ texmf-dist/tex/generic/babel/locale/to/babel-to.ini
+ texmf-dist/tex/generic/babel/locale/to/babel-tongan.tex
+ texmf-dist/tex/generic/babel/locale/tr/babel-tr.ini
+ texmf-dist/tex/generic/babel/locale/tr/babel-turkish.tex
+ texmf-dist/tex/generic/babel/locale/twq/babel-tasawaq.tex
+ texmf-dist/tex/generic/babel/locale/twq/babel-twq.ini
+ texmf-dist/tex/generic/babel/locale/tzm/babel-centralatlastamazight.tex
+ texmf-dist/tex/generic/babel/locale/tzm/babel-tzm.ini
+ texmf-dist/tex/generic/babel/locale/ug/babel-ug.ini
+ texmf-dist/tex/generic/babel/locale/ug/babel-uyghur.tex
+ texmf-dist/tex/generic/babel/locale/uk/babel-uk.ini
+ texmf-dist/tex/generic/babel/locale/uk/babel-ukrainian.tex
+ texmf-dist/tex/generic/babel/locale/ur/babel-ur.ini
+ texmf-dist/tex/generic/babel/locale/ur/babel-urdu.tex
+ texmf-dist/tex/generic/babel/locale/uz/babel-uz-Arab.ini
+ texmf-dist/tex/generic/babel/locale/uz/babel-uz-Cyrl.ini
+ texmf-dist/tex/generic/babel/locale/uz/babel-uz-Latn.ini
+ texmf-dist/tex/generic/babel/locale/uz/babel-uz.ini
+ texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-arab.tex
+ texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-arabic.tex
+ texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-cyrillic.tex
+ texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-cyrl.tex
+ texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-latin.tex
+ texmf-dist/tex/generic/babel/locale/uz/babel-uzbek-latn.tex
+ texmf-dist/tex/generic/babel/locale/uz/babel-uzbek.tex
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai-Latn.ini
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai-Vaii.ini
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai-latin.tex
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai-latn.tex
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai-vai.tex
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai-vaii.tex
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai.ini
+ texmf-dist/tex/generic/babel/locale/vai/babel-vai.tex
+ texmf-dist/tex/generic/babel/locale/vi/babel-vi.ini
+ texmf-dist/tex/generic/babel/locale/vi/babel-vietnam.tex
+ texmf-dist/tex/generic/babel/locale/vi/babel-vietnamese.tex
+ texmf-dist/tex/generic/babel/locale/vun/babel-vun.ini
+ texmf-dist/tex/generic/babel/locale/vun/babel-vunjo.tex
+ texmf-dist/tex/generic/babel/locale/wae/babel-wae.ini
+ texmf-dist/tex/generic/babel/locale/wae/babel-walser.tex
+ texmf-dist/tex/generic/babel/locale/xog/babel-soga.tex
+ texmf-dist/tex/generic/babel/locale/xog/babel-xog.ini
+ texmf-dist/tex/generic/babel/locale/yav/babel-yangben.tex
+ texmf-dist/tex/generic/babel/locale/yav/babel-yav.ini
+ texmf-dist/tex/generic/babel/locale/yi/babel-yi.ini
+ texmf-dist/tex/generic/babel/locale/yi/babel-yiddish.tex
+ texmf-dist/tex/generic/babel/locale/yo/babel-yo.ini
+ texmf-dist/tex/generic/babel/locale/yo/babel-yoruba.tex
+ texmf-dist/tex/generic/babel/locale/yue/babel-cantonese.tex
+ texmf-dist/tex/generic/babel/locale/yue/babel-yue.ini
+ texmf-dist/tex/generic/babel/locale/zgh/babel-standardmoroccantamazight.tex
+ texmf-dist/tex/generic/babel/locale/zgh/babel-zgh.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans-hk.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans-mo.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans-sg.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hans.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hant-hk.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hant-mo.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-hant.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified-hongkongsarchina.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified-macausarchina.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified-singapore.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-simplified.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-traditional-hongkongsarchina.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-traditional-macausarchina.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese-traditional.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-chinese.tex
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans-HK.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans-MO.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans-SG.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hans.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hant-HK.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hant-MO.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh-Hant.ini
+ texmf-dist/tex/generic/babel/locale/zh/babel-zh.ini
+ texmf-dist/tex/generic/babel/locale/zu/babel-zu.ini
+ texmf-dist/tex/generic/babel/locale/zu/babel-zulu.tex
  texmf-dist/tex/generic/babel/lsorbian.sty
  texmf-dist/tex/generic/babel/luababel.def
  texmf-dist/tex/generic/babel/magyar.sty
@@ -952,44 +1541,45 @@ runfiles size=88
  texmf-dist/tex/generic/babel/swedish.sty
  texmf-dist/tex/generic/babel/switch.def
  texmf-dist/tex/generic/babel/turkish.sty
+ texmf-dist/tex/generic/babel/txtbabel.def
  texmf-dist/tex/generic/babel/ukraineb.sty
  texmf-dist/tex/generic/babel/usorbian.sty
  texmf-dist/tex/generic/babel/welsh.sty
  texmf-dist/tex/generic/babel/xebabel.def
 catalogue-ctan /macros/latex/required/babel/base
-catalogue-date 2016-04-23 19:07:15 +0200
+catalogue-date 2018-04-25 18:33:11 +0200
 catalogue-license lppl1.3
 catalogue-topics multilingual
-catalogue-version 3.9r
+catalogue-version 3.19
 
 name babel-english
 category Package
-revision 43042
+revision 44495
 shortdesc Babel support for English
 longdesc The package provides the language definition file for support
 longdesc of English in babel. Care is taken to select british
 longdesc hyphenation patterns for British English and Australian text,
 longdesc and default ('american') patterns for Canadian and USA text.
-containersize 3056
-containerchecksum f4862977c0481625d87edf82133c85f4b06d32c14e53ca15590d3fde173b8e428c8d4ef11374dc3d035fd0c53e5f0c3bd5e3f260ea54079899e6ee1b900683b3
-doccontainersize 130752
-doccontainerchecksum 320625160626e7d6ad30c4f75cb3c429ac2b0530b97844b6135f57acbb244e6f3a94658b533c43cd338669907fba4a0b1d8b48c38a4601e3e12f01a26fc94adc
-srccontainersize 6252
-srccontainerchecksum 4fbd6a20cf0eaaeee95444c638c8cb2330b1359983e091642da83938f506f1d80f51a9514cf044bfc3eb21480d58a23f9c5bb7c3b599cca0fc4ff19f62f2a364
+containersize 3040
+containerchecksum 4f1109e6a4b7733e67081e17540495e96d34204e90c9c8ae250e380bcb92509d551418abebdb315f2650776f024d1e2553e7f56d39e5a02eca1bc90a92dd7cc9
+doccontainersize 130652
+doccontainerchecksum 2e2e89cfb258b47e04fc821d352543b53af526194a05b010a3b20775b8054772412f89bc1dc05f24ef73153a3edff97a1c6c0d329cdce1f8ccf0a9c1e9966d2d
+srccontainersize 6256
+srccontainerchecksum 898dec50b72091756a130dce305b512e8660a31fd22839e7a1f12ba4ed24fbac833b3f7ba11c6771ada3ec14229152a9d61ac8e398d86fd3b5eb6a9c6a0f7858
 runfiles size=9
+ texmf-dist/tex/generic/babel-english/UKenglish.ldf
+ texmf-dist/tex/generic/babel-english/USenglish.ldf
  texmf-dist/tex/generic/babel-english/american.ldf
  texmf-dist/tex/generic/babel-english/australian.ldf
  texmf-dist/tex/generic/babel-english/british.ldf
  texmf-dist/tex/generic/babel-english/canadian.ldf
  texmf-dist/tex/generic/babel-english/english.ldf
  texmf-dist/tex/generic/babel-english/newzealand.ldf
- texmf-dist/tex/generic/babel-english/ukenglish.ldf
- texmf-dist/tex/generic/babel-english/usenglish.ldf
 catalogue-ctan /macros/latex/contrib/babel-contrib/english
-catalogue-date 2017-01-24 18:51:15 +0100
+catalogue-date 2017-06-07 05:21:27 +0200
 catalogue-license lppl1.3
 catalogue-topics english multilingual-addon
-catalogue-version 3.3q
+catalogue-version 3.3r
 
 name babelbib
 category Package
@@ -1001,10 +1591,10 @@ longdesc citation may be written in another language, or the whole
 longdesc bibliography can be typeset in a language chosen by the user.
 longdesc In addition, the package supports commands to change the
 longdesc typography of the bibliographies.
-containersize 26152
-containerchecksum 7c32c39ae799d5f2db0d0709d915c217d1892483e8d4f2d2638b2c27426f0a39623db18209c9f5a9edf70cf97b5be10bb8a9af5521b439b4e109c91dd849de1f
+containersize 26128
+containerchecksum 30f2c61fdcf0caa8d5fec88fe2d09ab2f47d6120b2560dc271110fe71288763cdc131f09433010bb256d98fd7507f5afcd29b9c8800edcea316377d5c7aa58ee
 doccontainersize 1242044
-doccontainerchecksum 941f5b92812f12e92d3f5821eb0515359325c274cdfe7fede757759e07561fb2bed39efc4ae6f47640c0f5c1328015572036a343e0c1481c4a255a81de35f182
+doccontainerchecksum adeb18ec220c01ec40e1221da48b0a4b3f8d936fb5926caa3a5817a2253351866df5003e6b8fcc9cab9201ae7fb055a2c7061f90cfb4191e6ef0aef772ed0797
 runfiles size=209
  texmf-dist/bibtex/bst/babelbib/bababbr3-fl.bst
  texmf-dist/bibtex/bst/babelbib/bababbr3-lf.bst
@@ -1049,14 +1639,14 @@ runfiles size=209
  texmf-dist/tex/latex/babelbib/spanish.bdf
  texmf-dist/tex/latex/babelbib/swedish.bdf
 catalogue-ctan /biblio/bibtex/contrib/babelbib
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1
 catalogue-topics bibtex-sty multilingual
 catalogue-version 1.31
 
 name bibtex
 category Package
-revision 42360
+revision 47198
 shortdesc Process bibliographies for LaTeX, etc
 longdesc BibTeX allows the user to store his citation data in generic
 longdesc form, while printing citations in a document in the form
@@ -1069,14 +1659,13 @@ longdesc from simple ASCII (for example, in the various national sorting
 longdesc rules for languages expressed in different parts of ISO-8859 --
 longdesc the "ISO Latin" series). For more flexibility, the user is
 longdesc urged to consider using biber with BibLaTeX to typeset its
-longdesc output. In fact, it is best to avoid BibTeX in favour of biber
-longdesc and BibLaTeX, if at all possible.
+longdesc output.
 depend kpathsea
 depend bibtex.ARCH
-containersize 14884
-containerchecksum ea440795acbac56e2bd2101c2645bc0ff2c2c8776b192caca8764436b45e3277b69cf5cbe317c9b1089addca021abaf01e8382206c1c3ecc6a9a3c1b418f113f
-doccontainersize 397980
-doccontainerchecksum 957add08e7b58d38909455f4eb6d2b99de1cbead8eba742b50e66710f93a12cf505a90096a4f4ce4923b40eb3bf1354f464876461f660e4626597fe01ba49bc5
+containersize 14848
+containerchecksum 0939809e12ff25e750a9ec85e1f13c810209a9beb8cdcdb1923c1c718d7177e4398d3772c9fc773d0970a2806af912f39bb341d8fb6a51637e62db9ad19bb8d1
+doccontainersize 398188
+doccontainerchecksum 99409261c7655f0759b17d3203283505f3791a2fe7bb3ae875a8d583250aaf16ff38f853a9d7c213cde17222b5ceef0dc3ac58b8abe7df56913f8107f77f07ba
 runfiles size=51
  texmf-dist/bibtex/bib/base/xampl.bib
  texmf-dist/bibtex/bst/base/abbrv.bst
@@ -1090,7 +1679,7 @@ runfiles size=51
  texmf-dist/tex/generic/bibtex/apalike.sty
  texmf-dist/tex/generic/bibtex/apalike.tex
 catalogue-ctan /biblio/bibtex/base
-catalogue-date 2016-06-24 19:18:15 +0200
+catalogue-date 2017-11-06 18:34:04 +0100
 catalogue-license knuth
 catalogue-topics biblio
 catalogue-version 0.99d
@@ -1110,12 +1699,12 @@ longdesc documents; A jiffy to remove counters from other counters'
 longdesc reset lists; A package to rescale fonts to arbitrary sizes; A
 longdesc jiffy to create 'slashed' characters for physicists; and An
 longdesc environment for including HTML in LaTeX documents.
-containersize 11332
-containerchecksum fbf8b46ac8a6391de3fc5416a7257aa5f01850f454043d0777cef4476be0140dc5877ffa338f10cdbe8802bf0b0c3fa5ebd054daefc8a787dc27d91e7d944397
-doccontainersize 20364
-doccontainerchecksum b791d80502f72ff7d606bc25b1b98329c2d479a96fabbd12450bb19267b0e29a685e6205ae6cdef69aaaeb099eddf23099a23c17c316d5b69ca19f2f8fb9f2f0
+containersize 11324
+containerchecksum c562befbd172b552f498dfa5bf814eb252b8b0577755ec3de3d1caf13b41a7df2eed9b31da1c1633084ed614dfdbff05a9e97989c65331e62b4e6fb65465c802
+doccontainersize 20352
+doccontainerchecksum b16ae7ae8a71ad1a1335b8dce7738505797382cf3f78605330d994eacbc644d6c25ba87056a854d11759400ca5fd52b2b7d524b9dcdff66e89e4198ba0e39042
 srccontainersize 2884
-srccontainerchecksum cc90922b894d627760038dab199852dbc878d33f16dbea7271668498231bedaa6d62708ec2cf80ce196805fb54fbba48201eb91a708e9531f412cf4b92d4421b
+srccontainerchecksum 6e6ed0563c0d0a55d40e88c73645a844a09714f190a6d1a0105713220d0b0898b2024ba0113b2552c42e2dbb9295dc35e198613885abb4da0e662c6b378027cc
 runfiles size=11
  texmf-dist/tex/latex/carlisle/dotlessj.sty
  texmf-dist/tex/latex/carlisle/ltxtable.sty
@@ -1125,33 +1714,33 @@ runfiles size=11
  texmf-dist/tex/latex/carlisle/scalefnt.sty
  texmf-dist/tex/latex/carlisle/slashed.sty
 catalogue-ctan /macros/latex/contrib/carlisle
-catalogue-date 2016-02-03 10:04:48 +0100
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics collection
 
 name checkcites
 category Package
-revision 28572
+revision 45131
 shortdesc Check citation commands in a document
 longdesc The package provides a lua script written for the sole purpose
 longdesc of detecting undefined and unused references from LaTeX
 longdesc auxiliary or bibliography files.
 depend checkcites.ARCH
-containersize 4328
-containerchecksum c6d7001db87b2d6e70caf025b5a53092fc39f51e0be120166f133fe845a3b0356c898b43d89a6f1b778cdabfca7816821ac240224e811d2c459e6ae1010b01b8
-doccontainersize 223840
-doccontainerchecksum dfdf6b3dc1db5cbd545f9a8cfd876a6f25fc15d3feac52a4708fbd4f4e612660930bc8431beb5c37f42363a9a63cd6e94f5f57ce8324830ff0459cbce36f8f78
-runfiles size=4
+containersize 5308
+containerchecksum b7c2ed45a32ebf117546ab44565e30eca0d3496f89df6deb50b1cd83ee43052b266fc07dc1638c365d5599d678f10a067b222c04d4a2075c2d8d1a02b57aa5c1
+doccontainersize 224688
+doccontainerchecksum 88c46aa667f8c385a4d668d0be68e40d21f6df64f33a9ae9d6c0e8fb8e653bb004c270ba2c6ac7fdc7c3b555947353f09501ee5b48fb8ecd63ec7ccdc369a602
+runfiles size=6
  texmf-dist/scripts/checkcites/checkcites.lua
 catalogue-ctan /support/checkcites
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2017-08-25 17:01:28 +0200
 catalogue-license lppl1.3
 catalogue-topics debug-supp
-catalogue-version 1.0i
+catalogue-version 2.0
 
 name chickenize
 category Package
-revision 42341
+revision 45083
 shortdesc Use lua callbacks for "interesting" textual effects
 longdesc The package allows manipulations of any LuaTeX document (it is
 longdesc known to work with Plain LuaTeX and LuaLaTeX). Most of the
@@ -1160,49 +1749,25 @@ longdesc some functions (for example, colorstretch for visualising the
 longdesc badness and font expansion of each line, and letterspaceadjust
 longdesc doing what its name says) could be useful in a "normal" LuaTeX
 longdesc document.
-containersize 11252
-containerchecksum 01c5b0ac19a820776671235ec86bf8e262797af07cf2fa8ba3fcbd79b60dbfb0713feb33d67ef98b7a761aa69ed83e8efb65840f5d43afdc4d3253d4811061d5
-doccontainersize 191136
-doccontainerchecksum dea137bfea58d55e1be007e885668821f30e9f4c839905b220b99bade6a57b15b5e417e43e9393fa635082423c461e779b4119434c68ffcc9bd49b9896956cee
-srccontainersize 28716
-srccontainerchecksum e8fd25046c414e231348099e559913cfd3f0494f0548b39714433a01a616a7df82d6dc0e27523888b1d82e5698efec4b3802f3da87fab26dce8b7e4cdb9af49c
+containersize 11316
+containerchecksum 56a3a02fb791aacd83d26627c710dd9928270d8fe803984607e6d0735253083ab37b24cb1879c5ce1fc6e09a4d5194e466a5a6a262b463ebc3d019150bd4d3a6
+doccontainersize 191532
+doccontainerchecksum 5168fd820e4a376ec363511dc114469091e1ec9675b874a74ebefe4a387c9870edcf4a25f7f561de21d76e8d3d4f788d054eb28937f711a75f611d3ccbc4186b
+srccontainersize 28780
+srccontainerchecksum 0f01520d20c1e0510ba02a83654528a045f24638205abae4be38fcb0e03c3691c03f2ef876042c9138937e0c1b8c27032c4e94892e9cb1940f9aa8cee3cd870c
 runfiles size=13
  texmf-dist/tex/luatex/chickenize/chickenize.lua
  texmf-dist/tex/luatex/chickenize/chickenize.sty
  texmf-dist/tex/luatex/chickenize/chickenize.tex
 catalogue-ctan /macros/luatex/generic/chickenize
-catalogue-date 2016-10-24 19:26:02 +0200
+catalogue-date 2017-08-19 23:03:49 +0200
 catalogue-license lppl1.3
 catalogue-topics typesetting games luatex
-catalogue-version 0.2.4
-
-name cloze
-category Package
-revision 41531
-shortdesc A LuaLaTeX package for creating cloze texts
-longdesc This is a LuaLaTeX package for generating cloze texts. The main
-longdesc feature of the package is that the formatting doesn't change
-longdesc when using the hide and show options. There are three commands
-longdesc and one environment to generate cloze texts: the commands
-longdesc \cloze, \clozefix, \clozefil, and the environment clozepar.
-containersize 4240
-containerchecksum 40a0493bd6cea4faac4826116c019d7413da905d471a33c5f25d8b43ddef9f4c052739f82c3a8a744dfa9e82fed58b0c520b30ced2172575c3bd6943f1164750
-doccontainersize 222744
-doccontainerchecksum 51dbea12cd5b61c93915a3c646c4860fcb8b77c583390391822177fcd5532fe2f1b7bab892c1ffc9c90e6f9857853623e907569c15c12b87593ffc0c12fb5bf3
-srccontainersize 15292
-srccontainerchecksum 02e59381a704d89923ce9e11cf4d043df985b5c9410aa958c2fba531d4e544e91639d36abe8a9eb24c01ac8a055314fa6ff00992b314e3c3e22453d7533e6551
-runfiles size=5
- texmf-dist/scripts/cloze/cloze.lua
- texmf-dist/tex/lualatex/cloze/cloze.sty
-catalogue-ctan /macros/luatex/latex/cloze
-catalogue-date 2016-06-23 15:20:39 +0200
-catalogue-license lppl1.3
-catalogue-topics exam luatex
-catalogue-version 1.2
+catalogue-version 0.2.5
 
 name cm
 category Package
-revision 42428
+revision 45811
 shortdesc Computer Modern fonts
 longdesc Knuth's final iteration of his re-interpretation of a c.19
 longdesc Modern-style font from Monotype. The family is comprehensive,
@@ -1215,11 +1780,11 @@ longdesc distribution, and also the BaKoMa distribution). The Computer
 longdesc Modern fonts have inspired many later families, notably the
 longdesc European Computer Modern and the Latin Modern families.
 execute addMixedMap cmtext-bsr-interpolated.map
-containersize 239500
-containerchecksum 883442c0926643386d112b341c47a78bafbf0e3dabcff1b0c6ef5a69baf8965000e46d59bf1f8b2342a1b8d9c6c2de0de5941bff9ff6098362bae1918902abc6
-doccontainersize 2496
-doccontainerchecksum fdc7e524219c70c14b954e1e1cf9e8ae747c906a26db6813b99425b3799a9e157eb57f9c71167f03a078933ee21d349130f340b5f5f7eb17d198705803064abc
-runfiles size=350
+containersize 238104
+containerchecksum 7504a2edcd495ced18dba96b0a7e90e7f0cbee7cf4da54cec75dabe910eb5ae5079f5a6be93422ff52b0459abbf66cf744e1498a05c6703d668582761e13a0ec
+doccontainersize 2500
+doccontainerchecksum 4b3b04c6015e3e5ed787e4cadab6e4d5467eca8d0586427a58a9e540fa58da39a8d91d5bb798142828981405232dd483cbd1102083c904c0ed86f6ba6bac7ca7
+runfiles size=340
  texmf-dist/fonts/map/dvips/cm/cmtext-bsr-interpolated.map
  texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk
  texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk
@@ -1242,12 +1807,7 @@ runfiles size=350
  texmf-dist/fonts/source/public/cm/calu.mf
  texmf-dist/fonts/source/public/cm/cmb10.mf
  texmf-dist/fonts/source/public/cm/cmbase.mf
- texmf-dist/fonts/source/public/cm/cmbcsc10.mf
  texmf-dist/fonts/source/public/cm/cmbsy10.mf
- texmf-dist/fonts/source/public/cm/cmbtex10.mf
- texmf-dist/fonts/source/public/cm/cmbtt10.mf
- texmf-dist/fonts/source/public/cm/cmbtt8.mf
- texmf-dist/fonts/source/public/cm/cmbtt9.mf
  texmf-dist/fonts/source/public/cm/cmbx10.mf
  texmf-dist/fonts/source/public/cm/cmbx12.mf
  texmf-dist/fonts/source/public/cm/cmbx5.mf
@@ -1260,7 +1820,6 @@ runfiles size=350
  texmf-dist/fonts/source/public/cm/cmcsc10.mf
  texmf-dist/fonts/source/public/cm/cmdunh10.mf
  texmf-dist/fonts/source/public/cm/cmex10.mf
- texmf-dist/fonts/source/public/cm/cmexb10.mf
  texmf-dist/fonts/source/public/cm/cmff10.mf
  texmf-dist/fonts/source/public/cm/cmfi10.mf
  texmf-dist/fonts/source/public/cm/cmfib8.mf
@@ -1321,7 +1880,6 @@ runfiles size=350
  texmf-dist/fonts/source/public/cm/cmtt12.mf
  texmf-dist/fonts/source/public/cm/cmtt8.mf
  texmf-dist/fonts/source/public/cm/cmtt9.mf
- texmf-dist/fonts/source/public/cm/cmttb10.mf
  texmf-dist/fonts/source/public/cm/cmu10.mf
  texmf-dist/fonts/source/public/cm/cmvtt10.mf
  texmf-dist/fonts/source/public/cm/comlig.mf
@@ -1359,7 +1917,6 @@ runfiles size=350
  texmf-dist/fonts/source/public/cm/tsetsl.mf
  texmf-dist/fonts/source/public/cm/white_setup.mf
  texmf-dist/fonts/tfm/public/cm/cmb10.tfm
- texmf-dist/fonts/tfm/public/cm/cmbcsc10.tfm
  texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm
  texmf-dist/fonts/tfm/public/cm/cmbx10.tfm
  texmf-dist/fonts/tfm/public/cm/cmbx12.tfm
@@ -1441,7 +1998,7 @@ catalogue-topics font font-mf font-proportional font-mono font-cm
 
 name collection-basic
 category Collection
-revision 41616
+revision 45851
 shortdesc Essential programs and files
 longdesc These files are regarded as basic for any TeX system, covering
 longdesc plain TeX macros, Computer Modern fonts, and configuration for
@@ -1476,7 +2033,6 @@ depend plain
 depend tetex
 depend tex
 depend tex-ini-files
-depend texconfig
 depend texlive-common
 depend texlive-docindex
 depend texlive-en
@@ -1485,8 +2041,8 @@ depend texlive-scripts
 depend unicode-data
 depend updmap-map
 depend xdvi
-containersize 624
-containerchecksum 96625dfc1efec322330e506665a7e99f717958a55074bc2764f4e2d17ddbddc2114ba2688f1fad6c2598182f765acf5e2b9539d06e284afd4ac409b71519035b
+containersize 620
+containerchecksum 5f97f97e8d6bd356fb2211961e58904188d7518b4de0fa7a5a84cf96eed2e8c7629617cef1bc53d92e2a670152d573c6680d3cc7ce6e08bd343fc1063f2a8101
 
 name collection-latex
 category Collection
@@ -1524,28 +2080,27 @@ depend pspicture
 depend tools
 depend url
 containersize 524
-containerchecksum c3b6a10ab9b965734d58d5cd7c8148f44e20854442158b577cdcb7e637383e9b60d27abab3f0ddd99bd6b7eef2224fa6b0a8881ca3edc1e1476ea475eb2d9074
+containerchecksum 3db8bef953d336d22c67c49b0b1172b00f76621a97f7744345d0f9214ee84d83dea9190e666c49a649b1eb576c9b50210fcea7297dc555afd3fc4c83efcbc016
 
 name collection-luatex
 category Collection
-revision 42670
+revision 47011
 shortdesc LuaTeX packages
 longdesc Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using
 longdesc Lua as an embedded scripting and extension language.
 longdesc http://luatex.org/
 depend collection-basic
+depend auto-pst-pdf-lua
 depend checkcites
 depend chickenize
-depend cloze
+depend combofont
 depend cstypo
 depend ctablestack
 depend enigma
+depend fontloader-luaotfload
 depend interpreter
-depend lua-check-hyphen
 depend lua-visual-debug
 depend lua2dox
-depend luabibentry
-depend luabidi
 depend luacode
 depend luahyphenrules
 depend luaindex
@@ -1556,22 +2111,21 @@ depend lualatex-math
 depend lualibs
 depend luamplib
 depend luaotfload
-depend luasseq
+depend luapackageloader
 depend luatex85
 depend luatexbase
 depend luatexko
 depend luatextra
-depend luatodonotes
 depend luaxml
 depend nodetree
 depend odsfile
 depend placeat
+depend plantuml
 depend selnolig
-depend showhyphens
 depend spelling
-depend ucharcat
-containersize 588
-containerchecksum 905b663bd4a08c9282db5223b7fdc76d95124c536e57ad0023fa0d9ecc6048accf888a366abe4d3247fdde84926f4dfcde01afff8c966f93ab22828f102b4c37
+depend typewriter
+containersize 596
+containerchecksum 873b96c669902cfb6af188de8e9405fd326372f2934cf722b54284cae40e2254f25d57b867c5c3331900017bc9d8c647efe6bcb68d48d412c2c81ed5682b93eb
 
 name colortbl
 category Package
@@ -1580,37 +2134,61 @@ shortdesc Add colour to LaTeX tables
 longdesc The package allows rows and columns to be coloured, and even
 longdesc individual cells.
 containersize 3208
-containerchecksum b355725187c3452dad902f7aa21e8ba4e23ff5e4dd66b9d8700e2af42555d156ebdcba328bb02e52424fce25b080932dd828091a89c79812cbb9e23c60fcea8c
-doccontainersize 554136
-doccontainerchecksum b0586a3ed6afd1f2957fb26ea49b0c4ada7c0fccf93f882db7ee64e2e08d60a00409b327712ee5beac93458868145b0124837f31e380e711b57b1308286e60e7
-srccontainersize 11248
-srccontainerchecksum 5dd2dacc72632e8fa2b0f60c5500a1785483335b7e2fa54c6e22c6f6af6dd221741eb92dea6e5b6fc4f636bb3ab86e65932d55551ccfb8097a6eadfc2413bba2
+containerchecksum 3c3416466feaa6b35056de0263a3dc098ac0e432c0f424a086d042e38319fd3643731dcab5ea0bd6480f095b7ee510625459617d53ae03528d019a40d0d6e2cf
+doccontainersize 554116
+doccontainerchecksum 04a4e339b610470d812e4fd22cd72136e525abb727193e4143850ffae248315c8b5bfbe1909a51277f923ef7676f4f3c05013b1932a3df154d0511ebc355694d
+srccontainersize 11240
+srccontainerchecksum 9f42128126ac15fea101acd7ed153a134ca1729f059aae6ac003c929f34608e6c8e46251030db6669c4b4e84e3d0ed89d0b54a740a9ff1b88bb8d70191a8746e
 runfiles size=3
  texmf-dist/tex/latex/colortbl/colortbl.sty
 catalogue-also xcolor
 catalogue-ctan /macros/latex/contrib/colortbl
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics colour table
 catalogue-version 1.0a
 
+name combofont
+category Package
+revision 44746
+shortdesc Add NFSS-declarations of combo fonts to LuaLaTeX documents
+longdesc This highly experimental package can be used to add
+longdesc NFSS-declarations of combo fonts to LuaLaTeX documents. This
+longdesc package may disappear without notice, e.g. if luaotfload
+longdesc changes in a way so that it no longer works, or if LuaTeX
+longdesc changes, or if fontspec itself includes the code. It is also
+longdesc possible that the package's syntax and commands may change in
+longdesc an incompatible way. So if you use it in a production
+longdesc environment: You have been warned.
+containersize 1656
+containerchecksum 5b2a1df350a23d6a8fa06f7c8820a65b20ce3baa36606f4d46020e6c3cad58dd4c5d1c16a4f36e3e789cd41d422ff8a4849c8faee0c384ec779b7e97be7a8aa7
+doccontainersize 92336
+doccontainerchecksum 18cbb6692855c1304e46cb19867a86c8c476cdac5c8d6ab5e171987cda4a82f74147b898d00f550650f2a11ecbe4019f1c19dc8b1a1c398eacfd025f44498056
+runfiles size=1
+ texmf-dist/tex/lualatex/combofont/combofont.sty
+catalogue-ctan /macros/luatex/latex/combofont
+catalogue-date 2017-07-03 18:05:12 +0200
+catalogue-license lppl1.3c
+catalogue-topics luatex font-mgmt
+catalogue-version 0.2
+
 name cstypo
 category Package
 revision 41986
 shortdesc Czech typography rules enforced through LuaTeX hooks
 longdesc This package provides macros that enforce basic Czech
 longdesc typography rules through Lua hooks available in LuaTeX.
-containersize 2032
-containerchecksum dddf6e8596e070efb7dfc4677fc26c5792e281e3d6acdc0eef11651c3757d937624cda52d1415ca705213607b1d134ae8a9fd2d5d46fee8508db67e708cf8e1a
-doccontainersize 104236
-doccontainerchecksum 88df00453b9bdbeffc46b4edf785fe59e8af6a055d5deee4c570ba953714b9de205a39274f827de2f2c0ebf6233a61e41dda6f00408ec493106f56b54aa9bda4
+containersize 2028
+containerchecksum 53832f712de55b05e1f2a5af7ada9b7d64743e202581a166b49ca01b2f0152d4fa3f546fcc399f33d0e44eef0869a1095eceb27ed098352dd91e047b29ae032c
+doccontainersize 104248
+doccontainerchecksum 4d5f05d51386e80cb5ec170b35cb28780d89f0daa0c16a0cf333b6dbdea4763f9b546a3ed228db1123d078430d5ae1d01b9c402c43ee22f49f05675c91c18211
 runfiles size=4
  texmf-dist/tex/lualatex/cstypo/cstypo.sty
  texmf-dist/tex/luatex/cstypo/cstypo-tex.tex
  texmf-dist/tex/luatex/cstypo/cstypo.lua
 catalogue-ctan /macros/luatex/generic/cstypo
-catalogue-date 2016-09-03 05:36:43 +0200
-catalogue-license other-free
+catalogue-date 2017-04-18 05:31:40 +0200
+catalogue-license mit
 catalogue-topics luatex czech
 catalogue-version 0.03
 
@@ -1624,57 +2202,23 @@ longdesc release of LaTeX2e (also available as ltluatex.sty for plain
 longdesc users). It is required by the luatexbase package (v1.0 onward)
 longdesc which uses ctablestack to provide a back-compatibility form of
 longdesc this concept.
-containersize 1132
-containerchecksum 46c391d0a837da260bed005abd5ca48565899de566a4f188ce03307e32860edfa3bc47f32ced569a798def6319e777dd1fa345217c560eb4ccd1d00dd2610af7
-doccontainersize 151912
-doccontainerchecksum d7f5e2740e10c6da59289af2f1254b4966e14ba3021b0ef0ac6b8831b8df206082ea3858a46b288a2d19fa3718023e6944cf912b6e814fc236f190811f14c78d
-srccontainersize 2524
-srccontainerchecksum e17c1330b34318285e19aacd46558c7f19c142766ef350ac7e19a1a694fe9127d0f04692dcd52433055da3e36bb3607acae986ad4fd0b83feb140639d58685fb
+containersize 1128
+containerchecksum dfb5fd4e62c04311bf41c17d06395f5693c0232840bead53a41cf0898ba2704da68d6caf4cbe796fb728f189a57072f36433a51edc0fd9d1013a70f4906797ae
+doccontainersize 151908
+doccontainerchecksum d27e0392ffb1a4daf718ec780540d22b7f3ed3dc6e488f37583ef9fc06697309f7abd93e55832c50cc50e87a950dcc9cd602e0270d4b9fde9db6cbed59cf131c
+srccontainersize 2520
+srccontainerchecksum 083b381a0dc2b83dff0e71f475fa35dd60e9e62106a75c3537381e6b25c41155cdabfd6f5a07da1ad9d58f34d33052f24e212421b11e377c309c261454072e7b
 runfiles size=1
  texmf-dist/tex/luatex/ctablestack/ctablestack.sty
 catalogue-ctan /macros/luatex/generic/ctablestack
-catalogue-date 2015-10-07 06:44:51 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics luatex
 catalogue-version 1.0
 
-name dehyph-exptl
-category Package
-revision 43666
-shortdesc Experimental hyphenation patterns for the German language
-longdesc The package provides experimental hyphenation patterns for the
-longdesc German language, covering both traditional and reformed
-longdesc orthography. The patterns can be used with packages Babel and
-longdesc hyphsubst from the Oberdiek bundle. Dieses Paket enthalt
-longdesc experimentelle Trennmuster fur die deutsche Sprache. Die
-longdesc Trennmuster decken das in Deutschland, Osterreich und der
-longdesc Schweiz gebrauchliche Standarddeutsch in der traditionellen und
-longdesc reformierten Rechtschreibung ab und konnen mit den Paketen
-longdesc Babel und hyphsubst aus dem Oberdiek-Bundel verwendet werden.
-depend hyphen-base
-depend hyph-utf8
-execute AddHyphen  name=german-x-2017-03-31 synonyms=german-x-latest  lefthyphenmin=2 righthyphenmin=2  file=dehypht-x-2017-03-31.tex  file_patterns=hyph-de-1901.pat.txt file_exceptions=hyph-de-1901.hyp.txt
-execute AddHyphen  name=ngerman-x-2017-03-31 synonyms=ngerman-x-latest  lefthyphenmin=2 righthyphenmin=2  file=dehyphn-x-2017-03-31.tex  file_patterns=hyph-de-1996.pat.txt file_exceptions=hyph-de-1996.hyp.txt
-containersize 88220
-containerchecksum aa32d870510ade25cc982d66f190949c15bc46825b014421b179ff992f00bfd9193c976a51978bc19944cd6b32b826a1fb147295d6069eebb163b07f406e8770
-doccontainersize 119424
-doccontainerchecksum aa9795d1d1e03ab4086ebd0a7ca097840959d49b9b63d7f6ecd8400155b9bd052a28d3dd71355d1c3b28bb510ebb2198fb9bbdd9f5240f57c55cf4a4fb104c05
-runfiles size=126
- texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2017-03-31.pat
- texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2017-03-31.tex
- texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2017-03-31.pat
- texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2017-03-31.tex
- texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2017-03-31.pat
- texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2017-03-31.tex
-catalogue-ctan /language/hyphenation/dehyph-exptl
-catalogue-date 2017-03-31 12:12:25 +0200
-catalogue-license mitlppl
-catalogue-topics hyphenation german
-catalogue-version 0.41
-
 name dvipdfmx
 category TLCore
-revision 43646
+revision 47198
 shortdesc An extended version of dvipdfm
 longdesc Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm
 longdesc created to support multi-byte character encodings and large
@@ -1686,14 +2230,17 @@ longdesc features as does pdfTeX. There being no documentation as such,
 longdesc users are advised to consult the documentation of dvipdfm (as
 longdesc well, of course, as the package Readme. The current version of
 longdesc the package is no longer maintained on CTAN as a separate
-longdesc entity; see the TeX Live sources for the current release.
+longdesc entity; development now takes place within the TeX Live
+longdesc framework, and it is no longer available as a separate package.
+longdesc For download, support, and other information, please see TeX
+longdesc Live.
 depend glyphlist
 depend dvipdfmx.ARCH
 postaction script file=tlpkg/tlpostcode/dvipdfmx.pl
-containersize 26620
-containerchecksum bef0962a931ed66587984e26b7b49738d18fd16f881872a54e94d77550a68c6f08cc61b295a35fe991317140fa931426c2f1c72630c3c757653e46e528092273
-doccontainersize 2839568
-doccontainerchecksum 71b9c95c31f142bbf2f1a53ed60073132f510032b05c455d0f172b6c69fd632eb042c5464f00564b2ce3fcb4e25b0ed06b4e7c29aa1202fb5a49a96a432daf9d
+containersize 26676
+containerchecksum 905da1daca59bf732906e75b28f765ae707b1394347165fed64dff94df3c2e0cda174579215bbbef403ff6278adc4061754e1e69aee3d3de2c282682deb0f15d
+doccontainersize 3030808
+doccontainerchecksum d5f90e19898a14a8fb549445ec8ec19323d61b7d74e132e0dc49b54a5ad0f9ae0fdc138519c247886fc84c8f033a3bfa92318609a342afbe60dee64cac6814b3
 runfiles size=40
  texmf-dist/dvipdfmx/dvipdfmx.cfg
  texmf-dist/fonts/cmap/dvipdfmx/EUC-UCS2
@@ -1702,24 +2249,25 @@ runfiles size=40
  texmf-dist/fonts/map/dvipdfmx/cid-x.map
  texmf-dist/fonts/map/dvipdfmx/ckx.map
  tlpkg/tlpostcode/dvipdfmx.pl
-catalogue-ctan /dviware/dvipdfmx/dvipdfmx.tar.gz
-catalogue-date 2017-03-28 19:31:22 +0200
+catalogue-ctan /obsolete/dviware/dvipdfmx
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license gpl
 catalogue-topics dvi-pdf
 
 name dvips
 category TLCore
-revision 42410
+revision 47198
 shortdesc A DVI to PostScript driver
 longdesc This package has been withdrawn from CTAN, and bundled into the
-longdesc distributions' package sets. The current sources of dvips may
-longdesc be found in the distribution of dvipsk which forms part of the
-longdesc TeX Live sources.
+longdesc distributions' package sets. Development now takes place within
+longdesc the TeX Live framework, and it is no longer available as a
+longdesc separate package. For download, support, and other information,
+longdesc please see TeX Live.
 depend dvips.ARCH
-containersize 34372
-containerchecksum e5fb9e65f0070d52b13b94d11c72247fac71bfe45d43daf8b6bebc3f8b06d63927832bd1fbf5f66464ff1d9ae001773c650ffdd9e9b30f26dee2087b3d3118a7
-doccontainersize 513008
-doccontainerchecksum ada60c607ca2034663277a15b11c37c2d1b0350193e26934ee3a96adaf15ccd4ae76a35113c44d30d471732062dfe971a4a024f64e7e028518bd7bbc05b914de
+containersize 34364
+containerchecksum d5475ffb0fce54cde01b786b64e3b8cc34f3582576b442c3e4b2e24b4e6a298b8ad4e5e5361a97aae9c96bf8e86fe7dc23dfff161e5b27b597ee25a9b1fa0c78
+doccontainersize 512240
+doccontainerchecksum d88380d5d37c0cbca45c3c1cda0b4d6e437c9961f34e34055466deba423a590a28ac3e9e8cbb65f318506a36188eccf8fd6880657e66687557ea95a623c9597b
 runfiles size=93
  texmf-dist/dvips/base/color.pro
  texmf-dist/dvips/base/crop.pro
@@ -1797,8 +2345,9 @@ runfiles size=93
  texmf-dist/tex/generic/dvips/colordvi.tex
  texmf-dist/tex/generic/dvips/rotate.sty
  texmf-dist/tex/generic/dvips/rotate.tex
-catalogue-date 2016-06-24 19:18:15 +0200
-catalogue-license gpl
+catalogue-ctan /obsolete/dviware/dvips
+catalogue-date 2017-04-18 05:31:40 +0200
+catalogue-license other-free
 catalogue-topics dvi-print
 
 name enctex
@@ -1809,10 +2358,10 @@ longdesc EncTeX is (another) TeX extension, written at the change-file
 longdesc level. It provides means of translating input on the way into
 longdesc TeX. It allows, for example, translation of multibyte
 longdesc sequences, such as utf-8 encoding.
-containersize 23768
-containerchecksum d4d4958b486f0d7df731362c74daa1d3c6907376175d7a9501f37b79882ed5cf5f398f09f422e6432c5071b7121c38a76a1c7e4c847b91672ec185880247553b
-doccontainersize 253872
-doccontainerchecksum 6f89420f8968159005b2e37c9b6dadb71ab5c6987994dd022b8c6406aa1906bb5294e9e8add93cc49898959cba4a73eafa117882047b573819a21471550e1b76
+containersize 23720
+containerchecksum ad7b5cb9ca57e4db7322eeae184f9cb0a63da9577552bba97917941b5b6516db832bb4661cd96fd7f5b10b8ff0c3575e7d6cdb1f8442bcf022be33f734f55dd9
+doccontainersize 253856
+doccontainerchecksum 726ad5443f5813a4cdea85ae73e7bd5763230e25c3f0ef5c5caafe8c817811848212369d099451b20db4611cd2a6b496cf8c54d911a511e6a484e844739b795b
 runfiles size=62
  texmf-dist/tex/generic/enctex/1250-csf.tex
  texmf-dist/tex/generic/enctex/1250-il2.tex
@@ -1855,7 +2404,7 @@ runfiles size=62
  texmf-dist/tex/generic/enctex/utf8unkn.tex
  texmf-dist/tex/generic/enctex/utf8warn.tex
 catalogue-ctan /systems/enctex
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2018-01-06 12:14:59 +0100
 catalogue-license gpl
 catalogue-topics engine
 
@@ -1865,10 +2414,10 @@ revision 29802
 shortdesc Encrypt documents with a three rotor Enigma
 longdesc The package provides historical encryption (Enigma cipher) for
 longdesc LuaTeX-based formats.
-containersize 18320
-containerchecksum 53552e08e75659d2417845a0d0e4f4c9da93cac82e52c1afe2c446c01fc453829627038298f7e943373d42a863e105c6b05f77d5756209012735615eae80ac3c
-doccontainersize 266504
-doccontainerchecksum 5ba0171228739d69dfd6b864df5efef25e06f779a4336aedc04297d5de52396ec326f86f04bc875eab0c44814d30a74bb3d23221cb01df6c1c5a9cfc6702838f
+containersize 18332
+containerchecksum 5777966b33c524be97ab68d96307d20a1337128be3191f89de171903f629b91d3584204433665af367a90db3a2df8af23f418efd7810d5478476016ab7950815
+doccontainersize 266516
+doccontainerchecksum a0dd09dd0d59ad965d75d7c1f71bfd14f9fcb8c5447e8cd38ae21f813aabf153bb05d80525187d6d0f4e6af9747e3bf5c94d85005976210b9efe1f38253eaeac
 runfiles size=19
  texmf-dist/scripts/context/lua/third/enigma/mtx-t-enigma.lua/mtx-t-enigma.lua
  texmf-dist/tex/context/third/enigma/t-enigma.mkv/t-enigma.mkvi
@@ -1876,7 +2425,7 @@ runfiles size=19
  texmf-dist/tex/latex/enigma/enigma.sty
  texmf-dist/tex/plain/enigma/enigma.tex
 catalogue-ctan /macros/luatex/generic/enigma
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license bsd
 catalogue-topics security luatex
 catalogue-version 0.1
@@ -1887,22 +2436,22 @@ revision 37057
 shortdesc An extended version of TeX, from the NTS project
 longdesc An extended version of TeX (which is capable of running as if
 longdesc it were TeX unmodified). E-TeX has been specified by the LaTeX
-longdesc team as the engine for the development of LaTeX 2e, in the
+longdesc team as the engine for the development of LaTeX2e, in the
 longdesc immediate future; as a result, LaTeX programmers may (in all
-longdesc current TeX distributions) assume e-TeX functionality.
-longdesc Development versions of e-TeX are to be found in the TeX live
-longdesc source repository.
-containersize 11456
-containerchecksum e489af33559dc8326633747062dbfb96a3f55e851df334ffc2e80fcff668e12840b2ac958e6895ecd83c52aced1292a13cb24b736a1d321dac07ffe1545602e0
-doccontainersize 189804
-doccontainerchecksum d7363e295a44cee09ad5355836201d1f42892f453f952742447ad4543bd2c2ec980f58c0dcdaf9d618db37cb7e37bdaf5c3329b7c83e363f72770f5fe941e4b4
+longdesc current TeX distributions) assume e-TeX functionality. The
+longdesc pdftex engine directly incorporates the e-TeX extensions. The
+longdesc development source for e-TeX is the TeX Live source repository.
+containersize 11468
+containerchecksum cf1c7ed52510440f58daa4dd9fbc8e29e1cea1468e6b43c35e5a34555ce63e5914cd281673ba6551fcb52cdbb6b38f33219e0b1c79ba8e342d1a9c4664a7774d
+doccontainersize 189776
+doccontainerchecksum be1daf0be87cfd94c42f59cd4a09d86e617b642038b42faa62dbc171b7518ae87699398a17b61f6df22e3bf9dc06cc71cbb662f800727764dd18de78c4e5974c
 runfiles size=11
  texmf-dist/fonts/source/public/etex/xbmc10.mf
  texmf-dist/fonts/tfm/public/etex/xbmc10.tfm
  texmf-dist/tex/plain/etex/etex.src
  texmf-dist/tex/plain/etex/etexdefs.lib
 catalogue-ctan /obsolete/systems/e-tex
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license knuth
 catalogue-topics engine
 
@@ -1915,41 +2464,41 @@ longdesc the extensions offered by e-TeX; in particular, it modifies
 longdesc LaTeX's register allocation macros to make use of the extended
 longdesc register range. The etextools package provides macros that make
 longdesc more sophisticated use of e-TeX's facilities.
-containersize 6024
-containerchecksum a72f2323601e2f4eb4d81d962046b66b3a38155590b071428bc20b772d51e17da9b7fe018d5d5773780931410499f012a2c34f283132c7f1c7bd60b660073156
+containersize 6028
+containerchecksum 3b9f06f5d621a5f080dae7626ffc6cbbf2cb8eaab0b12d2e5c8fdc7747fa9fccdaf2a9df42e60c3622ba317814b5ba244b1e809657c7e6b57d325a0b489b82e5
 doccontainersize 604
-doccontainerchecksum 6e42a470e7fd7471e95379a94465b8dc450f7eb12c691d898135197e82da921cd34a105d039b554a7d737d9f8e0a5d0da6145cd8dac1044512ff0b8dad73acc6
+doccontainerchecksum c66818ca5375fbc768533ec6bec0e1002c501f49221f0822636d810641abd5b6a8a63913dcecc5b9b82ee7dd70d417ace208f8a7d9c1fd4aaa22a64be46138b8
 runfiles size=5
  texmf-dist/tex/latex/etex-pkg/etex.sty
 catalogue-also elocalloc
 catalogue-ctan /macros/latex/contrib/etex-pkg
-catalogue-date 2016-08-01 18:38:49 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license lppl1.3
 catalogue-topics macro-supp
 catalogue-version 2.7
 
 name fancyhdr
 category Package
-revision 42004
+revision 44730
 shortdesc Extensive control of page headers and footers in LaTeX2e
 longdesc The package provides extensive facilities, both for
 longdesc constructing headers and footers, and for controlling their use
 longdesc (for example, at times when LaTeX would automatically change
 longdesc the heading style in use).
-containersize 8872
-containerchecksum 796db916ac0db5d740cc503c6ca5e04e223f0df10c0ad9ea878e38ff7a00ab83f4413d79df92c8ef75fa0986d3dceea8c21edb3ab6b84fcbcbc09e3889697500
-doccontainersize 401472
-doccontainerchecksum 5f4bbedf9ca6e3abd15381ac7fdc51876362fccbc3d6fa5a8c03ebc75d2b1e214085f3d432e17a4ea04deab475a49b8e95a17247b0d2811a3620b50e5e05b3d7
-runfiles size=9
+containersize 4044
+containerchecksum 065139f8347fa49c973c46b0853b257f551ef5ac80b19e7feab726cce583d34fcaef279615e097b34c31cd04e85ef677adb300299a2dee13b93395e59e55bd23
+doccontainersize 401824
+doccontainerchecksum cf97543a5e43315a8e58c69b76b65b5449993948f9d72231134f80f477d30aca01b32b290023bdf45b64d0e18b459aad4e40d801919e5761052b81e81a9f7863
+runfiles size=5
  texmf-dist/tex/latex/fancyhdr/extramarks.sty
  texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
  texmf-dist/tex/latex/fancyhdr/fancyheadings.sty
 catalogue-also titleps
 catalogue-ctan /macros/latex/contrib/fancyhdr
-catalogue-date 2016-09-06 17:13:07 +0200
+catalogue-date 2017-06-30 08:34:13 +0200
 catalogue-license lppl
 catalogue-topics page-hf
-catalogue-version 3.8
+catalogue-version 3.9a
 
 name fix2col
 category Package
@@ -1964,55 +2513,79 @@ longdesc \firstmark is taken from the first column if that column has
 longdesc any marks at all; keep two column floats like figure* in
 longdesc sequence with single column floats like figure.
 containersize 2688
-containerchecksum bb7172c8ba510abd76413968861564bb34d298d61b317f2f61667f73888c539ada7696a83d704b9b7b9033d3dce7501011e76a3319a02bdbde86cefa60d05b07
+containerchecksum fb4f181d182c8d3be5ecdd90dcdbadfc54318a404ed5498e6f8fbbd509693cab1ca66c5cd7d2830a8f5718195cd852e3808516bcea5b49bde15b4208ba51dd61
 doccontainersize 212644
-doccontainerchecksum df2ac734f36e2d135e9fd15d2ba7264cddad8ebc6480f92c5a60d1cb5825e6d2a7b884bac598a9db86854514b549e1631bbae094f4c8b10ef669d97cb8467ed6
-srccontainersize 6380
-srccontainerchecksum 03a8278c0573a494684cbf1cabfe16cab459ba3acf879029fa6fd35b9ddfdc94e772b8b781eee010c1d9cbc458479a3a654153a99930cef813f1b223fc15eb09
+doccontainerchecksum 4a1582896f707571e7ff9686fe99e2d77ce20269f1dee25529710cea23148618cc24d4cbacebe0741740fcecbed8a3c8e0d2ee0bc5310b660e973b34dcab0aec
+srccontainersize 6364
+srccontainerchecksum e220c6bb620dee018ac7fe6cda9bdd2fa814b81689e3d6330b954c4a108cb2cc6ac2141edeab23cbef313d2a38193eb625212b5fdef919b7e49c83edbb8b5fb1
 runfiles size=2
  texmf-dist/tex/latex/fix2col/fix2col.sty
 catalogue-ctan /macros/latex/contrib/fix2col
-catalogue-date 2015-11-04 07:05:06 +0100
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics typesetting macro-supp
 catalogue-version 0.04
 
+name fontloader-luaotfload
+category Package
+revision 45090
+shortdesc Alternative fontloaders for luaotfload
+longdesc The package offers a few alternative fontloaders that can be
+longdesc used with luaotfload to access some new features.
+containersize 154816
+containerchecksum 117c5686944084d6cfc8e8713b879a10a4cab9f9118bc214fc8285da6d8c0318998d8b6283d4c6fc8cf7cbf2c0186fde08349d7fef73564bba9fd317144d6c4f
+doccontainersize 124540
+doccontainerchecksum 892956c741dd836abf30fde246232af886d80e73b451154cde3bda949195ab8f541f6c84db23136d34a604f387b1314f8df10cce49d9b5269ff91c6f00911790
+runfiles size=620
+ texmf-dist/tex/luatex/fontloader-luaotfload/fontloader-2017-02-11-stix.lua
+ texmf-dist/tex/luatex/fontloader-luaotfload/fontloader-reference-2017-07-28.lua
+ texmf-dist/tex/luatex/fontloader-luaotfload/fontloader-reference-2017-08-18.lua
+catalogue-ctan /macros/luatex/generic/fontloader-luaotfload
+catalogue-date 2017-08-23 04:45:59 +0200
+catalogue-license lppl1.3c
+catalogue-topics font-use luatex
+catalogue-version 1.0
+
 name geometry
 category Package
-revision 19716
+revision 47106
 shortdesc Flexible and complete interface to document dimensions
 longdesc The package provides an easy and flexible user interface to
-longdesc customize page layout, implementing auto-centering and auto-
-longdesc balancing mechanisms so that the users have only to give the
-longdesc least description for the page layout. For example, if you want
-longdesc to set each margin 2cm without header space, what you need is
-longdesc just \usepackage[margin=2cm,nohead]{geometry}. The package
+longdesc customize page layout, implementing auto-centering and
+longdesc auto-balancing mechanisms so that the users have only to give
+longdesc the least description for the page layout. For example, if you
+longdesc want to set each margin 2cm without header space, what you need
+longdesc is just \usepackage[margin=2cm,nohead]{geometry}. The package
 longdesc knows about all the standard paper sizes, so that the user need
 longdesc not know what the nominal 'real' dimensions of the paper are,
 longdesc just its standard name (such as a4, letter, etc.). An important
 longdesc feature is the package's ability to communicate the paper size
 longdesc it's set up to the output (whether via DVI \specials or via
 longdesc direct interaction with pdf(La)TeX).
-containersize 8544
-containerchecksum d4d8c38dcc9a4c5cdbc66a05a18e26c0495440b87fe475f7ef174d34aec84255d4488daeb20da441415331cbf2454a4cf611957335e6a166f4482bacb7df60fe
-doccontainersize 192164
-doccontainerchecksum eb0d2cdf21210a64698f7b8ec5f32e72bf300c576c6786889461f1f5c805d6b170e5949e9e356a90b11e19156ccf101faeaecaceb98c0b0874c93e9fc1ab1d3c
-srccontainersize 32692
-srccontainerchecksum 931078da291e58a09782263adaad59df1eb3e167f3c502cfe8748ac94b70ce3d305fed35178cda9b9400cd8767a13ec03841bd8a069f3ff433a5f4ca14e9c539
-runfiles size=10
+containersize 8660
+containerchecksum 5e8945b98510e02bafeacb5c77f80108f47415a3bcd4934c3c9a7c7d27b270991d65864d28f7e3172365c93637b96b1a329b76c921f23818362e087a63596609
+doccontainersize 447276
+doccontainerchecksum 6d433eb7d4bb63f9ac7b06801696440d6e935ca4aeddde8a257af91e050d5b638415e59b3717307270a7d61930d23139168f853bbe1a2feefdedb9f38b9625fe
+srccontainersize 32452
+srccontainerchecksum 63c14911d6bb33e5f2150b532c287d5230c8749375e8a25d2203b7641dc2092a3a1a7c36a00f534eb25c61d1ac2cdb3e45940fe589907663158924c636a6cab3
+runfiles size=11
  texmf-dist/tex/latex/geometry/geometry.sty
 catalogue-also vmargin typearea
 catalogue-ctan /macros/latex/contrib/geometry
-catalogue-date 2015-08-12 15:23:12 +0200
+catalogue-date 2018-03-24 22:12:56 +0100
 catalogue-license lppl
 catalogue-topics geometry
-catalogue-version 5.6
+catalogue-version 5.7
 
 name glyphlist
 category Package
-revision 41545
-containersize 24680
-containerchecksum 335aea5c560785e6ae8c777a60b24b44e632ec96f5755587e77009e086c28898726cd08024911ed2868a186f9ae212b61f6e75345a698e1aa562ac5bff13d2a3
+revision 45696
+shortdesc Adobe Glyph List and TeX extensions
+longdesc Map between traditional Adobe glyph names and Unicode points,
+longdesc maintained by Adobe. The additional texglyphlist.txt is
+longdesc maintained as part of lcdf-typetools.
+containersize 24724
+containerchecksum 493d1d5af92fda0bc44228e3001b39e3675a9a9d367fdd95fd210fb34b8a0802ec84ccdc121bc139f70350d905c5587b489d9afdeb49e63a0c585a55bf396bcb
 runfiles size=24
  texmf-dist/fonts/map/glyphlist/glyphlist.txt
  texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt
@@ -2020,7 +2593,7 @@ runfiles size=24
 
 name graphics
 category Package
-revision 43024
+revision 47350
 catalogue latex-graphics
 shortdesc The LaTeX standard graphics bundle
 longdesc This is a collection of LaTeX packages for: producing colour
@@ -2028,13 +2601,13 @@ longdesc including graphics (eg PostScript) files rotation and scaling
 longdesc of text in LaTeX documents. It comprises the packages color,
 longdesc graphics, graphicx, trig, epsfig, keyval, and lscape.
 depend graphics-cfg
-containersize 14164
-containerchecksum 3664bb589dba04519de084d46618ea0fe100631dbda634564f83d911773bd35a5eaf924c7dce1d0396144e311420eb006ef8064e355ab7dfba22685f0c918c52
-doccontainersize 2001600
-doccontainerchecksum df19086375d2f98541d2846bf679afb573d06b5449e63d2ed907791dbf8631387ea4b666971df284ad7431baa08ac4594e7ce7529b398df52dae7f117a225f59
-srccontainersize 50000
-srccontainerchecksum 1c72e978593ffe3ff161aafe2e3c35cf600d24440bff2e7bbfdda5f9a4e23a6a73c64ea01c50cb444e8fcac8a905fd73ba8cc1e4072ce244052afa0b0d4a45a1
-runfiles size=30
+containersize 14556
+containerchecksum 5f11bab21969a5ea2fd6419315ce75016147d6c2b19cde5fc62b14b2c4442df2078ea504484b8d55f9f9f9aa34955ad767775b80fd33d3aca2a959ab8e762ec3
+doccontainersize 1998240
+doccontainerchecksum a1cca357a00fe2478db4409e34b89535c371416746f225a0392007e1d6b1798e74dc144b0dd2be4d3e80184993bcf8c0fee415810c61223c0c50801b829bcc3d
+srccontainersize 50988
+srccontainerchecksum df668bc141aa225e2fc7449f0eebe2d415773338a78aaba2d0e84409b247f0f7dc5b5e70fda9b415b6babcccb138f22b12625457b61954c3e7791b8203264c5f
+runfiles size=31
  texmf-dist/tex/latex/graphics/color.sty
  texmf-dist/tex/latex/graphics/dvipdf.def
  texmf-dist/tex/latex/graphics/dvipsnam.def
@@ -2055,8 +2628,8 @@ runfiles size=30
  texmf-dist/tex/latex/graphics/trig.sty
  texmf-dist/tex/latex/graphics/truetex.def
 catalogue-ctan /macros/latex/required/graphics
-catalogue-date 2017-01-22 06:35:20 +0100
-catalogue-license lppl1.3
+catalogue-date 2018-04-07 07:05:08 +0200
+catalogue-license lppl1.3c
 catalogue-topics collection
 
 name graphics-cfg
@@ -2069,22 +2642,22 @@ longdesc It contains support for defaulting the new LuaTeX option which
 longdesc was added to graphics and color in the 2016-02-01 release. The
 longdesc LuaTeX option is only used for LuaTeX versions from 0.87, older
 longdesc versions use the pdfTeX option as before.
-containersize 1128
-containerchecksum d6a2cac42ca09362e4870afb6cf5988fc6752cc65d9ca704ba2d9ba4bcbda294f6a517e7837500aa7b8c2dc445f5d18fe1553c4654120bed52fcb3a0f8d0a055
-doccontainersize 872
-doccontainerchecksum 764d901355b710192379936bfbce59a7961eb4fdc8ac0659cc8789a37f775bc882089be735ea679cc75a2f98609b1b171e9c3ee56f6d0605083bac3b125a5acb
+containersize 1124
+containerchecksum de5503498e2da72de1eb8c17e3e182a237dc08b821325a1cb99a291a119a68884d0ff5b9bc48401918a5574e020e59d7719f23588ee7df1a0a4c2e0f3afb64d1
+doccontainersize 876
+doccontainerchecksum a8b6caf61ddfc74817b92124dc4ac77f652be325af9e6caf76b5f1f3e9b41b7c13ebda9cb7cde8afd4a227acbafd26d420fc819fe85d4a6d9583546baf3b1847
 runfiles size=2
  texmf-dist/tex/latex/graphics-cfg/color.cfg
  texmf-dist/tex/latex/graphics-cfg/graphics.cfg
 catalogue-also color graphics
 catalogue-ctan /macros/latex/contrib/graphics-cfg
-catalogue-date 2016-06-14 20:57:03 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license pd
 catalogue-topics graphics colour
 
 name graphics-def
 category Package
-revision 43025
+revision 46267
 shortdesc Colour and graphics option files
 longdesc This bundle is a combined distribution consisting of dvips.def,
 longdesc pdftex.def, luatex.def, xetex.def, dvipdfmx.def, and
@@ -2092,11 +2665,11 @@ longdesc dvisvgm.def driver option files for the LaTeX graphics and
 longdesc color packages. It is hoped that by combining their source
 longdesc repositories at https://github.com/latex3/graphics-def it will
 longdesc be easier to coordinate updates.
-containersize 24016
-containerchecksum 274bf91c390e6740177102222b1c84176bc088c00d026cac8aa7586018116664f2cadc26f70040ad63ded483728cde951d0f9129dada0d39ccad143a7dd08983
-doccontainersize 688
-doccontainerchecksum f2ce90977395830dd2bf0db503cb94bbc3c270fcfba9d42a9f8094210e8cd2aa8d905c3710cedc20b21680ecf48f7c917db6b5d5ae2fc0e7b1ec4be373a8f2fd
-runfiles size=38
+containersize 9632
+containerchecksum c38f88cb97cca4c9410fdc35933e6ebc4aa54863d38ab78e07797f88eeebe6a8ef6dba74e2ab92c49114d72b72d4889d4a9b56f51c8ba7402caa0b3bcf721b76
+doccontainersize 608
+doccontainerchecksum 6b98fc05aa919f65259a2b5fd659174cae036697b3b5c1fc4a446ebd861c0b641c7c4f6498d960191197aba270f242f282f13a86042771b69b7275f30ffe26a5
+runfiles size=21
  texmf-dist/tex/latex/graphics-def/dvipdfmx.def
  texmf-dist/tex/latex/graphics-def/dvips.def
  texmf-dist/tex/latex/graphics-def/dvisvgm.def
@@ -2104,13 +2677,13 @@ runfiles size=38
  texmf-dist/tex/latex/graphics-def/pdftex.def
  texmf-dist/tex/latex/graphics-def/xetex.def
 catalogue-ctan /macros/latex/contrib/graphics-def
-catalogue-date 2017-01-22 06:58:44 +0100
-catalogue-license lppl
+catalogue-date 2018-01-09 10:47:08 +0100
+catalogue-license lppl1.3c
 catalogue-topics graphics-drv
 
 name gsftopk
 category TLCore
-revision 40768
+revision 47198
 shortdesc Convert "Ghostscript fonts" to PK files
 longdesc Designed for use with xdvi and dvips this utility converts
 longdesc Adobe Type 1 fonts to PK bitmap format. It should not
@@ -2119,20 +2692,20 @@ longdesc applications are now capable of dealing with Type 1 fonts,
 longdesc direct.
 depend gsftopk.ARCH
 containersize 3428
-containerchecksum 750872ad83d230743dd4a5d929f54c11c42bfe3454b6547a96c09afebf81ebac4502e906f2b9ca4c2f613220f778d5a137fd72841b07355d6df6874b09779572
-doccontainersize 28032
-doccontainerchecksum 6a5be7daa5cac154a8980495a031bf9d254cb9e773ef8915d44169d7c049e1bc3edca2a51ea2e0ad4c2df810230602af019f951303a4bb851d69078832e0ac73
+containerchecksum d60ff1257c2f00d12173593648b3e1d7f9c9ea043ef16b5486a039083f9b74e6129d48a71efbdc8f1f0a7adf74ac59e13c971c96e6d97cc7c8cf4cc0093be61a
+doccontainersize 27524
+doccontainerchecksum e3ef7876b48c4ea9afa5dda8a72ecbd83cf32600eac87890e44c42e77557c05e386f96cfcd00ba31e527deabdb41c84b22b5b297d0ac08dd9121ac3b9b724efd
 runfiles size=2
  texmf-dist/dvips/gsftopk/render.ps
 catalogue-ctan /fonts/utilities/gsftopk
-catalogue-date 2015-08-13 17:20:27 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license gpl
 catalogue-topics font-cvt
 catalogue-version 1.19.2
 
 name hyperref
 category Package
-revision 43547
+revision 46583
 shortdesc Extensive support for hypertext in LaTeX
 longdesc The hyperref package is used to handle cross-referencing
 longdesc commands in LaTeX to produce hypertext links in the document.
@@ -2144,12 +2717,12 @@ longdesc TeX4ht; and for VTeX's pdf and HTML backends. The package is
 longdesc distributed with the backref and nameref packages, which make
 longdesc use of the facilities of hyperref. The package depends on the
 longdesc author's kvoptions, ltxcmds and refcount packages.
-containersize 108112
-containerchecksum d0a865faaaea19cf8b945bf5d10856e1995ecdc7689084aaf141e9c3cbb211a129dacfbd867ceaa6542f09ca8606ebbb05a4081d3642f6d3555589de7d3c6692
-doccontainersize 3370352
-doccontainerchecksum adfd557756208a73e95046b80d90b157cfbfe784c98d2507d9d864ca2a30fa51d68a5b01cd7103b330093fe42ba0bac194aae0037d07aebebb7dad6680d0986c
-srccontainersize 288332
-srccontainerchecksum 57c46ff6d551631937ecefc82147a4222ea58c52631513683dcef9c908437faaff35da37db6803d3213190ce2b1b6a70ebdfa128c07fb4199e58bff69b1be686
+containersize 107996
+containerchecksum 57de3bac579742122b753b73b7f875244b1de5f918e4f7b604b2f263b197ae8fb0dd340aaec825cc7c1829a4b377b3489f81a769c39139ef1148eec1c4da1996
+doccontainersize 3396884
+doccontainerchecksum 8c285c95494dbb3992136e80683b51d7a2eedd164de3e5297968a8cfa4bc3c045017ee4c9202fad4f0aa307c69de5fb63de757ffe873725532048741308f90eb
+srccontainersize 435096
+srccontainerchecksum 6e7f2ee07d2d6d9056f7ff91c7399b9d87eda045107cdb73b4a5cda4c5483b386fcc4348622d27dc8f82ea70ad339d58f1a3836bbda1d18a6cc1255f84fb8fef
 runfiles size=235
  texmf-dist/tex/latex/hyperref/backref.sty
  texmf-dist/tex/latex/hyperref/hdvipdfm.def
@@ -2180,32 +2753,32 @@ runfiles size=235
  texmf-dist/tex/latex/hyperref/puvnenc.def
  texmf-dist/tex/latex/hyperref/xr-hyper.sty
 catalogue-ctan /macros/latex/contrib/hyperref
-catalogue-date 2017-03-19 12:43:09 +0100
-catalogue-license lppl
+catalogue-date 2018-02-07 05:35:51 +0100
+catalogue-license lppl1.3
 catalogue-topics hyper pdf-feat
-catalogue-version 6.85a
+catalogue-version 6.86b
 
 name hyph-utf8
 category Package
-revision 41189
+revision 47422
 shortdesc Hyphenation patterns expressed in UTF-8
 longdesc Modern native UTF-8 engines such as XeTeX and LuaTeX need
 longdesc hyphenation patterns in UTF-8 format, whereas older systems
 longdesc require hyphenation patterns in the 8-bit encoding of the font
 longdesc in use (such encodings are codified in the LaTeX scheme with
 longdesc names like OT1, T2A, TS1, OML, LY1, etc). The present package
-longdesc offers a collection of conversions of existing patterns to UTF-
-longdesc 8 format, together with converters for use with 8-bit fonts in
-longdesc older systems. Since hyphenation patterns for Knuthian-style
+longdesc offers a collection of conversions of existing patterns to
+longdesc UTF-8 format, together with converters for use with 8-bit fonts
+longdesc in older systems. Since hyphenation patterns for Knuthian-style
 longdesc TeX systems are only read at iniTeX time, it is hoped that the
 longdesc UTF-8 patterns, with their converters, will completely supplant
 longdesc the older patterns.
-containersize 15964
-containerchecksum feecb2a15d98922e49da7e910013ae6c97ff64f24e4b00789bb74230045d741a5a92ada4fa7008ae93ee0b35862af16c8bf541f1a1237e36c031cd5fd6c5712c
-doccontainersize 268920
-doccontainerchecksum 4b0e898a05ab7be3712d3561ec3a8f734de8b5be956e7f5f84ce5ad7c57b5e393a7dba3010fa1952ee20e4993e4fa5d339c6fa20d8fed2bcaeb1f5d533f5357e
-srccontainersize 32220
-srccontainerchecksum c43e4b9363d785bc38701b5fed5aea9d39b3f15465f0338010617beb6884c18927c598f267685e2af237a5101f3dfea1f5ca9acddac756b004d5e12b4830a388
+containersize 15956
+containerchecksum 3232a96e27f7fd1932106f883688a00a5eb09531fd886bdc8cd755b094b1ce5a1aca2268c496751857d32ccf8745db3ad469d271227a21b05900a169c86a9e1d
+doccontainersize 267296
+doccontainerchecksum 8cf1f1d2843b5208d692b1c2c839c86f7c25b2798b948615d0f1c6147f8e6a229ea9be3c09cd5c323408aaf212f6d76c9e1b5b8e2cf2b17ddbf833bdcd449b79
+srccontainersize 32204
+srccontainerchecksum fd5334d49d3efee5a62fc059bbfca6af9de84dc6b1acb02ea037320883b223cec8a8d521b708c6efbacfcfeffbd57f518b2127631ef15958a58d055cf0736820
 runfiles size=25
  texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex
  texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex
@@ -2220,15 +2793,20 @@ runfiles size=25
  texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua
 catalogue-also dehyph-exptl
 catalogue-ctan /language/hyph-utf8
-catalogue-date 2016-05-16 18:21:07 +0200
+catalogue-date 2018-04-08 20:29:51 +0200
 catalogue-license other-free
 catalogue-topics hyphenation
 
 name hyphen-base
 category TLCore
-revision 43679
-containersize 22296
-containerchecksum 6a6ccb73d2e56233956460ab6ec1e1585f9ff4d88cf14e91186429f7fee78bdf58c78d96f25e0e8208d8824ab907b49f2d61119e4d7d17c1b79aed2fd2b3e834
+revision 47260
+shortdesc core hyphenation support files
+longdesc Includes Knuth's original hyphen.tex, zerohyph.tex to disable
+longdesc hyphenation, language.us which starts the autogenerated files
+longdesc language.dat and language.def (and default versions of those),
+longdesc etc.
+containersize 22380
+containerchecksum 7f64cbf85d9db7ece292be2679135092dd84333e464e4ebdfd74cb89e91ca4111d5dbcc94d5ff2137048687092ff3629d8cdcb499b2fec921e0912f10e4f304c
 runfiles size=24
  texmf-dist/tex/generic/config/language.dat
  texmf-dist/tex/generic/config/language.dat.lua
@@ -2243,21 +2821,21 @@ runfiles size=24
 
 name ifluatex
 category Package
-revision 43610
+revision 47293
 shortdesc Provides the \ifluatex switch
 longdesc The package looks for LuaTeX regardless of its mode and
 longdesc provides the switch \ifluatex; it works with Plain TeX or
 longdesc LaTeX. The package is part of the oberdiek bundle.
-containersize 2380
-containerchecksum d2b795cbb04fef938ab4a0fd8d52b24ca18f88cea76d3324369b59ef34146c19cd254b46cf86160f3e2e7de6d22642f4a8938e34f54113920f57a0bff5456852
-doccontainersize 122964
-doccontainerchecksum b85d5974677d307a23ba830d574ce4a60b342db9b6f6b5a7e703f91fa8c481f5a960dcc971747e864360fdc15f8922c2dc15894affbfa4aecbe8621af5eed23c
+containersize 2384
+containerchecksum 6edf3ce2c2e6dd730f4ff856ba8e14c3ca508937b1ee180a1d6e0ced5b054053ab1f668e214b39f3c0241aace25adba3c4da13c2cd96bd7ebe3c6dde311f5ea8
+doccontainersize 116556
+doccontainerchecksum bd73f656f49af92b2dbaa5f3cf973e8bc83f3edd738ae48408fce369e8c0810c06db0c9f9d3264e503928f54cc3534693a1f87c79d869b9d813d3b5c80869e33
 srccontainersize 7440
-srccontainerchecksum 2622b1b296bc9ef0b291923716ede3dfa09ebc7b44efee9057df663a8d8bc1ab121e259b4682250bb8df5e99c3f3fe3f5903f73fb4d3227c7b8ab1381b6b22c5
+srccontainerchecksum 7597c857ac659e0e62f2d96114ea9c82a4e5893a2565d4eb5669a3b537ba440ea7a919bcad5c5ec0c659953bff726decbf866e3b0ad96d558f351477ec9e7e91
 runfiles size=2
  texmf-dist/tex/generic/oberdiek/ifluatex.sty
 catalogue-ctan /macros/latex/contrib/oberdiek/ifluatex.dtx
-catalogue-date 2016-06-24 19:18:15 +0200
+catalogue-date 2018-01-06 12:14:59 +0100
 catalogue-license lppl1.3
 catalogue-topics env-query
 catalogue-version 1.4
@@ -2271,16 +2849,16 @@ longdesc that other code can determine that it is running under XeTeX.
 longdesc The package requires the e-TeX extensions to the TeX primitive
 longdesc set.
 containersize 1192
-containerchecksum d9e89a2132c8081392acb52abed48562f6d9c5b963abf625b0837ec19d17823c34ff52c99e8b3001ce8c13cef55862fd3545140d5f2d6553225d61f90645e504
-doccontainersize 165756
-doccontainerchecksum 7635b999515eb2c381486c303b21a27e25ab6560aaa0c6f939162d1c48f6bfce88e8f60c6cd10e5ca681ec40751bf56f4e0086ed0d0dd7253c9503be546b5b5f
-srccontainersize 2280
-srccontainerchecksum 67e1fea6744928044a98075047bb19b84c858d7df86ddd86d789e2bc13e97054e921df252824ab5783a23088eab263d99f88dda2c64c57606694823e57611173
+containerchecksum 5c7193adbbccb2659dcf382537eb4940c73f6727846ac3944c8803a7d5fb269e6e42cc276a914b5bcc11d18436e9bbb9aad503dbacbe6f6aa93c5465f7341b29
+doccontainersize 165748
+doccontainerchecksum 412d2b0c1bd2aa6d4e3960c150b9b812e8fc0a7052225ded2afc8ed4af1f55d8f51b3ef0504183b622198ec647f9b437c073682311c6e7b05a495348b577c1c3
+srccontainersize 2264
+srccontainerchecksum 63edb47d3ef4554c7753c8b7db74499dab4bd90dde460c26bed0c837b4a8f8bb6f0736f7ff03226fb3ccc1f2375d3db4d7e2dfabdca0f88b6401c509c36a43db
 runfiles size=1
  texmf-dist/tex/generic/ifxetex/ifxetex.sty
 catalogue-also ifpdf ifvtex ifluatex
 catalogue-ctan /macros/generic/ifxetex
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics env-query
 catalogue-version 0.6
@@ -2302,16 +2880,16 @@ longdesc transformation to TeX syntax via Interpreter's functions is
 longdesc explained in the documentation itself. Interpreter is
 longdesc implemented using the author's gates (lua version), and works
 longdesc for plain TeX and LaTeX, but not ConTeXt.
-containersize 6228
-containerchecksum dd4a9e6cf129f54f733169b29177e7f3ad6eec32aea4afc1fc5b7dfc95f4fc42774360e0dc3a76706a5247feff7c85a82b693aa32d3752dd6d4700939fd2b5aa
-doccontainersize 122152
-doccontainerchecksum 1068881b1f56f970c25b41d3e15247b983e056a33cc80f4d1bd4d298abec15afce38391797d1bab931cea42a2bfe26ba881a266e3c154135ed66c2ade4c1a022
+containersize 6224
+containerchecksum f24c8cf2dec52960c3acff13322e585cc53c7d631f72aa047ecd8c4c9707f8bf37c3cc347f8b0d290e50e34a5a6187d6036d9ce74077a7cd8da96430f04c0b46
+doccontainersize 122136
+doccontainerchecksum bc5261408545ff66066e67b0292e7178d86498b4f4a7a6d03e45d374ee03eae7d2869379e87aede3d710585ff9e905e7a2acf76b86ffde257ca91943972a249b
 runfiles size=8
  texmf-dist/tex/luatex/interpreter/interpreter.lua
  texmf-dist/tex/luatex/interpreter/interpreter.sty
  texmf-dist/tex/luatex/interpreter/interpreter.tex
 catalogue-ctan /macros/luatex/generic/interpreter
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics foreign-import macro-supp luatex
 catalogue-version 1.2
@@ -2320,11 +2898,10 @@ name knuth-lib
 category Package
 revision 35820
 shortdesc A small library of Metafont sources
-longdesc A collection of miscellaneous Metafont source, including the
-longdesc means to generate the logo font that is used for Metafont and
-longdesc MetaPost.
-containersize 30420
-containerchecksum dc5c964a6cc9480d32a8d0d32a40de7f703a3232eaf2c9fff7938a5b495a1eee0fe571ce7e2b340cb156df1028ffc2e6dcb57cbe2f545473dff4770c0b7f7fea
+longdesc The collection of core TeX and Metafont macro files from DEK,
+longdesc including the plain format, plain base, and the MF logo fonts.
+containersize 30400
+containerchecksum f85a1042504d410f7f3368c939d126fe08af3510d148c5e9401fe946075c71e91c1f980f0cb734708cdb37213cbe21b3b6eac6d9618e21002af9bf88f262488c
 runfiles size=47
  texmf-dist/fonts/source/public/knuth-lib/3test.mf
  texmf-dist/fonts/source/public/knuth-lib/6test.mf
@@ -2357,7 +2934,7 @@ runfiles size=47
  texmf-dist/tex/plain/knuth-lib/testfont.tex
  texmf-dist/tex/plain/knuth-lib/webmac.tex
 catalogue-ctan /systems/knuth/dist/lib
-catalogue-date 2015-08-15 05:39:34 +0200
+catalogue-date 2017-01-28 13:27:32 +0100
 catalogue-license knuth
 catalogue-topics collection
 
@@ -2368,8 +2945,8 @@ shortdesc Knuth's local information
 longdesc A collection of experimental programs and developments based
 longdesc on, or complementary to, the matter in his distribution
 longdesc directories.
-containersize 23060
-containerchecksum 354729cd8c22a36c06a3757acd4b4ccb9f95ae9a16166dbc9a9593d45e674c9740e831032d2751ca1ac09460407a963e9f238a7e98b8c1a8a32b1aefe6c2cb8f
+containersize 23048
+containerchecksum 7dea5d292c44c4ce60576ae9bcb7a5cc5b6739994f635b6cace0494c2c1a77561e9695e24296b30db83990481a665a581a97182c89a8656374bb80c0ef4e4309
 runfiles size=52
  texmf-dist/fonts/source/public/knuth-local/black.mf
  texmf-dist/fonts/source/public/knuth-local/blackaps.mf
@@ -2403,26 +2980,26 @@ runfiles size=52
  texmf-dist/mft/knuth-local/e.mft
  texmf-dist/tex/plain/knuth-local/xepsf.tex
 catalogue-ctan /systems/knuth/local
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2017-01-28 12:48:42 +0100
 catalogue-license knuth
 catalogue-topics collection
 
 name kpathsea
 category TLCore
-revision 43698
+revision 47198
 shortdesc Path searching library for TeX-related files
 longdesc Kpathsea is a library and utility programs which provide path
-longdesc searching facilities for TeX file types, including the self-
-longdesc locating feature required for movable installations, layered on
-longdesc top of a general search mechanism. It is not distributed
-longdesc separately, but rather is released and maintained as part of
-longdesc the TeX live sources.
+longdesc searching facilities for TeX file types, including the
+longdesc self-locating feature required for movable installations,
+longdesc layered on top of a general search mechanism. It is not
+longdesc distributed separately, but rather is released and maintained
+longdesc as part of the TeX live sources.
 depend kpathsea.ARCH
-containersize 30776
-containerchecksum 14b352c562d4e68172eb8bb8e4fb4d1ad74928252cb3e6ac620ba81868a8757f76ed318964e0e2eb0efb594ea15236b7a2b99453137a18817210c411044dd0f1
-doccontainersize 1128868
-doccontainerchecksum af829f666c815da49b59bbe678a2c1e9fe45cbc528f484dfb6e43a1e52bbf0245a4e571505f5be2cc7cf7f5ebcdb06b862ac6e9f9b5390489f0fab10a11fd997
-runfiles size=50
+containersize 31112
+containerchecksum 1ad1b9e35afff278c20501532b46a492755bae9e6aa2d9eb653e2427eb16ec84e5dd026ddb473cd3aeca9c938d0a0cb408d5922401d6833174a0ed36f11c10ca
+doccontainersize 1144688
+doccontainerchecksum 6ce377c29a0155ecfb1ae0c1596e7b098b320d5708b310492fb38f87a032fbda349a4e1f14edab9914adfd1922cfc6cef6e0524ab3296606184105e34037fc24
+runfiles size=51
  texmf-dist/web2c/amiga-pl.tcx
  texmf-dist/web2c/cp1250cs.tcx
  texmf-dist/web2c/cp1250pl.tcx
@@ -2453,13 +3030,13 @@ runfiles size=50
  texmf-dist/web2c/tcvn-t5.tcx
  texmf-dist/web2c/texmf.cnf
  texmf-dist/web2c/viscii-t5.tcx
-catalogue-date 2016-06-24 19:18:15 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license lgpl
 catalogue-topics sys-supp
 
 name latex
 category Package
-revision 43315
+revision 47500
 shortdesc A TeX macro package that defines LaTeX
 longdesc LaTeX is a widely-used macro package for TeX, providing many
 longdesc basic document formating commands extended by a wide range of
@@ -2480,13 +3057,13 @@ depend luatex
 depend pdftex
 depend latexconfig
 depend latex-fonts
-containersize 163320
-containerchecksum d71185f558ac4802a3153497f9f05f94aff0cfb5f372cb6b569406c76a1a2040e3cf98589e5ebfe958806f7bd2ef7f2c9e27350d1163e8371c6866a0091a2f1b
-doccontainersize 12644944
-doccontainerchecksum c648e8f1fae8c8a9c948a1fd72ec75e48ee8042e4b742e0266934ad1d78bfad6bb42c931ce1170c646fc9ed178e563fd7b184f5e97005b26511642483d168d9c
-srccontainersize 512544
-srccontainerchecksum f55375c05af703f61c282673b702de0c67e1d80229ceb2e16ee937894c788812ac04b5e711a002c918ce97d11ee46c5e82203c716a60e0993c1ba32de9990486
-runfiles size=410
+containersize 156488
+containerchecksum b4a40196d97fcef346467ae7f2d07228dfd4f33245022f20f9a8f1a793ce727c4fb535c5332482eac47c35515c4a64f33a74daa9d2f2c2372b5f4f2d65d2a868
+doccontainersize 14412108
+doccontainerchecksum a956cd96a729d616713343109337cdf2eb536a24bd072b1a05ad33f8719e8181baa2d54d7daa950b5eb985d790f849d44389bc1283fd30b8e31249e1f946cc75
+srccontainersize 528044
+srccontainerchecksum e74c0a7a7e8a6d21eca7ac2127b8acdd7b436dd4d115ff6ce563e91c9b3eb0d31a814edd481f7e7eda9d1d2778d16c8d81b67d005d1f9804cade9908e9560ae1
+runfiles size=409
  texmf-dist/makeindex/latex/gglo.ist
  texmf-dist/makeindex/latex/gind.ist
  texmf-dist/tex/latex/base/alltt.sty
@@ -2547,7 +3124,6 @@ runfiles size=410
  texmf-dist/tex/latex/base/leqno.sty
  texmf-dist/tex/latex/base/letter.cls
  texmf-dist/tex/latex/base/letter.sty
- texmf-dist/tex/latex/base/lppl.tex
  texmf-dist/tex/latex/base/ltluatex.lua
  texmf-dist/tex/latex/base/ltluatex.tex
  texmf-dist/tex/latex/base/ltnews.cls
@@ -2604,7 +3180,6 @@ runfiles size=410
  texmf-dist/tex/latex/base/slides.def
  texmf-dist/tex/latex/base/slides.sty
  texmf-dist/tex/latex/base/small2e.tex
- texmf-dist/tex/latex/base/source2e.tex
  texmf-dist/tex/latex/base/syntonly.sty
  texmf-dist/tex/latex/base/t1cmdh.fd
  texmf-dist/tex/latex/base/t1cmfib.fd
@@ -2643,20 +3218,18 @@ runfiles size=410
  texmf-dist/tex/latex/base/ucmtt.fd
  texmf-dist/tex/latex/base/ulasy.fd
  texmf-dist/tex/latex/base/ullasy.fd
- texmf-dist/tex/latex/base/utf8-test.tex
  texmf-dist/tex/latex/base/utf8.def
  texmf-dist/tex/latex/base/utf8enc.dfu
- texmf-dist/tex/latex/base/utf8test.tex
  texmf-dist/tex/latex/base/x2enc.dfu
-catalogue-date 2017-01-25 23:33:57 +0100
+catalogue-date 2018-04-24 18:20:06 +0200
 catalogue-license lppl1.3
 catalogue-topics format
-catalogue-version 2017/01/01 PL1
+catalogue-version PL3
 
 name latex-bin
 category TLCore
-revision 42766
-shortdesc LaTeX executables and man pages.
+revision 47496
+shortdesc LaTeX executables and man pages
 depend latex
 depend babel
 depend cm
@@ -2671,10 +3244,10 @@ execute AddFormat name=pdflatex engine=pdftex           patterns=language.dat
 execute AddFormat name=dvilualatex engine=luatex           patterns=language.dat,language.dat.lua           options="dvilualatex.ini"           fmttriggers=babel,cm,hyphen-base,latex,latex-fonts,tex-ini-files,unicode-data
 execute AddFormat name=lualatex engine=luatex           patterns=language.dat,language.dat.lua           options="lualatex.ini"           fmttriggers=babel,cm,hyphen-base,latex,latex-fonts,tex-ini-files,unicode-data
 execute AddFormat name=luajitlatex mode=disabled engine=luajittex           patterns=language.dat,language.dat.lua           options="lualatex.ini"           fmttriggers=babel,cm,hyphen-base,latex,latex-fonts,tex-ini-files,unicode-data
-containersize 520
-containerchecksum 897eafee34ca42ad76ccda913de3c64ab176bd7ce791c34260a4216d5adef262d2bcb234f2de036092fbf6c817540155bdfad1d0d0e02fcdd9b623f13dd476c6
-doccontainersize 34048
-doccontainerchecksum ded32b4478c89385ae74e61682cd0e3679491d085e9883ab2d024d9baf6f49bf096ed27defcf04f20899da94b12d6ba2f9f02a3efce5da37ec25666e7df5ceec
+containersize 516
+containerchecksum cf7c32b1c4cca136803cf755d9e9f165b8c4e68e95468c0324a15d8202e40a15ef73c06e87eafba6f668bd28de4fcc90a1d84bef021e6d73d82a34e7703c4b47
+doccontainersize 20328
+doccontainerchecksum 7e30b7cbdae6aa91e1a3509dbc8d1b2c3ff5ee1f42c283574d227aa531e012cbbb9403fec6be34fb68f2441de9592293cd148c2b852524bc363777d979f083ea
 
 name latex-fonts
 category Package
@@ -2690,10 +3263,10 @@ longdesc amsfonts distribution, are also necessary. The fonts are
 longdesc available as Metafont source, and metric (tfm) files are also
 longdesc provided. Most of the fonts are also available in Adobe Type 1
 longdesc format, in the amsfonts distribution.
-containersize 17976
-containerchecksum 155cd9fadb99acc4132c085731791520d34cc7579261368628ac6beb69683d596538396a7df8d385eafa06a2515653d89649f50b0bc2ae6c22594f052eeac346
-doccontainersize 1128
-doccontainerchecksum e483e72b2016c2fb888199888a0f39ecc99711aa50f13581486bb020fa0aef1127acece3fcbe88050ee20fde60d2a49943cbaa8b9d17f2c9f5ba87ced523c245
+containersize 17948
+containerchecksum ce52b60862fd61367d4951db1852db7e0f4f7922580680b3560bea1df065d2a6792ca5ca9647c2cb6cc5e2bbeff44c410dacf6d468a58e9a2620004b4f6cef62
+doccontainersize 1124
+doccontainerchecksum 2c9d67d0b9521680e839f14b7e30469c00824c8ed68856aa63a56f21c2ddc1cc8dbd69a001e989b5ce331eddb66b12f0ad1d391f75b94f5a491ba77e796d6c9e
 runfiles size=61
  texmf-dist/fonts/source/public/latex-fonts/circle.mf
  texmf-dist/fonts/source/public/latex-fonts/icmcsc10.mf
@@ -2747,15 +3320,16 @@ runfiles size=61
  texmf-dist/fonts/tfm/public/latex-fonts/line10.tfm
  texmf-dist/fonts/tfm/public/latex-fonts/linew10.tfm
 catalogue-ctan /fonts/latex
-catalogue-date 2015-11-14 11:44:55 +0100
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics font font-symbol font-mf
 
 name latexconfig
 category Package
-revision 40274
-containersize 4812
-containerchecksum 9188d96ac9da7ed2fa1d2ade216fd12fd017a777ecf656df2611285881f414a89c0cc20afc3931fe10940a9b22a1d72b6273d530048330e7674ff551016b1e81
+revision 45777
+shortdesc configuration files for LaTeX-related formats
+containersize 4776
+containerchecksum c61085460eb52dad4b8e77b4cd1454eac2514da6747a4fd64ebb2493f27a47ddf3d1de1b28276d49f9936cb2876dabe836e6f7bf0a250cea9e484ea65fe83276
 runfiles size=10
  texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
  texmf-dist/tex/latex/latexconfig/hyperref.cfg
@@ -2772,8 +3346,8 @@ name ltxmisc
 category Package
 revision 21927
 shortdesc Miscellaneous LaTeX packages, etc
-containersize 15388
-containerchecksum c4c46a29b0a2aa80be3661a89713d4108ccaf9dc75355624df5164ec5a2196b81ebe05acd540be0627c59631b74d10d86b1958b64782fb922e573aeae96cde96
+containersize 15380
+containerchecksum d7b93ae125998ac4448b698ba142a930cde58424379ccd3752de1261b61536b2e87d15dfd159eac6e62d7cc8611806a8bd5d7e9565252a9d18d0eb2bf5183134
 runfiles size=17
  texmf-dist/tex/latex/ltxmisc/abstbook.cls
  texmf-dist/tex/latex/ltxmisc/beletter.cls
@@ -2787,7 +3361,7 @@ runfiles size=17
  texmf-dist/tex/latex/ltxmisc/topcapt.sty
  texmf-dist/tex/latex/ltxmisc/vrbexin.sty
 catalogue-ctan /macros/latex/contrib/misc
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-18 16:48:54 +0200
 catalogue-license collection
 catalogue-topics collection
 
@@ -2799,41 +3373,18 @@ longdesc lua_altgetopt is a MIT-licensed module for Lua, for processing
 longdesc application arguments in the same way as BSD/GNU getopt_long(3)
 longdesc functions do. This module is made available for lua script
 longdesc writers to have consistent command line parsing routines.
-containersize 2000
-containerchecksum ca6cb44b844d45994682c4d852620c3ca9f3ef615fcb4bdfc7060171aae91e3413bdae6322125eaa779a15a83d841fad262008f72314e0d450e3b0250c2a6bde
-doccontainersize 3324
-doccontainerchecksum 13837acfd3c9bac355971941bb8c0c119e6005eca91941ce98d77fbbaefd71e84a211e757b727ee0881c0e94b196d6c3e2904b33f2527dae05530d7517cc045e
+containersize 1992
+containerchecksum 85c5f1ba68f9fc874b025a7ebd63501419b1df332fbe456e49560effbe4f386abc641481a91a35e66617f7e7357f45a5d605876efa0e3fd680d4a4699c0e7cf1
+doccontainersize 3312
+doccontainerchecksum 311a04ef22af0e2bcab6166ff3d257f76e7c39244cbe81742009a97466e5230d69a574e98976db5ac585baf3e3d13c0e6b2cfdebb119e6db2acc6e8aba0169b3
 runfiles size=1
  texmf-dist/scripts/lua-alt-getopt/alt_getopt.lua
 catalogue-ctan /support/lua/lua-alt-getopt
-catalogue-date 2015-08-03 05:43:12 +0200
-catalogue-license other-free
+catalogue-date 2017-04-18 05:31:40 +0200
+catalogue-license mit
 catalogue-topics lua-supp
 catalogue-version 0.7.0
 
-name lua-check-hyphen
-category Package
-revision 40229
-shortdesc Mark hyphenations in a document, for checking
-longdesc The package looks at all hyphenation breaks in the document,
-longdesc comparing them against a white-list prepared by the author. If
-longdesc a hyphenation break is found, for which there is no entry in
-longdesc the white-list, the package flags the line where the break
-longdesc starts. The author may then either add the hyphenation to the
-longdesc white-list, or adjust the document to avoid the break.
-containersize 3368
-containerchecksum c6fca42f4294123182038aa1a79a02d9228c988c2b69d0973edd084afe6907b1e45cdfaba426ca8d536435b42fa4d23912442941a650b2e579ef32bd42ff2cc8
-doccontainersize 115356
-doccontainerchecksum 616f8d720eb8dc4c82530056b17aa17f95417afa901892f082655ac6dfd530a510c0b40276eca0b00192f60daf019d620a26de3ab3c595f08aa186d3dceeb92b
-runfiles size=3
- texmf-dist/tex/lualatex/lua-check-hyphen/lua-check-hyphen.lua
- texmf-dist/tex/lualatex/lua-check-hyphen/lua-check-hyphen.sty
-catalogue-ctan /macros/luatex/latex/lua-check-hyphen
-catalogue-date 2016-04-02 13:47:33 +0200
-catalogue-license other-free
-catalogue-topics hyphenation luatex
-catalogue-version 0.4
-
 name lua-visual-debug
 category Package
 revision 41387
@@ -2841,16 +3392,16 @@ shortdesc Visual debugging with LuaLaTeX
 longdesc The package uses lua code to provide visible indications of
 longdesc boxes, glues, kerns and penalties in the PDF output. The
 longdesc package is known to work in LaTeX and Plain TeX documents.
-containersize 3244
-containerchecksum 62c3fdbf9dd24af81dd467f7272612ecc4160757ccf851d36230c5b8bdef50ebef093b3facba32224265f41c46c07cf59d849bcac23134e6924f1d2131678a42
-doccontainersize 388920
-doccontainerchecksum 2e4381d225c56904e2850e8e3a42b840f59ac3f9c379a511e693688f94592ed9e31e1df89f544b6d81750459776ede8fd89a52e2b251d305efaf98e29e377162
+containersize 3240
+containerchecksum d5cfbc328ea50720eca067e9cfe436d8908df0acf50b48539b8f875bf735f79c376aa9b1936304aad46c3f37048efa668f10ed91549fc3aec68d98942ce0237a
+doccontainersize 388908
+doccontainerchecksum 6d8ecfc56d263086fabd8cd12452c45547f5f872275ea6cc6dd5ddd1ac74449e8f903ba77ac0ab2d4f7b9bdcfce16efffa031bac1dced7e67022a7b81684825b
 runfiles size=3
  texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
  texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty
 catalogue-ctan /macros/luatex/generic/lua-visual-debug
-catalogue-date 2016-05-30 13:38:17 +0200
-catalogue-license other-free
+catalogue-date 2016-12-18 09:43:24 +0100
+catalogue-license mit
 catalogue-topics debug-supp luatex
 catalogue-version 0.5
 
@@ -2869,61 +3420,20 @@ longdesc use them to supplement the documentation. The package is a
 longdesc first prototype of a planned TeX2DoX tool (in development),
 longdesc which will process joint (La)TeX/lua documents.
 depend lua2dox.ARCH
-containersize 7596
-containerchecksum c9c9095dbb0be4e625d5809bce3590ce03874c4253ccf4146d6c46fc61bece65278807cd708ee65f6caf801da486cca4b60dbc83c0b47cc0600d16fa4aebe4bc
-doccontainersize 505644
-doccontainerchecksum e7939fffceef8d21def387a39199cae2a5e157df21c97289da8599d314ac8f67f929f8a9c4eec76e91b0052c316d71075e749957b0193d41466ed3c0f39d3474
+containersize 7580
+containerchecksum 7f94a474c26a50b50eb9d26082a174f526272fbe39d8a2d4e2afedfac7cfdf1adadbc2fa69d029ae92463fdb9db86f36bbd5d54538f14df933c697c8a85fbf4c
+doccontainersize 505632
+doccontainerchecksum e1be1ffaeca1cd4830c2ee0636aaa4d596ef2cf63fcc54a84a3db7f36d53af01b571c15f26650d4ca35b523957b281818b94f4a8a36ab5e89f7afc49f4480512
 runfiles size=7
  texmf-dist/scripts/lua2dox/lua.def
  texmf-dist/scripts/lua2dox/lua2dox.lua
  texmf-dist/scripts/lua2dox/lua2dox_filter
 catalogue-ctan /web/lua2dox
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics litprog
 catalogue-version 0.2
 
-name luabibentry
-category Package
-revision 31783
-shortdesc Repeat BibTeX entries in a LuaLaTeX document body
-longdesc The package reimplements bibentry, for use in LuaLaTeX.
-containersize 2320
-containerchecksum 3d32c106156561ca6acb12fdb20ef547ce96fb00a85d17c4931665262333b183ffe3438ede366254ad7b1e0c051c8c22c43e3e795a912fb82b9636412f739c81
-doccontainersize 144332
-doccontainerchecksum 6a0b0e4d468a830c27ac48345ec1ef8e9c585f96e564330f7c1a018a50bf6fed6aa581396ffd71b82f6017b371597a031d725771868cd15e596fbcf1472c2ccf
-srccontainersize 5428
-srccontainerchecksum 14756f4b16d388c0200c09be4e101efdf1351d3e207966244984d43e80d98db1b7432456c75fb8e420e379b28805853211b2392e8dfc1e6a1522b85fed93b4f3
-runfiles size=2
- texmf-dist/tex/lualatex/luabibentry/luabibentry.lua
- texmf-dist/tex/lualatex/luabibentry/luabibentry.sty
-catalogue-ctan /macros/luatex/latex/luabibentry
-catalogue-date 2015-08-03 05:43:12 +0200
-catalogue-license lppl1.3
-catalogue-topics cite-supp luatex
-catalogue-version 0.1a
-
-name luabidi
-category Package
-revision 30790
-shortdesc Bidirectional typesetting with LuaLaTeX
-longdesc The package attempts to emulate the XeTeX bidi package, in the
-longdesc context of LuaTeX.
-containersize 2204
-containerchecksum c36920d15074111939e24e84341a39ba5e31d1d9d5847e49a96d12a07b179a1236f6d2ee30177c985f1d405f22324d377e8a0a8ba0b3a62c9b9acabd15971814
-doccontainersize 636
-doccontainerchecksum d52a9d57538077a8589be5e04ffefb68627617a28f1322f326f3eec6817c2235a47486138f377d0360c411f713572b0c74e101d0fab288ff5e0f072b4958c2ce
-runfiles size=4
- texmf-dist/tex/lualatex/luabidi/arabmaths.tex
- texmf-dist/tex/lualatex/luabidi/autofootnoterule.tex
- texmf-dist/tex/lualatex/luabidi/luabidi.sty
- texmf-dist/tex/lualatex/luabidi/textwidthfootnoterule.tex
-catalogue-ctan /macros/luatex/latex/luabidi
-catalogue-date 2015-08-08 19:53:23 +0200
-catalogue-license lppl1.3
-catalogue-topics typesetting luatex
-catalogue-version 0.2
-
 name luacode
 category Package
 revision 25193
@@ -2933,16 +3443,16 @@ longdesc be tricky: there is no easy way to use the percent character,
 longdesc counting backslashes may be hard, and Lua comments don't work
 longdesc the way you expect. The package provides the \luaexec command
 longdesc and the luacode(*) environments to help with these problems.
-containersize 2192
-containerchecksum 1d9e7c52b6848fccb28efb30434e85cd94cf157f448f9f176111c9316a64299324590d91571c9e793f37cd7931c26e1779e0450f22cda3d99920b5c372df3e9a
-doccontainersize 412332
-doccontainerchecksum 32f2f1033b52f80247703690892924e41d1db19af6cf342957309d94169935409282fd376f9ffbf20e632e80fcd124771a1e0a5ad62eb966e9bb3d36e5ba98c9
-srccontainersize 9020
-srccontainerchecksum 030fb6996aed211475c6ee982fffe8d8dc2cfe1fcf9710a5791ba18f9225dd5720939643f8aad945b3195485d5cc938650baa406369a4f8420c441130a79ca1a
+containersize 2188
+containerchecksum 2e135a1af37d2f239a972ed407415b49c39d2930c29f02f17283452d2683ce33fa695d3709137be6fe952c3dda6bde0ff3ee5007b2b6aca90f686effcbebe206
+doccontainersize 412316
+doccontainerchecksum 3cc13b412ec06725e4e624f6a033d431793da1c04e3cae3166ea495ccba903a52d224d518d039787adbf71f4e6190c1edec2134ee895d7f98423b656257eaf4a
+srccontainersize 9012
+srccontainerchecksum 5bc71c17e2a85fcba64b1b768464ad58bb253f826323ae2f95d0bd1e7650fe45f8fc9f13f9b4849ef172ad3caba0f2e83c934a6b8a0ce2bc3987fdb188c22cca
 runfiles size=2
  texmf-dist/tex/lualatex/luacode/luacode.sty
 catalogue-ctan /macros/luatex/latex/luacode
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics lua-supp luatex
 catalogue-version 1.2a
@@ -2957,13 +3467,13 @@ longdesc releases of babel don't do it anyway. This package is addressed
 longdesc to those who just want to select the languages and load their
 longdesc patterns by means of `language.dat` without loading `babel`.
 containersize 2388
-containerchecksum 4c70bd047558a8c0df9e15a2c2c5437f14c54574997982a4ee7ad35cda43d51b8adb082d89b2153b1b21cdd0ba3e6a7de45ac08f4c9b3200ba5dc52ab19ba319
-doccontainersize 39048
-doccontainerchecksum 580ff7cb3203c0ebb1d2d2ad7c12d9d91d3ff6691a86937037f5c39882824e83855e8791faeac9221e0736f32d4ca22b00b5e3020f347d9ef63bb76571f75d19
+containerchecksum 2cf947482acb36ed99138de97304c4dc9ac929f6bf6bd0f32319d35ad2741ef03dd93da804ec331a6d3a1011cac4a105003a8028eaf1c041a7fc520ba27ceb3f
+doccontainersize 39052
+doccontainerchecksum f181a3c3147ece62ef0088ac815079ff2a2648a89969f3c2555b150d387a35d7d5b42a78a95a0efd90c4d6c6ab0b4427bae24d320b1435ce3a74a715cd79b716
 runfiles size=2
  texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty
 catalogue-ctan /macros/luatex/latex/luahyphenrules
-catalogue-date 2016-12-10 11:56:59 +0100
+catalogue-date 2016-12-17 05:41:03 +0100
 catalogue-license lppl1.3
 catalogue-topics hyphenation luatex
 catalogue-version 1.0
@@ -2975,16 +3485,16 @@ shortdesc Create index using LuaLaTeX
 longdesc Luaindex provides (yet another) index processor, written in
 longdesc Lua.
 containersize 4488
-containerchecksum 40b353fe23b324777bc145de065e4b28c496a68a901461cd71c9debd105ca63b6d35509138970b02849700c307b5f55de395c2e2e7f2ce73a56125486c054aa2
-doccontainersize 160896
-doccontainerchecksum 7705cc0c10e118e457704451af8c05cbe97f7f7a3075c938f3745b5e6952a95611e6b19d0eaea2551703b3fce874cc826f9eb5e469fe83fd661580e78c595108
-srccontainersize 13396
-srccontainerchecksum d4fc85d29dcac9f29844459cc09390597077d61ae28ab2e852bd398ae9443e675cd29bf9c0899514648f4ab8fb4b7d4bda5905fce841e02809ee9d3c07112aad
+containerchecksum 60c0ccd42590fc29d2ea99a70ce1ace05ccea8608edc48a65732d3062554d3d8ca866c7aab30e14752a312243bc131b9e06f045b68c8a3d631428a432af8abcd
+doccontainersize 160880
+doccontainerchecksum af008a80e9906a5e3a6532f201066b3d57cfc9436eea8844d3f5a2f6d15dbaa100f99bec9f09528eeaf1ed29944a4de96cc9346d8bef772963de13861c0eb9f0
+srccontainersize 13392
+srccontainerchecksum 5733006ee58becd0e14351b9b67d0b32b6f332d5b86ba6b7c51d1f1bb360f1377aa9545c7918d53802606700ebe93eea2e581913feaee700b84eafde33952bb8
 runfiles size=6
  texmf-dist/scripts/luaindex/luaindex.lua
  texmf-dist/tex/lualatex/luaindex/luaindex.sty
 catalogue-ctan /macros/luatex/latex/luaindex
-catalogue-date 2015-08-08 19:53:23 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics index
 catalogue-version 0.1b
@@ -2995,24 +3505,24 @@ revision 20491
 shortdesc Replacing inputenc for use in LuaTeX
 longdesc LuaTeX operates by default in UTF-8 input; thus LaTeX documents
 longdesc that need 8-bit character-sets need special treatment. (In
-longdesc fact, LaTeX documents using UTF-8 with "traditional" -- 256-
-longdesc glyph -- fonts also need support from this package.) The
+longdesc fact, LaTeX documents using UTF-8 with "traditional" --
+longdesc 256-glyph -- fonts also need support from this package.) The
 longdesc package, therefore, replaces the LaTeX standard inputenc for
 longdesc use under LuaTeX. With a current LuaTeX,the package has the
 longdesc same behaviour with LuaTeX as inputenc has under pdfTeX.
-containersize 5012
-containerchecksum 3a6d7b8a3d072ea721aff4076fbc9f7ab27f4ad6def5fedcf5da82996d3e750698ea151713b2f4f91cb07b81eff9272647912b0a9c1d73bd024dd3039f3f9109
-doccontainersize 405692
-doccontainerchecksum bd7055b02f3d0325a54d7dc9f6f872fa60f68ad308c983069a165657420158b96e1f15a2d5c5b16e4fac1420ffd7daef60bfe81df61087e1196eaf7ba061120f
-srccontainersize 12408
-srccontainerchecksum 74880addf40a75adf392c2a79c4ea88370f45f826d60b9b2087ec517cb405fab0618c3310be712edbfdcee0d1c554bc39241bf6d6168f1ee15f3fb09f0d77ea1
+containersize 4996
+containerchecksum a626c9f0c1ea5037758886399183773e3b746d3fbcfcb886c7c875eff69d6c25c449ff363342fe526785fa246139a25401feea8a5d2018dcb610f44132abf6d0
+doccontainersize 405668
+doccontainerchecksum 959d2ca40ba73c3c42d8ee3b37c05b05accb1f9bc1430e09c93c1f3077664d8b6d2fdf24d40e153c314437b0ce161a24d75609e199c917f4ad90b5a1c8357cb6
+srccontainersize 12404
+srccontainerchecksum fbf4557582a25ae71c510db06d14cc131a7db99369bbac19ce68eede61aef6f41a1add200dc4660b2bc2b48e2eb64c1b861b1b6dce9b4f7683ffa54cfd011004
 runfiles size=8
  texmf-dist/tex/lualatex/luainputenc/luainputenc.lua
  texmf-dist/tex/lualatex/luainputenc/luainputenc.sty
  texmf-dist/tex/lualatex/luainputenc/lutf8.def
  texmf-dist/tex/lualatex/luainputenc/lutf8x.def
 catalogue-ctan /macros/luatex/latex/luainputenc
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license pd
 catalogue-topics inputenc luatex
 catalogue-version 0.973
@@ -3024,12 +3534,12 @@ shortdesc Examples from the book "Einfuhrung in LuaTeX und LuaLaTeX"
 longdesc The bundle provides source of all the examples published in the
 longdesc German book "Einfuhrung in LuaTeX und LuaLaTeX", published by
 longdesc Lehmans Media and DANTE, Berlin.
-containersize 464
-containerchecksum cbd2b0185fd2ea258c1ab5f70950c4544d044c7b0bf7d4d1324a87ea167d28639e2b94347d07aa1a8e3cc719d438afc593e90c0982449b6456bf30b3b0cdfcb1
-doccontainersize 30328
-doccontainerchecksum 690e8a7d3925a03e54d73272fccb44858d77bf66adc811d1af72caf9b6c093bd08ead88856132a2b711448445117c35677a302a1cf7e717654be8432f5b112b7
+containersize 468
+containerchecksum 61494892635c6ccc928de914280a826582e26254e82b75e4713c6d7f209f58a4259c980715b09dd3ce1287822b5f34e2229db12e92abf4bd38befab565da1877
+doccontainersize 30296
+doccontainerchecksum fd566b874716888c0135cc7464382cfea65be4539e029d36c1020536046f94160d6637a86ed44e31e7e8da6c60eee092138e4d8567aa613eebfd8c37c6927f6e
 catalogue-ctan /info/examples/luaintro
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics book-ex
 catalogue-version 0.03
@@ -3043,19 +3553,19 @@ longdesc supports both new users and package developers. Apart from the
 longdesc introductory material, the document gathers information from
 longdesc several sources, and offers links to others.
 containersize 508
-containerchecksum 8b5ff3f74352ecf77f5148fec2e174d57aa44fca8b9c9b4b16c69030a3530880a67a289198b8fa7f3ffe58735e3700592d825d39fed6a47992bdec28be1a54c6
-doccontainersize 112932
-doccontainerchecksum 90e722171998520c5536361507847151c1a19c873ed0e3c995a1fde6906763a42bccd3398494223296bbd66bbe56c3091e96db39f61032d333d9c91f84b91ea3
-srccontainersize 15188
-srccontainerchecksum d9ca24d3cc592bc980c5c2a75a0100c0a0d138cb3d4325e0e7ac626a9baa75740474af0fbb1c6c767ac9a564be16ed6495bfd32a193c1659529fdce30b6a4432
+containerchecksum 076b23f336857c0c60baf7390314241abfc76ef244e77cddd4e8702e049863ce08b2464767a7ceaa1343b7dfac906222d9d4099baa42c4339e126b9357a988f4
+doccontainersize 112928
+doccontainerchecksum cccde093698749307035cf673477b8ca9d052c0d11af2a4396c07dd5fb135d278febbee35ee6e2294c49d0e123589ffd8dc6e5d5fe38c23dcc2cc850f43b1128
+srccontainersize 15184
+srccontainerchecksum 5ea811c91d4de834cefcec7fedaa5bc33173e8bfc060d4fa74c21119e556244e3be7d8e71ea120559fb508078f8e843fbdf3a72f06e2b5c0e8d01c0bc44cbca4
 catalogue-ctan /info/luatex/lualatex-doc
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license fdl
 catalogue-topics luatex-doc
 
 name lualatex-math
 category Package
-revision 40621
+revision 44621
 shortdesc Fixes for mathematics-related LuaLaTeX issues
 longdesc The package patches a few commands of the LaTeX2e kernel and
 longdesc the amsmath and mathtools packages to be more compatible with
@@ -3064,20 +3574,20 @@ longdesc containing mathematical formulas, and does not exhibit any new
 longdesc functionality. The fixes are mostly moved from the unicode-math
 longdesc package to this package since they are not directly related to
 longdesc Unicode mathematics typesetting.
-containersize 2988
-containerchecksum 439c3877b3d6a08fe7f2c7c4473891159fb9df3b7aefe0e944f1c0f84f38aff2b19506a15526676f909e9382d7e67d178e3cf0c63c466534174b7a008825b59a
-doccontainersize 181032
-doccontainerchecksum 2ec58d0999de0092063e8668d0c3a4546e644b8aabcca5750ef01b7d2b941030578547f4a2fe3b6e4494f6732bb157f01323f7d14881fddad1cc1a9a766cab80
-srccontainersize 8700
-srccontainerchecksum 7c3d232271e86dabaea7bdc0e1df674afe828fe25f1d3131ab917fcd0e4774437d71dc3c093bdda07c9bea3980266221a311ba2d1ac276f37a283f3d44d6a147
+containersize 3056
+containerchecksum 98b88213f0a8c8e7e1d4941e7692771ebd5d29f0d1bdd077ee7a55cb348689ca8820f227209af76d05bf9f13a826353791726fc15d4cdc71b8bc703d23d48e33
+doccontainersize 185040
+doccontainerchecksum 3f65fe029c7ca74ba3480f80187b05d52c4946d00c08ff57f9d0358ed85c6158103030ecdee0975345aaa94edb1df039f91fab327a1bd5f7d6e524988ddf587b
+srccontainersize 8804
+srccontainerchecksum e210ae76fdb8275476f7f8a9b9258c4f7e89928eff1070e3c4bfa85dc3db2c722434c630d3deba759ddb75afac601aca18beb0cffd2d32dcc111bd24fadf2d4a
 runfiles size=3
  texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
  texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty
 catalogue-ctan /macros/luatex/latex/lualatex-math
-catalogue-date 2016-04-19 05:57:47 +0200
-catalogue-license lppl1.3
+catalogue-date 2017-06-16 19:05:48 +0200
+catalogue-license lppl1.3c
 catalogue-topics maths luatex
-catalogue-version 1.6
+catalogue-version 1.7
 
 name lualibs
 category Package
@@ -3087,12 +3597,12 @@ longdesc Lualibs is a collection of Lua modules useful for general
 longdesc programming. The bundle is based on lua modules shipped with
 longdesc ConTeXt, and made available in this bundle for use independent
 longdesc of ConTeXt.
-containersize 73684
-containerchecksum 1a3c7fb3c189e8fdc664ab3d7c3f1a0a781677c2aeb96bd2bd1be981acdec6c2feb981734f08a8f90ad4f221fe5abf2f5792e13a9e3dd494106b4f8527c603b8
-doccontainersize 93576
-doccontainerchecksum 241af8e8756172fb86dc746b5f625e7ae255f49c98a7a02ef6aaea94cfa23750e060c70ee009ae533ffbddd44512a6d4db50b6d6eaf5870e3e3e8f0d9b4b7f5c
-srccontainersize 11416
-srccontainerchecksum 767fbd50479b63a270fa37ce4574e9040939c03e94928b8d15ede592547556dca3d56f421f2f7f319570c50fa0283311841ae86955a6310c8b1b6715f265d063
+containersize 73696
+containerchecksum e5ece99d5f6b3539ecccb2f7506d9cc7d89d5e9bfcad767db548f673875d3360a7ce778a1cc61a3467cd3ba21904a413f7109d47dec00bb7100ba3f78effbc08
+doccontainersize 93584
+doccontainerchecksum f84375704094796a308dd63e2a0ffd090449f3e15758516d835d384d448af9b87008e0871eaf0a303afd6a36804368286c3cb051c5a3514e668294f9b8904302
+srccontainersize 11420
+srccontainerchecksum 82f33f896713f85ba672b56309ecb2198cd5a7a3e35707eee2e6cded65b44154098281e46f04d4b9069a54e55bd84147c8c950e62e4a7846ab6e1d445a5527f2
 runfiles size=113
  texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
  texmf-dist/tex/luatex/lualibs/lualibs-boolean.lua
@@ -3129,49 +3639,49 @@ runfiles size=113
  texmf-dist/tex/luatex/lualibs/lualibs-util-tpl.lua
  texmf-dist/tex/luatex/lualibs/lualibs.lua
 catalogue-ctan /macros/luatex/generic/lualibs
-catalogue-date 2017-02-04 14:59:52 +0100
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license gpl2
 catalogue-topics lua-supp luatex
 catalogue-version 2.5
 
 name luamplib
 category Package
-revision 40217
+revision 47336
 shortdesc Use LuaTeX's built-in MetaPost interpreter
 longdesc The package enables the user to specify MetaPost diagrams
 longdesc (which may include colour specifications from the color or
 longdesc xcolor packages) into a document, using LuaTeX's built-in
 longdesc MetaPost library. The facility is only available in PDF mode.
-containersize 11536
-containerchecksum c0b9e0a94e326fa745315e614965bb434035d9896c162de43ac41a92a07c43c0cee94a92501e082239b044ddf55599f7b98fce29c621d754f13d47f2d8fa48ae
-doccontainersize 162248
-doccontainerchecksum 602ee290b17e724db437007b066e8c7b3827ee111ef762e93163ec117a9b2a62a9bc630ff444f0cc93fc4ecccfded10a15f40b3d657589370b16a0105ffe4cf8
-srccontainersize 24848
-srccontainerchecksum 4e82801bf9fd0aa83831270a3861ff8ba3b12f30bfb1bb52f60c936bc86638b635ed55d9ad2020794b8c030c7d0912921fd2d944e6b2c1a9d84aeff8a5f37ace
+containersize 11920
+containerchecksum d8fe732e2d931744f4deb4864253622eb67a8b5172b0dcbc904e5acbc7f0721776cf1fcf20cfa934deffec4996b5ee1b330342771677225a81cab5daf7da3249
+doccontainersize 165096
+doccontainerchecksum fcc10d7dc5a817767ab290d95be448321fbf4165a494f33ad9d0db72bc31abead701e796d834b8321941eeabd931101388cd4fcd3e8703c25c6f9ef2cfee510f
+srccontainersize 25352
+srccontainerchecksum e4b0f920d4328c7d352038b230ee9562ffb9526ae3159cb0e60c3ea11f213083470febf80c3b3c22aab9e71925c9fea081f79b28215bade77d9a23e9a14a3ec6
 runfiles size=12
  texmf-dist/tex/luatex/luamplib/luamplib.lua
  texmf-dist/tex/luatex/luamplib/luamplib.sty
 catalogue-ctan /macros/luatex/generic/luamplib
-catalogue-date 2016-04-02 19:29:34 +0200
+catalogue-date 2018-04-06 08:25:06 +0200
 catalogue-license gpl2
 catalogue-topics mp-use graphics-in-tex luatex
-catalogue-version 2.11.3
+catalogue-version 2.12.3
 
 name luaotfload
 category Package
-revision 43194
+revision 47444
 shortdesc OpenType 'loader' for Plain TeX and LaTeX
 longdesc The package adopts the TrueType/OpenType Font loader code
 longdesc provided in ConTeXt, and adapts it to use in Plain TeX and
 longdesc LaTeX. It works under LuaLaTeX only.
 depend lualibs
 depend luaotfload.ARCH
-containersize 441616
-containerchecksum 2548bba0f1b8fba795dd2df4159d9b1930949ee626d1912a6334c2a42fd12bb9752641181fe8ffdcc5338eccf419f0f87ac43ca45dc69b43c8345209353cd6ad
-doccontainersize 282244
-doccontainerchecksum 524be0a7804da8c7f2bce2002bd45aaf4dbe3eb6fdbd9820aaca3581dfe96e6f689ba62a4fa1112b407b04fe05a4f35f2066891f2a241e978807ebbc53e682ef
-srccontainersize 36532
-srccontainerchecksum 76b057229384a5c98a211c66d13c1c41ad7e9325ab4dad3ee2d27a7aa5508b1033a2a5855514e14b7f527fc40d21c082314e6e8fef12975daae769ab448e9e78
+containersize 441624
+containerchecksum 07d85e222d32a4860d855c68b7f8b3c4c1f30211714c609ee65352d077ba633b76a157ff277017831080566861be8499f7a613d4b3c67e9b17389663f019776f
+doccontainersize 331728
+doccontainerchecksum 557a462d62a52bfc05a8687fc0444dd11244bf0cb9c94f4aa56c50ab8388573e5ffbbcf60a04660b962b16afc80ce25cd01dc428c6f659a132f37f31863e2282
+srccontainersize 36536
+srccontainerchecksum 8a2cab7e23027949a696cd104796d059e51b4b2bc70f57f6f75007b5f496be5ffe1ef2aea9fb70fc08d630e0df0b447ece6575059f3b7a38f58ef493ef73bfee
 runfiles size=1248
  texmf-dist/scripts/luaotfload/luaotfload-tool.lua
  texmf-dist/scripts/luaotfload/mkcharacters
@@ -3261,35 +3771,35 @@ runfiles size=1248
  texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua
  texmf-dist/tex/luatex/luaotfload/luaotfload.sty
 catalogue-ctan /macros/luatex/generic/luaotfload
-catalogue-date 2017-02-11 20:26:51 +0100
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license gpl2
 catalogue-topics font-use luatex
 catalogue-version 2.8-fix-2
 
-name luasseq
+name luapackageloader
 category Package
-revision 37877
-shortdesc Drawing spectral sequences in LuaLaTeX
-longdesc The package is an update of the author's sseq package, for use
-longdesc with LuaLaTeX. This version uses less memory, and operates
-longdesc faster than the original; it also offers several enhancements.
-containersize 10232
-containerchecksum e5ec87d163fd0674c6fc35adb610a623053bfeb5126698fabdcd2e68149b52f0234e65b4c25d7c7945817080ce20fe780912a38ff630e22597529d7e34976af8
-doccontainersize 224504
-doccontainerchecksum 731b3cafd03261bd26582082705f78264589f760d7b9298d1189c8635a4347306830eae64eb1bd4b38ac298c7f4c1e46fcbf4c7f696609727c221a66a7ad89af
-srccontainersize 10964
-srccontainerchecksum b7ddef56d7d845d7547bba06027f7fd4c9748e5075668a1d25fc0063f832768873165cb6fdbfa95b2362ca06a7508d228b0b8a3afc67776c38e4490cb0053c8e
-runfiles size=11
- texmf-dist/scripts/luasseq/luasseq.lua
- texmf-dist/tex/lualatex/luasseq/luasseq.sty
-catalogue-ctan /macros/luatex/latex/luasseq
-catalogue-date 2015-08-03 05:43:12 +0200
-catalogue-license lppl
-catalogue-topics maths luatex
+revision 44865
+shortdesc Allow LuaTeX to load external Lua packages
+longdesc This package allows LuaTeX to load packages from the default
+longdesc package.path and package.cpath locations. This could be useful
+longdesc to load external Lua modules, including modules installed via
+longdesc LuaRocks. This package requires ifluatex.
+containersize 1660
+containerchecksum b55830386d6855d54480a937cd70b46b2421d41e67f08e2ff7f0ff9dd3c98d609c1a2a61d4531a187d542e567f3b6304162ecf3efcb4b6b51d6fa63441ce6d96
+doccontainersize 35468
+doccontainerchecksum f32580f23a3beb4b4b182982eca8f7080a2767cf7b4d8a6e0cbfe8989f01174a70a1395e218cd2c7fa9f30aa82391a84010f656d2e3683a8e55ef49b0ca35a54
+runfiles size=2
+ texmf-dist/tex/luatex/luapackageloader/luapackageloader.lua
+ texmf-dist/tex/luatex/luapackageloader/luapackageloader.sty
+catalogue-ctan /macros/luatex/generic/luapackageloader
+catalogue-date 2017-06-07 05:22:03 +0200
+catalogue-license lppl1.3c
+catalogue-topics luatex lua-supp use-lua
+catalogue-version 0.1
 
 name luatex
 category TLCore
-revision 43699
+revision 47235
 shortdesc The LuaTeX engine
 longdesc LuaTeX is an extended version of pdfTeX using Lua as an
 longdesc embedded scripting language. The LuaTeX project's main
@@ -3305,23 +3815,22 @@ depend cm
 depend etex
 depend hyphen-base
 depend knuth-lib
-depend luatex
 depend plain
 depend tex-ini-files
 depend unicode-data
 depend luatex.ARCH
-execute AddFormat name=luatex engine=luatex options="luatex.ini"   patterns=language.def,language.dat.lua   fmttriggers=cm,etex,hyphen-base,knuth-lib,luatex,plain,tex-ini-files,unicode-data
-execute AddFormat name=dviluatex engine=luatex options="dviluatex.ini"   patterns=language.def,language.dat.lua   fmttriggers=cm,etex,hyphen-base,knuth-lib,luatex,plain,tex-ini-files,unicode-data
-execute AddFormat name=luajittex engine=luajittex options="luatex.ini"   patterns=language.def,language.dat.lua   fmttriggers=cm,etex,hyphen-base,knuth-lib,luatex,plain,tex-ini-files,unicode-data
+execute AddFormat name=luatex engine=luatex options="luatex.ini"   patterns=language.def,language.dat.lua   fmttriggers=cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files,unicode-data
+execute AddFormat name=dviluatex engine=luatex options="dviluatex.ini"   patterns=language.def,language.dat.lua   fmttriggers=cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files,unicode-data
+execute AddFormat name=luajittex engine=luajittex options="luatex.ini"   patterns=language.def,language.dat.lua   fmttriggers=cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files,unicode-data
 containersize 12856
-containerchecksum 98d15e50b9f5f052cd1875ba25b5c0c0c43ecdb2c48e2e97bd809e296f90b48bcdc32891c5249febd461511fd18e1104c774bbdd4d677d4b3f8babf64630dade
-doccontainersize 1118624
-doccontainerchecksum 2d9e302095c46308a5338a13ed05169c893c8ccab215e3bfa45882f64fd15bb86d58a42a2f721ec55fac9af659e836f072d1e667171d289ffab324ca5a99169e
+containerchecksum a9adc65694661ca9f012c7012f36c04616676465c89d40bbf779617b933bfb1672e4183f956109a352dbefef6730340d19e0c782ce2220febbda9fe86c724e2b
+doccontainersize 1312548
+doccontainerchecksum 3ed90c0ea5e11b5afb5bf7062084512a90e436c83f5583bc0a04c55fc2d3d9a3abe3d685706e82698a27a95131ee0adc0e3da7778e5a533cff62dac8e4bce500
 runfiles size=37
  texmf-dist/tex/generic/config/luatex-unicode-letters.tex
  texmf-dist/tex/generic/config/luatexiniconfig.tex
  texmf-dist/web2c/texmfcnf.lua
-catalogue-date 2016-06-24 19:18:15 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license gpl2
 catalogue-topics engine
 
@@ -3331,16 +3840,16 @@ revision 41456
 shortdesc pdfTeX aliases for LuaTeX
 longdesc The package provides emulation of pdfTeX primitives for LuaTeX
 longdesc v0.85+.
-containersize 1736
-containerchecksum 418acb16cd29807748317c90ef601555e842ed5d959bcc65659ac05658a81662049ded3b05caaa1ca12afbe289665fe463218d7d0c222f5bcf1af30da385f956
-doccontainersize 171144
-doccontainerchecksum a68836d7703e6e46eacaff1183913ee2a0b5cbc9d76bda5ce90a38b782d2fa582f7cbcf57a2a9c0a540e14054080ecd5e0346f7bfeeb572aabd1b415f385b265
-srccontainersize 3788
-srccontainerchecksum c446ea467cde9dcb759d5ce37ee06b437d82d1a72329f992f54a4b247534ccae41189ab09b612cbd97e478c9d31e197853f63ddd5f9dca212543063d90531f22
+containersize 1740
+containerchecksum 5366f13010df9a7ea224d825252a126a9dd560af373f9359dbc87d3398c50ed040852e43c5953bfc767f4a49accaaa8333a42b8a3d661e7df69e3a9fc2f13e79
+doccontainersize 171136
+doccontainerchecksum 6353689e7f50779d2969082d11ed33649ec8ae2d75dce18b7016b40df33bee21e0a261eaa25c719d06f5ccab2f1b3fab97b924b2cd939a7dd79568db2ea0c331
+srccontainersize 3780
+srccontainerchecksum 6de2565880374c7b7a3534652c5203e0b61e6a8b1ae865f9e2dc636f31864f069f5d9bf280ddb36064834b5ccb6cbabcf6fa7511206d6d50f197a7af09ad9bdb
 runfiles size=2
  texmf-dist/tex/generic/luatex85/luatex85.sty
 catalogue-ctan /macros/generic/luatex85
-catalogue-date 2016-06-15 11:27:16 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics lua-supp
 catalogue-version 1.4
@@ -3357,12 +3866,12 @@ longdesc original luatexbase package, but there are interface
 longdesc differences. This 'stub' package provides a compatibility layer
 longdesc to allow existing packages to upgrade smoothly to the new
 longdesc support structure.
-containersize 3500
-containerchecksum 5d595ceedf9b1fc7ed7b54cb8fceba005a80713606b19f6bcd7c3d891c95a61e5ffc847c9f8e70c44d951feeccfca71137b24bfb3495858dcfaf7a86fbc94826
-doccontainersize 263756
-doccontainerchecksum ca43941d3318a0357b4d790c618a5c98c09d11bc9228c1ccef84f772a34ba52280b14f253f0de00903e379fb0f7d3bff0d675b14f7ba0a935bd762b1b2ccc53b
-srccontainersize 8448
-srccontainerchecksum 134d9bd410eb2371b4d0004020236e37e8280cedb041a86c23b23abf4d665324d2bfa433c765fd7372aa5698ca4ce2ee4f64d595a80f4cdc39e1c5de87077a63
+containersize 3496
+containerchecksum e0de4aac88b8558ce85f27cd4a659b0373f0e122a5ced943c83140f722b6415437ec39a9a809402d31802340de7dd22669cf03236b8ef18ff343adbdc615ef95
+doccontainersize 263748
+doccontainerchecksum cb2d91f48716999a3facef7b3cb162b50ba217b640f2954783acdd6ebe3f739c6f776353b4e4440f0a4f84efc9b457e0d35190be421733cfdbbf0cad2835eafb
+srccontainersize 8440
+srccontainerchecksum deb8fbe9b572898613d77d581a9cd0a2e6c88480dd55169ec8a04995b06c81f90f2bae8811b4fd05c484bf9009a831044b0c460a9a40223be9cb6fef3939f19a
 runfiles size=11
  texmf-dist/tex/luatex/luatexbase/luatexbase-attr.sty
  texmf-dist/tex/luatex/luatexbase/luatexbase-cctb.sty
@@ -3374,14 +3883,14 @@ runfiles size=11
  texmf-dist/tex/luatex/luatexbase/luatexbase.loader.lua
  texmf-dist/tex/luatex/luatexbase/luatexbase.sty
 catalogue-ctan /macros/luatex/generic/luatexbase
-catalogue-date 2015-10-04 14:09:45 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics luatex
 catalogue-version 1.3
 
 name luatexko
 category Package
-revision 43172
+revision 47337
 shortdesc Typeset Korean with Lua(La)TeX
 longdesc This is a Lua(La)TeX macro package that supports typesetting
 longdesc Korean documents including Old Hangul texts. As LuaTeX has
@@ -3392,10 +3901,10 @@ longdesc engines. LuaTeX version 0.79+ and luaotfload package version
 longdesc 2.4+ are required for this package to run. This package also
 longdesc requires both cjk-ko and xetexko packages for its full
 longdesc functionality.
-containersize 23820
-containerchecksum df309bd3fd144170946c05e88f694d7e886ed1441e3cd65385a74c64fa0a5dc1a7d3d5b99d71f9b65bad5a194a95c434a5ed6d99e7ba266c852150864152a941
-doccontainersize 222072
-doccontainerchecksum 2b87196cd87daeda4481620c0471d4b48dc0297d84a6bdadc7823c9c5b68c2aa04d00b4e42591ba6b1c240fdc27fdf852385e07933e3d1810c882e33eb31f283
+containersize 23868
+containerchecksum 19e84bcba059507b4009c0f718361f465c59edf77c09da6b218261d7bd72e7e98c39fc2356f483100c5fcb396c361fbd7bfcf50647d913244f01dbdc62cbf116
+doccontainersize 237288
+doccontainerchecksum f49beaa18c1890655d034c3b1f01a76b8c0ba3993d8da8a16512438acdf021d063e467b9e49d6be31520892663dc4cbf64b2750d950ee20cc27be258d9666b3c
 runfiles size=32
  texmf-dist/tex/luatex/luatexko/luatexko-core.sty
  texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua
@@ -3403,10 +3912,10 @@ runfiles size=32
  texmf-dist/tex/luatex/luatexko/luatexko.lua
  texmf-dist/tex/luatex/luatexko/luatexko.sty
 catalogue-ctan /macros/luatex/generic/luatexko
-catalogue-date 2017-02-07 23:29:47 +0100
-catalogue-license lppl1.3
+catalogue-date 2018-04-06 08:40:35 +0200
+catalogue-license lppl1.3c
 catalogue-topics luatex korean
-catalogue-version 1.16
+catalogue-version 1.19
 
 name luatextra
 category Package
@@ -3417,89 +3926,62 @@ longdesc environment for use with LuaTeX. It loads packages fontspec,
 longdesc luatexbase and lualibs, and provides additional user-level
 longdesc features and goodies. The package is under development, and its
 longdesc specification may be expected to change.
-containersize 1032
-containerchecksum 9b94cc4c417e5db83a1dad3d62b2732c7ab6b847fdc3607939379a87bacd53fa9f22cfd439aeabfedc76b70255222b647d4920f6a6be93ba65c987bcf63c6806
-doccontainersize 317312
-doccontainerchecksum c6eb8cb3e2b806e32310f8ffd2d40c846d58f77c537a1e8b2792e5273c19bf2002d4729c7fd1bed88c799d667e91157e8918df96f2495dc66b634c9af3f1dc90
-srccontainersize 3496
-srccontainerchecksum 234346f19d0c8def16a228a3a65fadbc4be2e36348fc1ecbc634bbed617af706d0508b530b34e940f87e97e0ce9b756b82606e57ecef5d2ff7ed9cf68846e551
+containersize 1024
+containerchecksum 1eff6622beac9c02553dc50a8f408b1e9f345418bacd644f5ea3015285de817303550b4dfa63e302360de307ce23adff029cbd5e52b69fdecdf08b4ceffa81f7
+doccontainersize 317304
+doccontainerchecksum 62e14aa6b6f907314573169c673b81f7ea9ccf3c6db8f3de42bdce181205625dffcec4794b3f4ccb0e28832148f9e63032d67577ab156a44fb6fceab346ac0e4
+srccontainersize 3484
+srccontainerchecksum 26e291db8699108bb8b44dfc7bafe82f36af4cbc9ce3e9ab5d6723bb5cde7dc0eb8abdabb2a442dc065c8e6620818247b67d37a54e1a0d85958ccd1d58262e62
 runfiles size=1
  texmf-dist/tex/lualatex/luatextra/luatextra.sty
 catalogue-ctan /macros/luatex/latex/luatextra
-catalogue-date 2015-08-09 10:51:45 +0200
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license pd
 catalogue-topics luatex
 catalogue-version 1.0.1
 
-name luatodonotes
-category Package
-revision 39019
-shortdesc Add editing annotations in a LuaLaTeX document
-longdesc The package allows the user to insert comments into a document
-longdesc that suggest (for example) further editing that may be needed.
-longdesc The comments are shown in the margins alongside the text;
-longdesc different styles for the comments may be used; the styles are
-longdesc selected using package options. The package is based on the
-longdesc package todonotes, and depends heavily on Lua, so it can only
-longdesc be used with LuaLaTeX.
-containersize 26156
-containerchecksum 819f6facf94e8fa3c6b5c7871314444e9772ad3a7fa0f430b90173aebf08cf8b1f191b99417e603ec39fd76888ab806aae6aabf8cb8db414c05b15fb278d61c8
-doccontainersize 205140
-doccontainerchecksum e5148989b1b7bd9864bdc30e066fbc39263ff93874742a2f1e8980220f31dbceb4071496843bb4280ba1f6eefb380c320b4fe560e2064b2d3d3c17247317f4ea
-srccontainersize 20180
-srccontainerchecksum 55382908ebe3f21faf25bb431b3207732b539994ee369c998f2265f9a3adf910c400ef00666b59607432746fa9195daf2ffd5e208b1823eaa545c6476ba7c67b
-runfiles size=34
- texmf-dist/tex/lualatex/luatodonotes/inspect.lua
- texmf-dist/tex/lualatex/luatodonotes/luatodonotes.lua
- texmf-dist/tex/lualatex/luatodonotes/luatodonotes.sty
- texmf-dist/tex/lualatex/luatodonotes/path_line.lua
- texmf-dist/tex/lualatex/luatodonotes/path_point.lua
-catalogue-also todonotes
-catalogue-ctan /macros/luatex/latex/luatodonotes
-catalogue-date 2015-12-05 05:56:05 +0100
-catalogue-license lppl1.2
-catalogue-topics notes editorial luatex use-lua
-catalogue-version 0.3
-
 name luaxml
 category Package
-revision 32741
+revision 46768
 shortdesc Lua library for reading and serialising XML files
 longdesc This is a redistribution of a pure lua xml library, LuaXML
-longdesc (this version supports Lua 5.2). The library was originally
+longdesc (this version supports Lua 5.3). The library was originally
 longdesc distributed as part of the odsfile package, but is made
 longdesc available separately in the hope that it can be useful for
 longdesc other projects.
-containersize 10384
-containerchecksum 93b90769a6a3adbba7113736475b780e446b0d3348b38b4c60743719e47e01b90995b17f30bcef5e3824eb36d8f284de643ff342fc74c1f5a6f6a902ede87c9c
-doccontainersize 119640
-doccontainerchecksum 1b352b619d06d0e4b3549572a66306c0cf07ac8575008ac4c1e2dcad7c0d6c963c762de136e70a299338950c409c370251cfe74907e8b43a40121db34e14333e
-runfiles size=13
- texmf-dist/tex/luatex/luaxml/dom-sample.lua
+containersize 27284
+containerchecksum cf0bc6dcf0492a22dcc5d9d949f50798e0482231f341543cb9128f547f1983225c772ca75ebbe4e0d9b36c69c147a59a605476f19925e98099728f35cc49169f
+doccontainersize 102012
+doccontainerchecksum 0c7f7460998a66ab58592c9b60c1dc132b157cc3825761a61b020244459c8ea750a321b5bb8064787ed7e375c4055e2faddf9dc9cc2e55d35a85dce36fe81c19
+runfiles size=30
+ texmf-dist/tex/luatex/luaxml/luaxml-cssquery.lua
+ texmf-dist/tex/luatex/luaxml/luaxml-domobject.lua
+ texmf-dist/tex/luatex/luaxml/luaxml-entities.lua
  texmf-dist/tex/luatex/luaxml/luaxml-mod-handler.lua
  texmf-dist/tex/luatex/luaxml/luaxml-mod-xml.lua
+ texmf-dist/tex/luatex/luaxml/luaxml-namedentities.lua
+ texmf-dist/tex/luatex/luaxml/luaxml-parse-query.lua
  texmf-dist/tex/luatex/luaxml/luaxml-pretty.lua
- texmf-dist/tex/luatex/luaxml/luaxml-selectors.lua
  texmf-dist/tex/luatex/luaxml/luaxml-stack.lua
  texmf-dist/tex/luatex/luaxml/luaxml-testxml.lua
 catalogue-ctan /macros/luatex/generic/luaxml
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2018-02-28 19:44:02 +0100
 catalogue-license other-free
 catalogue-topics foreign-import luatex
-catalogue-version 0.0.2
+catalogue-version 0.1b
 
 name makeindex
 category Package
-revision 40768
+revision 47198
 catalogue makeindexk
 shortdesc Makeindex development sources
 longdesc The package contains the development sources of makeindex, as
 longdesc derived from the texlive subversion repository.
 depend makeindex.ARCH
 containersize 4628
-containerchecksum b017c3cd1611802e8cf85303288d7d511e474529ebd217643dd4356be256adae06ce4a970c5c52275d4c6b14fce8d3edb15d547b3b8223b629e5191606fed2af
-doccontainersize 467736
-doccontainerchecksum 2cd610eaea72ab2ba9439cecc2067fd2b1a081ce7997d962fcc84e2746f03d8609805b6cd30e7eb23c1eb3e26ec4cd0e5518bb489611a0173ba5ab11a16f4045
+containerchecksum 2c0afe8d9e5d03187ae8ee6b0b023f727577b84d369d31dd5e1a1980a059f75866b752aae8c5067ca968c2c6c6b5a6fb9f11010c8c8ba9f2aac9191a6647c5d7
+doccontainersize 465972
+doccontainerchecksum 7feb700df902f8c5d66eb491121218fdb9eb04077a7c208706af3281a81c53ace56cac1080627ff10db939a66a7077dbd637b61642ba5e7256adbbb5b0ea2826
 runfiles size=9
  texmf-dist/makeindex/base/din.ist
  texmf-dist/makeindex/base/icase.ist
@@ -3510,13 +3992,13 @@ runfiles size=9
  texmf-dist/makeindex/base/tex.ist
  texmf-dist/tex/plain/makeindex/idxmac.tex
 catalogue-ctan /indexing/makeindexk
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license other-free
 catalogue-topics index
 
 name metafont
 category Package
-revision 42722
+revision 47198
 shortdesc A system for specifying fonts
 longdesc The program takes a semi-algorithmic specification of a font,
 longdesc and produces a bitmap font (whose properties are defined by a
@@ -3529,13 +4011,12 @@ longdesc The distribution includes the source of Knuth's Metafont book;
 longdesc this source is there to read, as an example of writing TeX --
 longdesc it should not be processed without Knuth's direct permission.
 depend kpathsea
-depend metafont
 depend metafont.ARCH
-execute AddFormat name=mf engine=mf-nowin           options="-translate-file=cp227.tcx mf.ini"           fmttriggers=metafont
-containersize 33508
-containerchecksum 4a7bc1930c210366445d5c656d08a5705991b6172a23d66b13e93eda3387a1267252526e47361e755548e522cb8cff3580e88068fa3f38479bf4370ff02ea284
-doccontainersize 67592
-doccontainerchecksum 5362ca0d9e86d0ab617d1fe1f6cabf9b7ba06ec622b0fc26c7534691f18c8e576ba6748fc24037e0eff20e0feb017e3ce96c89e11bd3b00ea6ff4232a779d116
+execute AddFormat name=mf engine=mf-nowin           options="-translate-file=cp227.tcx mf.ini"
+containersize 33496
+containerchecksum 46ab9e77136fe7680143d20296b0a3f80188f3bf3f03d5642c32edcc6b286b3161e282f281e386977db4ef228035fa8f73beb7f7344cbe51edbf0be6afba5def
+doccontainersize 52768
+doccontainerchecksum 1124acbe6c8b85728e70a67c65fca671a855aa3c3bee4e37d64c180b06be582e6fba7eee3c1c2c3263f71159144b514c5e5166f18e5228b0084a7417807f7936
 runfiles size=36
  texmf-dist/metafont/base/mf.mf
  texmf-dist/metafont/base/plain.mf
@@ -3561,11 +4042,11 @@ longdesc LaTeX package and font definition file to access the Knuthian
 longdesc mflogo fonts described in 'The Metafontbook' and to typeset
 longdesc Metafont logos in LaTeX documents.
 containersize 1600
-containerchecksum 1fadf9b99008eee5d5ed3ea147c4feb02d4b315b1327a85e90e104c13517af9c8f9e929d4289e05038f3b6650add6ae7d8b95ab18482163b1379faec40fcea0b
-doccontainersize 239480
-doccontainerchecksum ef38028e08672790db46b6a5134ef246180b8871f3a35fc60e9c521cb78225d2ada437b66454157a7cf5b1dd34b70c7b16ff31322e85d9e009cb4fbbecf79b85
-srccontainersize 5732
-srccontainerchecksum 80712cfc019ce4f26e91ea09e235f7d031c1b0a6dfa01bd8885500f93464c815ad4adae5aac48b989ca28587f5defc4654ddecbba53d43491736d12c54e4c531
+containerchecksum 1c8418186762593c91bbdec30b9f5b8705e4cf4dfbdd01c7f0e20d70b9c6717bc099eb6add34679c8a9e44c72dd15b7319fed4031deabcf2c3716fd242cd7c87
+doccontainersize 239456
+doccontainerchecksum 0d94bad751d9c78cf5cbabee8b29a6f43bc96f4ecea82d47ff2f1392b923b1ca2fd0a55cabed63e2cc3e8ac1d6e76fd2d992335c849b699819bd4a395db6e107
+srccontainersize 5728
+srccontainerchecksum d685801dbe3720b8e497d2d20c6a3a87448d3df571f6769cb58552bb983a41458de3631b845a0560630605d22407bb44a932c8ff4b75a2bdcb7596e121570b63
 runfiles size=4
  texmf-dist/fonts/source/public/mflogo/logosl8.mf
  texmf-dist/fonts/tfm/public/mflogo/logosl8.tfm
@@ -3579,19 +4060,19 @@ catalogue-version 2.0
 
 name mfnfss
 category Package
-revision 19410
+revision 46036
 shortdesc Packages to typeset oldgerman and pandora fonts in LaTeX
 longdesc This bundle contains two packages: - oldgerm, a package to
 longdesc typeset with old german fonts designed by Yannis Haralambous. -
 longdesc pandora, a package to typeset with Pandora fonts designed by
 longdesc Neena Billawala. Note that support for the Pandora fonts is
 longdesc also available via the pandora-latex package.
-containersize 1832
-containerchecksum d5c087b2d393d939bc441d51da921042fc8d5d8f5894790a3ea75c25fc2c0a7053130b7b6b2fbb7b81ae298ac1a8dd713f5ddcc0ee2f4014a146ca3f2d9578d9
-doccontainersize 172068
-doccontainerchecksum 13eb53b2d71d01467806ce5045afa59d9df0d6dbeaf056795585487a8a84760e1bb4ff7311a78099f0837d673bc3d158014f35e7154a62a86905996295827c25
-srccontainersize 17264
-srccontainerchecksum 6504c3e26c6504383fcdf702a8bb1c71a0ebd78917f3065c58cc3abc0be96de3460c53fd0904fe6c88979bb7d66a0ee7918d491d044ac9391137ffdf1f8c846f
+containersize 2108
+containerchecksum cbe438e051415adcba7c17aa2ab75267b64cb5c9e7af0a25c1d87c228e9e1ff2e8f302a57acf1c1ce4b18d31aa589079a731bfc09f8d46d81cc1cb030b9496b1
+doccontainersize 448320
+doccontainerchecksum 75700dff90fbe52e3ce98a063ae1000da099e7a7acce29da30880b8b92e6b4b82271e2686e85bfd8d36dbf99718735b36abcb04eb50d7bbc94eb3bbaa576359a
+srccontainersize 17540
+srccontainerchecksum efc94553641acc572b9f7f6d5ce77ec65971144cb0f05dff4cac3337e3bd8f2d23fcf18e0921a1b801ce5b854b1e79665b9124876e27ae7d1ed2c7fa77bb9cd0
 runfiles size=8
  texmf-dist/tex/latex/mfnfss/oldgerm.sty
  texmf-dist/tex/latex/mfnfss/ot1panr.fd
@@ -3602,34 +4083,34 @@ runfiles size=8
  texmf-dist/tex/latex/mfnfss/uyinit.fd
  texmf-dist/tex/latex/mfnfss/uyswab.fd
 catalogue-ctan /macros/latex/contrib/mfnfss
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2017-12-10 23:04:16 +0100
 catalogue-license lppl
 catalogue-topics font-supp
 
 name mfware
 category TLCore
-revision 40768
+revision 47198
 shortdesc Supporting tools for use with Metafont
 longdesc A collection of programs (as web source) for processing the
 longdesc output of Metafont.
 depend mfware.ARCH
-containersize 3128
-containerchecksum 7bf81e0365520d850e5b068c881f0b120f6616bd9e990018c32be47144b46e4a239f894b0203e754b466b5f1f6d87664479dbd93e8f44f61f6c726727b7c79ac
-doccontainersize 101928
-doccontainerchecksum d41c26742be1583fb575b01dba668ad3afa8ac4b8645274d56b4144d8d73e8dd1f4b152d7b54b7332cf14c7f338f98e78ce193622cb255b297c41c642d4af9b5
+containersize 3120
+containerchecksum 6b0bf98a6b6420259a4456237ca3a02c4b0586e051555ae27f27afdd1e21da1e54b9f46034cecb920423a54af9c46e02234a517175933d1806bc105ab15d35ca
+doccontainersize 101464
+doccontainerchecksum 7447a7719590d9a6cd39f846ce29d22e768b0b7c0272ed9cc349ba41ea8c0d31d78ddfb04808383e7e810644a0b00dbfa308401f0142ae1e36a792380961bb3e
 runfiles size=4
  texmf-dist/mft/base/README
  texmf-dist/mft/base/cmbase.mft
  texmf-dist/mft/base/mplain.mft
  texmf-dist/mft/base/plain.mft
 catalogue-ctan /systems/knuth/dist/mfware
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license knuth
 catalogue-topics collection
 
 name mptopdf
 category Package
-revision 41282
+revision 45678
 shortdesc mpost to PDF, native MetaPost graphics inclusion
 longdesc The mptopdf script does standalone conversion from mpost to
 longdesc PDF, using the supp-* and syst-* files.  They also allow native
@@ -3639,12 +4120,13 @@ longdesc ConTeXt, yet are maintained as part of it.  So in TeX Live we
 longdesc pull them out to this separate package for the benefit of LaTeX
 longdesc users who do not install the rest of ConTeXt.  This can be
 longdesc found on CTAN in macros/pdftex/graphics.
+depend plain
 depend mptopdf.ARCH
-execute AddFormat name=mptopdf engine=pdftex           options="-translate-file=cp227.tcx mptopdf.tex"           fmttriggers=mptopdf,plain
-containersize 38452
-containerchecksum 6c8f2b52801fe8008d0e3d61cb34c0a736a673388395074aeb5770736426e9bc49a91f88cf76242bb07e8688ec6d7ce07f20acf6fe4c7dcce1c84eab45140b0f
-doccontainersize 13564
-doccontainerchecksum 399e46e9cfd9b9252ebeebad9b684f50d7b69b2067206677f814777323f4ce0a69ebf4c8c2322a757625db24e0946f4914f76150ea44fc604d916263f115fef7
+execute AddFormat name=mptopdf engine=pdftex           options="-translate-file=cp227.tcx mptopdf.tex"           fmttriggers=plain
+containersize 38420
+containerchecksum 8cc056d2beb65777bcb98e8914a41a1bf7c35c942e9af89410cd9af32530d2bd62b39466b27a429d5856441c6f74040a9d85c59d72e5fab9ee03b044e1f2d51f
+doccontainersize 13572
+doccontainerchecksum 67ad71ab2c84f87d1256b1fe3fc054083cff530f91136bc7e03ae9e3e05c177170397be07efa4fd3755b71d7716b75d182d99fc3e234318717b4160b1117b3e0
 runfiles size=43
  texmf-dist/scripts/context/perl/mptopdf.pl
  texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
@@ -3661,16 +4143,16 @@ shortdesc Flexible bibliography support
 longdesc The bundle provides a package that implements both author-year
 longdesc and numbered references, as well as much detailed of support
 longdesc for other bibliography use. Also Provided are versions of the
-longdesc standard BibTeX styles that are compatible with natbib--
-longdesc plainnat, unsrtnat, abbrnat. The bibliography styles produced
-longdesc by custom-bib are designed from the start to be compatible with
-longdesc natbib.
-containersize 16620
-containerchecksum e99f82efd122d20d6cedad89094afcbd78abf48792c1023f0c94a3f882ef83a370de5a3d0128ca72e080aad676dbf9bd78265370d1520b02a7d998406f11232d
-doccontainersize 423672
-doccontainerchecksum 0dd07cf417f235c0c8b4bfa463d0e7d2e0130470661d6de1278b0d21d8e80928db4c32226a339710407af030ccd0dd659be086c7c310a5cdbbb93124d6d27349
-srccontainersize 64140
-srccontainerchecksum 0f62fbc4cc7744053e5037fdee50734a7abf888db9b79ca8186965d1a04ac37ca0a63cb4ebd7fcbf61a7528b1c6269de1fc0de89cac42c56426e1c97c06ad1c9
+longdesc standard BibTeX styles that are compatible with
+longdesc natbib--plainnat, unsrtnat, abbrnat. The bibliography styles
+longdesc produced by custom-bib are designed from the start to be
+longdesc compatible with natbib.
+containersize 16604
+containerchecksum f6963760f4b2b025c36a4dc89aefae1d4ea50f56a5da51b22a37004d585fca5d2184ab917373dda9770877fa0a06b83f62ada1564dceb141bd414f2d0abcf43a
+doccontainersize 423612
+doccontainerchecksum c98df2529a88f3277f9245ef8666dc415927053f172d3988480d32314e717dcb32516aaace87a9e6213824d4de14054f81f87b7117d9c91f1aaa7a2d9c74341d
+srccontainersize 64128
+srccontainerchecksum 484408436bc66654c81d5471048bc55987201ae84c9d453541a5d0ee4b6e00071d14712f3a8d89c0b9348e76e41140557ab0c70442d6840db00594c32ad3eb56
 runfiles size=33
  texmf-dist/bibtex/bst/natbib/abbrvnat.bst
  texmf-dist/bibtex/bst/natbib/plainnat.bst
@@ -3678,7 +4160,7 @@ runfiles size=33
  texmf-dist/tex/latex/natbib/bibentry.sty
  texmf-dist/tex/latex/natbib/natbib.sty
 catalogue-ctan /macros/latex/contrib/natbib
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics bibtex-supp
 catalogue-version 8.31b
@@ -3686,31 +4168,31 @@ catalogue-version 8.31b
 name nodetree
 category Package
 revision 43011
-shortdesc visualize node lists in a tree view
+shortdesc Visualize node lists in a tree view
 longdesc nodetree is a development package that visualizes the structure
 longdesc of node lists. nodetree shows its debug informations in the
 longdesc console output when you compile a LuaTeX file. It uses a
 longdesc similar visual representation for node lists as the UNIX tree
 longdesc command for a folder structure.
-containersize 5364
-containerchecksum a2fb2cc507339032bee358e058ab4af48d4c663f177f93b3a5a05082ffc80f207bf75ff807c2feb1307c664406b81837bb5196a837921032489a7aa725d7b503
+containersize 5368
+containerchecksum 5db2ec9d7e9abf425613fd305828c745d8f9947d12063a1209c15b82cc4bcdb3969c5a4e8ec39091bbc9b154e29971ae84eb3de971f883bcf32cee5fba3975ce
 doccontainersize 371936
-doccontainerchecksum 6b71ec53a0c32123eca805e438d307ce3f083e07b053d53797cb133a622f6feffce61a50a7e41baa7641a5bac021d96c3349600310e88fc332c90b4ca4d27e0d
-srccontainersize 11116
-srccontainerchecksum ff578ace4c1d9d4ab148770b666c02561663311a660068a9dd75cd0a388026ef255414d94bcc78d562fb2075e77a6d34ef0de9bfb3a1dab3761de8f7c3ebc65f
+doccontainerchecksum 404470cb8bddf82ab245a6b31e12a0c9b7bd0d80e0c2f7b479b1f06ebd9f7be52adcb52660e8f68a13ffbcefddbdd280cec44e3163351d1b7d3be507fd339abd
+srccontainersize 11112
+srccontainerchecksum 8a8c54af6ff57d314ac31f9e3d7145d799dc977df681d2a293bbb018054cd1e165215e16e4296e100732e4462d944e4bc9a7222d5e56cc0664731e6169b40b21
 runfiles size=7
  texmf-dist/tex/luatex/nodetree/nodetree.lua
  texmf-dist/tex/luatex/nodetree/nodetree.sty
  texmf-dist/tex/luatex/nodetree/nodetree.tex
 catalogue-ctan /macros/luatex/generic/nodetree
-catalogue-date 2016-07-18 17:20:58 +0200
+catalogue-date 2018-01-07 12:06:50 +0100
 catalogue-license lppl1.3
 catalogue-topics lua-supp
 catalogue-version 1.2
 
 name oberdiek
 category Package
-revision 43610
+revision 47293
 shortdesc A bundle of packages submitted by Heiko Oberdiek
 longdesc The bundle comprises packages to provide: accsupp: better
 longdesc accessibility support for PDF files; aliascnt: 'alias
@@ -3808,13 +4290,13 @@ longdesc proposed new reference system. Each of the packages is
 longdesc represented by two files, a .dtx (documented source) and a PDF
 longdesc file; the .ins file necessary for installation is extracted by
 longdesc running the .dtx file with Plain TeX.
-containersize 226240
-containerchecksum b4ecef834c3485b31517760f4f4883dfa9f81f486d44d65df81e077c014e9ace89c1bef98586477eab11373bde240584a2e0c43b0183736f0d9b9ec895655f52
-doccontainersize 14393776
-doccontainerchecksum 1a0761e257e3e1e6862664aebafa84202a36aa76e9ce4ccbd7518ecfacf482fe55b87e7144812b6a7290926e88d3bc2feb6643472d324b898a44e893d034a74e
-srccontainersize 503468
-srccontainerchecksum 7e409dab703867d44cdb6149980dffe92e713061a3c686d09ca75ccf7e396ad68cd8a2482558d233435b982f5f1b4fe3aa5e9f75287acd69b789d55d4dd132e4
-runfiles size=702
+containersize 226464
+containerchecksum 750a6b5df16d34265fe21bdad99a3493074c81e4a0d055cbd3df6e95ea3bb80d4a40980697cc759f52d1bdee59f88d2a3db3afd907c8fdb3032ee4a25363f475
+doccontainersize 14273268
+doccontainerchecksum 28366d4dbccaf9d62bb1f1d8905101e2d81d37bebe1aa5484faf9081a1a32518ae6fe7058dd433ad189256bda96f01aaf7f9a9ee28c24c1cdb9707fdc3ba027c
+srccontainersize 504020
+srccontainerchecksum f34e5a0872dc5a3c93715ac7df080becba318bb48047b0b331753559f43e7d9e20b891a1d33f6d5d3a78772bb755d565b201b3e0b79ab883ffa413738adb4679
+runfiles size=703
  texmf-dist/bibtex/bib/oberdiek/oberdiek-bundle.bib
  texmf-dist/bibtex/bib/oberdiek/oberdiek-source.bib
  texmf-dist/scripts/oberdiek/luacolor-pre065.lua
@@ -3910,6 +4392,7 @@ runfiles size=702
  texmf-dist/tex/generic/oberdiek/uniquecounter.sty
  texmf-dist/tex/latex/oberdiek/accsupp-dvipdfm.def
  texmf-dist/tex/latex/oberdiek/accsupp-dvips.def
+ texmf-dist/tex/latex/oberdiek/accsupp-luatex.def
  texmf-dist/tex/latex/oberdiek/accsupp-pdftex.def
  texmf-dist/tex/latex/oberdiek/accsupp.sty
  texmf-dist/tex/latex/oberdiek/aliascnt.sty
@@ -4046,7 +4529,7 @@ runfiles size=702
  texmf-dist/tex/latex/oberdiek/zref-xr.sty
  texmf-dist/tex/latex/oberdiek/zref.sty
 catalogue-ctan /macros/latex/contrib/oberdiek
-catalogue-date 2017-03-19 14:31:51 +0100
+catalogue-date 2018-04-04 05:59:58 +0200
 catalogue-license lppl1.3
 catalogue-topics collection
 
@@ -4059,22 +4542,22 @@ longdesc together read OpenDocument spreadsheet documents as LaTeX
 longdesc tables. Cells in the tables may be processed by LaTeX macros,
 longdesc so that (for example) the package may be used for drawing some
 longdesc plots. The package uses lua's zip library.
-containersize 4972
-containerchecksum 01630fae7653ec618e32d2e5f4b99c7801a6a8aff3de7dbebc98bccafc6747e1381f38196bfff9c83739090f855f41839cb9aac244b552761567452c46f7bffd
-doccontainersize 272364
-doccontainerchecksum b97f7c3144580663cd68e747a990ae3905b6541abcb08c0725ed8481024bae7c8daed39b413590f44a3af967926379a1acb3a56d974074bcbabbb628380e517e
+containersize 4976
+containerchecksum e8f2e4ae565f5800dddf048f8cdee5d7c007b0b442758936ec37f62f0b531db8bdd00e502a5040cdbd56e6a3b928c5aaa7337422a6d7d54aec7ceaa5036a0f62
+doccontainersize 272360
+doccontainerchecksum f58037561f782430061fe5a440f06f74b0354ad0931bc32108bf43a26fa44324077fb84e8068f8623e611c1af8139737aa4ee42b779aefdb046ff88b5de6ec85
 runfiles size=4
  texmf-dist/tex/lualatex/odsfile/odsfile.lua
  texmf-dist/tex/lualatex/odsfile/odsfile.sty
 catalogue-ctan /macros/luatex/latex/odsfile
-catalogue-date 2015-09-23 16:15:56 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics foreign-import table luatex
 catalogue-version 0.6
 
 name pdftex
 category TLCore
-revision 41149
+revision 47199
 shortdesc A TeX extension for direct creation of PDF
 longdesc An extension of TeX which can be configured to directly
 longdesc generate PDF documents instead of DVI. All current free TeX
@@ -4083,15 +4566,21 @@ longdesc pdfTeX (Plain TeX) and pdfLaTeX (LaTeX). ConTeXt was originally
 longdesc designed around use of pdfTeX, though nowadays it is focused on
 longdesc LuaTeX).
 depend kpathsea
+depend cm
+depend etex
+depend hyphen-base
+depend knuth-lib
+depend plain
+depend tex-ini-files
 depend pdftex.ARCH
 execute AddFormat name=pdftex engine=pdftex patterns=language.def           options="-translate-file=cp227.tcx *pdfetex.ini"           fmttriggers=cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files
 execute AddFormat name=etex engine=pdftex patterns=language.def           options="-translate-file=cp227.tcx *etex.ini"           fmttriggers=cm,etex,hyphen-base,knuth-lib,plain
 execute AddFormat name=pdfetex engine=pdftex patterns=language.def           options="-translate-file=cp227.tcx *pdfetex.ini"           fmttriggers=cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files
 execute addMap dummy-space.map
-containersize 36740
-containerchecksum f888993b4f6f1bc2947cf4a92de008bc4dc3c189dd00694ca78ea106e1a26fb9205f3bd605ab477b95539a81995c18511336ed69481b675406744efd85b1e508
-doccontainersize 1485064
-doccontainerchecksum a2814886ef08173aadd1de9f769510dc8337ce60a79fd5f71fde86f40d437e742ed0427b903f84a74e0e0d2aa30b737b703a98cd03c8cc7f2036ec702e94fd85
+containersize 36700
+containerchecksum b449d76cc5048241e67f5de19206a3a947a77d68126bc57f2c49b8374f04782555ebca6c93b4d7fea25c75cb6b2b7bbdbaad6b9dd2e3209f1d20659c251e6a0b
+doccontainersize 1491928
+doccontainerchecksum ef1ebb01323140f78d7d49089b3ca33538b13d2431b146607083baad039637db2392576ee1c09e3f28dface3deb77d03ed67818622798b6a9a8b7a60ed5641ba
 runfiles size=65
  texmf-dist/fonts/map/dvips/dummy-space/dummy-space.map
  texmf-dist/fonts/tfm/public/pdftex/dummy-space.tfm
@@ -4100,34 +4589,34 @@ runfiles size=65
  texmf-dist/tex/generic/config/pdftex-dvi.tex
  texmf-dist/tex/generic/pdftex/glyphtounicode.tex
  texmf-dist/tex/generic/pdftex/pdfcolor.tex
-catalogue-date 2016-04-27 08:06:41 +0200
+catalogue-date 2017-11-29 01:13:44 +0100
 catalogue-license gpl
 catalogue-topics engine
 
 name placeat
 category Package
-revision 33526
+revision 45145
 shortdesc Absolute content positioning
 longdesc The package provides commands so that the user of LuaLaTeX may
 longdesc position arbitrary content at any position specified by
 longdesc absolute coordinates on the page. The package draws a grid on
 longdesc each page of the document, to aid positioning (the grid may be
 longdesc disabled, for 'final copy' using the command \placeatsetup).
-containersize 3652
-containerchecksum d3aad91e59ac17589daeb1a502172b8d65fc86138b61eea16ebd324c9c13934134f42d24b5e5baa4f415f699587c578ef3a626c853c0dac7023dba8d98db79a7
-doccontainersize 90268
-doccontainerchecksum c16a74a7e02271ad489aad8421cbc48d3aa5a2c086253eae9d7c43592879fdde402d662befdb80a8c8a227833be81ce52551473f5d5c1c9d120aef254c161949
-srccontainersize 11124
-srccontainerchecksum cdf69288a2b99c318a53d8140b416df6836ae074043eb0c0a0a0f724ff4cf84cdc9bbdfe13af29bb8ca0147c9a07fe061bcd9bfeda925421285da0c752668054
+containersize 3972
+containerchecksum 5bc3ebafc77719bdc477a1848cfad1288820c592944fccca284d3cb1b671fcda59b229ab93447a3ec3c40e2e99b6b7ec612943c48917e5c3628cdbfef8647168
+doccontainersize 95556
+doccontainerchecksum c12a7202c55f4bca9c05ef7c74e315b6f71d270eddbd39cd9d50ff882e0a4a12001e81aa8fed37bfe4c4300d8f7a0525efe49e11beaff604db5ef6a6d949b05d
+srccontainersize 11932
+srccontainerchecksum 4990186a44675eb67dd27e6b1deeaa73e3e948071e550a236342ed709ebb3acb31409266fb3d1e85566e3f8b59fe3ba44cdd21fd23ea958e1f1836e89b0466b1
 runfiles size=4
  texmf-dist/scripts/placeat/placeat.lua
  texmf-dist/tex/lualatex/placeat/placeat.sty
 catalogue-also textpos
 catalogue-ctan /macros/luatex/latex/placeat
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2017-08-26 23:16:20 +0200
 catalogue-license lppl1.3
 catalogue-topics layout luatex
-catalogue-version 0.1
+catalogue-version 0.1d1
 
 name plain
 category Package
@@ -4136,8 +4625,8 @@ shortdesc The Plain TeX format
 longdesc Contains files used to build the Plain TeX format, as described
 longdesc in the TeXbook, together with various supporting files (some
 longdesc also discussed in the book).
-containersize 60720
-containerchecksum a830f1f2f922eb5f849129ae4b7c3b60ca81dc4e15bdec2ec90894f06c8523d74b47e90816677326507c270844f2919d58f9dbcefc508f8d4153c0d44027a839
+containersize 60724
+containerchecksum bb95609bc13886773500fa0338f277625ee72b81e71aa7def3e3ccd97b8b9aed58fe0949d3843fecc96b531a1ac42f33aecad8df8bfecf46dc7b24ae46b5444b
 runfiles size=336
  texmf-dist/makeindex/plain/plaintex.ist
  texmf-dist/tex/plain/base/fontchart.tex
@@ -4165,6 +4654,27 @@ catalogue-license knuth
 catalogue-topics format
 catalogue-version 3.141592653
 
+name plantuml
+category Package
+revision 47089
+shortdesc Support for rendering UML diagrams using the syntax and tool of PlantUML
+longdesc The package provides support for rendering UML diagrams using
+longdesc the syntax and tools of PlantUML. The PlantUML syntax is very
+longdesc short and thus enables quickly specifying UML diagrams. Using
+longdesc dot, PlantUML layouts the diagrams.
+containersize 2092
+containerchecksum 47c64285d249ae26e592fe7f21004f01bb8cef2be1cad8f88fd80246dd58c572184677bea0a53f33303ad768956cb1e4c764e2e50511e2cc8aa3140eeba1059b
+doccontainersize 65404
+doccontainerchecksum cd80be78d82ae2aefe8d295bc9d1963e224234b94fe02472ac185a5459966a85c9313d06248a51560910a4a1925e91fc3f169426156d4d86a1dd3f2173090916
+runfiles size=2
+ texmf-dist/tex/lualatex/plantuml/plantuml.lua
+ texmf-dist/tex/lualatex/plantuml/plantuml.sty
+catalogue-ctan /macros/luatex/latex/plantuml
+catalogue-date 2018-03-22 22:24:14 +0100
+catalogue-license lppl1.3c
+catalogue-topics uml luatex use-lua
+catalogue-version 0.2.2
+
 name pslatex
 category Package
 revision 16416
@@ -4184,10 +4694,10 @@ longdesc different technique for scaling Helvetica, and treats Courier
 longdesc as a lost cause (there are better free fixed-width available
 longdesc now, than there were when pslatex was designed). As a result,
 longdesc pslatex is widely considered obsolete.
-containersize 5744
-containerchecksum d2a752117efae8a6853f7f49c82cbfaa18b39a79ab0f1992a2f450a45cafad908bde1bbf61934610086296de6be0e95c3bb763bc71333ee393789641a82bcf14
-srccontainersize 1200
-srccontainerchecksum 828b89a2cf1ace136aa441190dc0cadd8fcea022e6c16b9fd29e6bd5e7151bbb083a41917f9fd39de586dc08a642ec00372d3aa5107397300dc0491b7f3fb2cb
+containersize 5752
+containerchecksum 173ba887f379e2a0966531812e47074caa36f80e8011ed79f8bdbdb5e8fdf2e63761a8d9ab26592213d18c7f97e86f489c25b0d0ec523851bab15999d95c5f3d
+srccontainersize 1192
+srccontainerchecksum b816114a455848329b7a96afeeb47a6b7cca9b5ca186bd96b2875a50b5db4503eb8ea0cf7f970480a37cfc020bc779ed9e294aba4ce716b42d53343134e42fc4
 runfiles size=9
  texmf-dist/fonts/map/dvips/pslatex/pcrr8rn.map
  texmf-dist/fonts/tfm/public/pslatex/pcrr7tn.tfm
@@ -4197,7 +4707,7 @@ runfiles size=9
  texmf-dist/fonts/vf/public/pslatex/pcrr8tn.vf
  texmf-dist/tex/latex/pslatex/pslatex.sty
 catalogue-ctan /macros/latex/contrib/pslatex
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2018-01-06 12:14:59 +0100
 catalogue-license lppl
 catalogue-topics font-supp obsolete
 
@@ -4205,9 +4715,9 @@ name psnfss
 category Package
 revision 33946
 shortdesc Font support for common PostScript fonts
-longdesc Font definition files, macros and font metrics for freely-
-longdesc available Adobe Type 1 fonts. The font set consists of the
-longdesc 'LaserWriter 35' set (originally 'freely available' because
+longdesc Font definition files, macros and font metrics for
+longdesc freely-available Adobe Type 1 fonts. The font set consists of
+longdesc the 'LaserWriter 35' set (originally 'freely available' because
 longdesc embedded in PostScript printers), and a variety of other free
 longdesc fonts, together with some additions. Note that while many of
 longdesc the fonts are available in PostScript (and other) printers,
@@ -4238,12 +4748,12 @@ execute addMap charter.map
 execute addMap fpls.map
 execute addMap pazo.map
 execute addMap utopia.map
-containersize 11952
-containerchecksum 5522ac181b6249d33b1289eb9542e13db625f4d452b1218701c650005f3eb2708bbb788ec11409fe7d970f65a29f0d52adf253ad6a690d2dce5d24b00d35b4d4
-doccontainersize 484772
-doccontainerchecksum edb6ccc4e7f3d8b939df0949c2e6764b8729f7f2c87354e19c83aa0317f3aed7ef0eb5aa69078487aecae5cdefca1e4646672c44b9d59111b8f59fa7acbb5502
+containersize 11944
+containerchecksum 2551573cb39bcf09c394d25e63cdd4ca89958c9109117e16d8c354631d0309f177f5a52d8cebf5bc22d022441212825f70a849b60337e4290fa440526667d503
+doccontainersize 484764
+doccontainerchecksum d7e3606176ab1f18a388b3e58a4ef56076caa243391175f2337f18deb2e6cfc2b90bad8ca085802468bcaa2fed624bf70cc1e30aa13d7df11c453f8c6261bcc4
 srccontainersize 16472
-srccontainerchecksum 323ff5377a4d9eaa46f39f9218d193b9d83490d7abe9b616fef1602368b97f47aba0ad587c92eddf6b910229f65ef6a5523a179702cea4cef741d1d6370cde38
+srccontainerchecksum b44bc333700d91673e69830be9d3ae07f6d27ff2cb61464d94982029ab755553bb2065a26dac3c344aacc1ab8caaf420b9b8eb157ad96354a844bce734a2c351
 runfiles size=110
  texmf-dist/fonts/map/dvips/psnfss/charter.map
  texmf-dist/fonts/map/dvips/psnfss/fpls.map
@@ -4353,7 +4863,7 @@ runfiles size=110
  texmf-dist/tex/latex/psnfss/utopia.sty
 catalogue-also psnfssx
 catalogue-ctan /macros/latex/required/psnfss
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics font-supp font-use
 catalogue-version 9.2a
@@ -4365,17 +4875,17 @@ shortdesc PostScript picture support
 longdesc A replacement for LaTeX's picture macros, that uses PostScript
 longdesc \special commands. The package is now largely superseded by
 longdesc pict2e.
-containersize 1808
-containerchecksum c569e44401c94710ad61c1cbf4acb9e5c7b7184ad69c233d93e2eb0d4f8618a98f065b83c3e85901dda5444821f9aa62f0b222e68331c6e24c64c91d6e3e2953
-doccontainersize 42648
-doccontainerchecksum 5e645cbacf38d2b266e239012733f729a2782a0cd7e0c576ca98ebaed77481fdb4e5c7170ed3aa221557720a565928f9d42d36f0b56fded44e3d1db73f88772e
-srccontainersize 6040
-srccontainerchecksum 4bf62bf0254df46131ec29b4417c9603be5d1317c52ccd301634ad1544ea5639f205c8247e6d951a6d8c9dc4b65809f7aa790ae7c17e1d2ba4ec1b4ae082b5c2
+containersize 1800
+containerchecksum 2f13b2ce8eab934634dbe3f4414127e6fb8e651262eec011dd6e5679e402912816b9b9dd47baf82b9fcbb96afb35d2de6e59809d0f84a44b7a1d179bcc0fbdbe
+doccontainersize 42620
+doccontainerchecksum 56fe13db8d57f87f7168fd06c7dad3039bf8e368076a03fa5a5f494174110325532d7169e25792f87c039597c84fd8dc06f056af9e499d21145869526e1331ac
+srccontainersize 6032
+srccontainerchecksum 4edbf3ed5df16af062fe8456a2923d4c11d1d6bb928418eb5be096ea6f9b10d446351269c1cdad5a5f72955b0d14f23ea2256d05e124500db9a61e5f35ab2811
 runfiles size=2
  texmf-dist/dvips/pspicture/pspicture.ps
  texmf-dist/tex/latex/pspicture/pspicture.sty
 catalogue-ctan /macros/latex/contrib/pspicture
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics graphics-in-tex obsolete
 
@@ -4391,7 +4901,7 @@ longdesc scheme corresponds to collection-basic and collection-latex.
 depend collection-basic
 depend collection-latex
 containersize 440
-containerchecksum b594a9eced1684eb11a1e9403c7b3a88b0239e8f2f93f9992b4efa8c25b2876298ded60106798952a149984ca3ec90ccf746ef5c8b6faf506a3af90be61b75eb
+containerchecksum 2250810241ac6f92713342a7b4dd3cf1deade2ad6ef65552eb9b987f340d952589fb941270c881eb07c2e97a861db47f57e16777ebf81142155f3dfd4dd6d5be
 
 name scheme-infraonly
 category Scheme
@@ -4407,7 +4917,7 @@ depend kpathsea
 depend hyphen-base
 depend tetex
 containersize 460
-containerchecksum b0db73d8850b7e905df971de0676ab4fc1ce8479be513315168086f1f4186907412ca4efdf74a625ef3ac5209b2a30eb307a790147033a42f98a942665190b85
+containerchecksum 3aa8d9b098cb6a84e6c864589387a19032c6badd2eb1fa1920ab3477d2d5ac8179e1cc38cda032bb183dc3a284c7afd23d825e337e375c54777de32437439cba
 
 name scheme-minimal
 category Scheme
@@ -4420,7 +4930,7 @@ longdesc scripts are used in TeX Live infrastructure.  This scheme
 longdesc corresponds exactly to collection-basic.
 depend collection-basic
 containersize 428
-containerchecksum c1fe4cd8289cccdedcb4a20f3c9dadec859e719cb6c2f8caab40ad6bda5f01137940003ecdb1fe0b1f51e48ba8a2f91693aa0e6a6c08ed0bdc53a7cee7900bd2
+containerchecksum a63f63a14bf5b3e12dfb49ece263f8fd797b71d0c88dca2df00cb988bf32cc662978d0abfd669cc616a3216ec021b38d62de39902d853de27087219faa5aa66b
 
 name selnolig
 category Package
@@ -4444,10 +4954,10 @@ longdesc ligature suppression macros for a number of so-called
 longdesc "discretionary" or "rare" ligatures such as ct, st, and sp. The
 longdesc package requires use of a recent LuaLaTeX format (for example
 longdesc those from TeX Live 2012 or 2013, or MiKTeX 2.9).
-containersize 53972
-containerchecksum b0f175830f8ba2f35c1a822babd16520ebe886cc4890d48ec8f969a81060d52dc5df1c12b1b0a5d4fbc99d5d0518a7aec3867bea01eb36acfff4d2ec2f2b3816
-doccontainersize 509912
-doccontainerchecksum 50f7ac245cb4837fa4f960f69fbd0dacc228a6892af6b28c6d2e116e6144352721be62cd0865c5370b83f08f66dd7cac346d51963e96baa5a607ae7ff340adb5
+containersize 53992
+containerchecksum c267f6c6b3095566d444c99adebfb4da58a39fe5870ebf63f5f717ea71f3285e363ae995cb474023764c19bf7fb02b676ffffe956a5e3151b9f7314ff335f159
+doccontainersize 509884
+doccontainerchecksum 0a91e2b1b91b33a6a363c7633ad8371ddeab0f16bdabfd895105d7a08a67a7cd8d3b6fd01fd3e2a053d5ca2051160b14d5fedbb0864fee7e532833d9ae5cd040
 runfiles size=59
  texmf-dist/tex/lualatex/selnolig/selnolig-english-hyphex.sty
  texmf-dist/tex/lualatex/selnolig/selnolig-english-patterns.sty
@@ -4456,29 +4966,11 @@ runfiles size=59
  texmf-dist/tex/lualatex/selnolig/selnolig.lua
  texmf-dist/tex/lualatex/selnolig/selnolig.sty
 catalogue-ctan /macros/luatex/latex/selnolig
-catalogue-date 2015-10-26 21:00:20 +0100
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics typesetting luatex
 catalogue-version 0.302
 
-name showhyphens
-category Package
-revision 39787
-shortdesc Show all possible hyphenations in LuaLaTeX
-longdesc With this package, LuaLaTeX will indicate all possible
-longdesc hyphenations in the printed output.
-containersize 1788
-containerchecksum 56f2180fb03193352dc6a99c22a8df3eb527a7b9367c74ba577a9da7b0e6b207c3635229e8d3e443776357290f4900cf6a59c942802f571d0c127bfc78a37b8f
-doccontainersize 86248
-doccontainerchecksum 3fe34faab33ebf270123eb63d59e12a55963b6e4d28d5aa60593428d4fc8d4cbd74ba6db39faa6ad94c1d8bef811520d3776ad0f62f89b1449410a83f24540ed
-runfiles size=1
- texmf-dist/tex/lualatex/showhyphens/showhyphens.sty
-catalogue-ctan /macros/luatex/latex/showhyphens
-catalogue-date 2016-02-19 15:31:25 +0100
-catalogue-license other-free
-catalogue-topics hyph-gen luatex
-catalogue-version 0.5c
-
 name spelling
 category Package
 revision 30715
@@ -4489,10 +4981,10 @@ longdesc similar to WYSIWYG word processors. The package relies on an
 longdesc external spell-checker application to check spelling of a text
 longdesc file and to output a list of bad spellings. The package should
 longdesc work with most spell-checkers, even dumb, TeX-unaware ones.
-containersize 14068
-containerchecksum e86b263eea5d565ada57b37911a92decee96e88edb5d13b080efa7b85f0c659e1bcaaec7c5d3bd0f517f2dc4a20954f365e1ad4e4810d54976f37cf0d90a6361
-doccontainersize 142560
-doccontainerchecksum 0d64484a17533b97dcda6112ecb97c3619ab128a179a91f80a8d89d79bd3a725403a67e8aa64ca0aea12331f7b858086d04c69ca00e679d1a4de4431db64af05
+containersize 14064
+containerchecksum 7b1329685e8b9f6af5ff42d364d538fc73fa86cc3999dd78ab14779a9b7ab799dcbd648ac6c9be37b58209738f6bc511afc9dc2638d4cd837bd70d5d6bb159b6
+doccontainersize 142556
+doccontainerchecksum 9154c23cfe92fe0c084feae557e552c9bb4ac0e25bb6f3988ebaf63f99a9ef8a976d96a9fbd7e1332de9e5df4d9274e560bff801070a3bac2c827509f393ae2c
 runfiles size=19
  texmf-dist/scripts/spelling/spelling-main.lua
  texmf-dist/scripts/spelling/spelling-recurse.lua
@@ -4502,32 +4994,26 @@ runfiles size=19
  texmf-dist/scripts/spelling/spelling-stage-4.lua
  texmf-dist/tex/luatex/spelling/spelling.sty
 catalogue-ctan /macros/luatex/generic/spelling
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl1.3
 catalogue-topics luatex spell
 catalogue-version 0.41
 
 name tetex
 category TLCore
-revision 43628
-shortdesc scripts and files originally written for or included in teTeX
-longdesc teTeX was a comprehensive distribution of TeX, LaTeX and
-longdesc family, designed for ease of compilation, installation and
-longdesc customisation. In 2006, Thomas Esser announced he would no
-longdesc longer be able to support, or to produce new versions of,
-longdesc teTeX. With the appearance of TeX live 2007 (whose Unix-system
-longdesc TeX support originally derived from teTeX), no-one should be
-longdesc using teTeX at all, in new applications. One of the "schemes"
-longdesc available when installing TeX live provides a configuration
-longdesc very close to that of the old teTeX, but using modern versions
-longdesc of programs and packages.
+revision 47198
+shortdesc scripts and files originally from teTeX
+longdesc Includes both core utilities such as fmtutil and updmap, and
+longdesc rarely-used programs such as allec and dvi2fax. Some
+longdesc functionality is now better provided by tlmgr, such as
+longdesc texconfig and texlinks, but everything here is still supported.
 depend tetex.ARCH
 execute addMap mathpple.map
-containersize 60072
-containerchecksum 22eade74858326f76f6ea22f2eeedcabc313e2e59a36a1a079cfafe7c9351953fb8e381fe9097110336dbbbea9c123a437fbd5e4fb9d7efe395ebdfe0c7d453a
-doccontainersize 521384
-doccontainerchecksum ced7b91032c0c7976597358853dfecbef550900f8f523bb4d242a7941a09425e6fd4e5fae2c9d1e6e8e8846dbaeab427d4f4ac3a50f228d71b95279d5e446db9
-runfiles size=105
+containersize 71040
+containerchecksum 080523d1b65393d5b24df3494c4b246a1f56fc6eee9df662e898c229ef2874ed8e9a994935b51f6becc9d1c70af013513764762aaa7a32bd14c55d56e9eb1729
+doccontainersize 525292
+doccontainerchecksum db698b29cbb1e503f4e49a853c105cf9c39574446ec5eee4cd79d67e8591c59c7322421cd7aa90f514091a0b372083048f18a24a7f26129cbebd6d462ca1e431
+runfiles size=126
  texmf-dist/dvips/tetex/config.builtin35
  texmf-dist/dvips/tetex/config.dfaxhigh
  texmf-dist/dvips/tetex/config.dfaxlo
@@ -4564,25 +5050,34 @@ runfiles size=105
  texmf-dist/scripts/texlive/dvi2fax.sh
  texmf-dist/scripts/texlive/dvired.sh
  texmf-dist/scripts/texlive/fmtutil-sys.sh
+ texmf-dist/scripts/texlive/fmtutil-user.sh
  texmf-dist/scripts/texlive/fmtutil.pl
  texmf-dist/scripts/texlive/kpsetool.sh
  texmf-dist/scripts/texlive/kpsewhere.sh
  texmf-dist/scripts/texlive/mktexlsr.pl
  texmf-dist/scripts/texlive/texconfig-dialog.sh
  texmf-dist/scripts/texlive/texconfig-sys.sh
+ texmf-dist/scripts/texlive/texconfig.sh
  texmf-dist/scripts/texlive/texlinks.sh
  texmf-dist/scripts/texlive/updmap-sys.sh
+ texmf-dist/scripts/texlive/updmap-user.sh
  texmf-dist/scripts/texlive/updmap.pl
+ texmf-dist/texconfig/README
+ texmf-dist/texconfig/g/generic
+ texmf-dist/texconfig/tcfmgr
+ texmf-dist/texconfig/tcfmgr.map
+ texmf-dist/texconfig/v/vt100
+ texmf-dist/texconfig/x/xterm
  texmf-dist/web2c/updmap.cfg
 catalogue-ctan /obsolete/systems/unix/teTeX
-catalogue-date 2016-11-04 04:57:58 +0100
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license other-free
 catalogue-topics distribution obsolete
 catalogue-version 3.0
 
 name tex
 category TLCore
-revision 42722
+revision 47198
 shortdesc A sophisticated typesetting engine
 longdesc TeX is a typesetting system that incorporates a macro
 longdesc processor. A TeX source document specifies or incorporates a
@@ -4603,10 +5098,10 @@ depend hyphen-base
 depend knuth-lib
 depend tex.ARCH
 execute AddFormat name=tex engine=tex options="tex.ini"   fmttriggers=cm,hyphen-base,knuth-lib,plain
-containersize 836
-containerchecksum aea2489e64b6050a3c0ab35642d18613d8412111e2fa5241f7c1d9efa4212e59c7600f8cdcacd02f4bcd00a629fc832f79c88bf2d7f550deb4f7a7790281b18b
-doccontainersize 59420
-doccontainerchecksum 37d944a2dc5ae0b669dea017417e5755b12b1cb63ede6c892b55d86f8a3bd02e3963fece59aa18344a1999d906e860fad273637ec728a49112683c13a2b82fcc
+containersize 840
+containerchecksum e93cb703b1dd10686dff459b507e15d178f42ef039593d072513b5fbb05bd5df94f2cfb0a0f2f489b84877048d8abe12ef7918c0b4cad7993cb5d67825cf1017
+doccontainersize 43436
+doccontainerchecksum 0d3426c18101a8f54725ad9b86602f6570035bcd985b2a3ac1b43bccff3f41c4f59a5504ee9e00bda89cbfcf5caf67ae093cd6577e851ee8026f6070ec28f45b
 catalogue-ctan /systems/knuth/dist/tex
 catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license knuth
@@ -4623,10 +5118,10 @@ longdesc introduced distribution-dependent variations in formats. They
 longdesc are also used to allow existing format source files to be used
 longdesc with newer engines, for example to adapt the plain e-TeX source
 longdesc file to work with XeTeX and LuaTeX.
-containersize 3260
-containerchecksum 8ee5bb750c8a1de8bc6cbebbf7c5b0b68548f67d2cd89035a49aea9aef21b18fcb6fe30e57eec02cc0a44c1e21bbe19a35b0033d9696134ca48b5cc800d3db5e
-doccontainersize 1332
-doccontainerchecksum bc8d3d6f8ebc39c1c923c01c36186131c34670978ad3b768750b1c0b92b6d12d1065f24eb27e9585af97db6cf11081e82f22e373e911a1fe8fb37f252a446424
+containersize 3268
+containerchecksum e14801a4b274049097ddccc7f25b24e31d11b4d17c894027ff5fd9b680b2d8b8c153ab4c617e59ac581a3e2836da72b63b6ef14d7a0452fd25bcc5718b1c98cc
+doccontainersize 1336
+doccontainerchecksum 2cf0815a1db1b2d531b0cb897929ea8ea75dc443430719657152beb2ddebc1916bc4045ee1cbe268773c766d0c0d8f1ed4f9bbadc14e8254178a7a76cd0e7525
 runfiles size=8
  texmf-dist/tex/generic/tex-ini-files/dvilualatex.ini
  texmf-dist/tex/generic/tex-ini-files/dviluatex.ini
@@ -4637,71 +5132,55 @@ runfiles size=8
  texmf-dist/tex/generic/tex-ini-files/xelatex.ini
  texmf-dist/tex/generic/tex-ini-files/xetex.ini
 catalogue-ctan /macros/generic/tex-ini-files
-catalogue-date 2016-04-15 13:44:24 +0200
+catalogue-date 2016-11-05 08:51:03 +0100
 catalogue-license pd
 catalogue-topics latex3
 
-name texconfig
-category TLCore
-revision 40768
-depend texconfig.ARCH
-containersize 12428
-containerchecksum 5565d51ffd81e3618de5c4d1e6f1026e6d3ef7bf4a7d41981547ccb5fbae7a9ac26d1864dc260c77800b6fb9cab186201d389b38cca4edc8f99aa61374069d81
-doccontainersize 28132
-doccontainerchecksum 3467b34fee7dc7bda25a85d759ab150d113effb27d64c632d69bea332114372299accf749e112709a39104afeb2c562a1f189c9bbbe41325b27827e515545b79
-runfiles size=19
- texmf-dist/scripts/texlive/texconfig.sh
- texmf-dist/texconfig/README
- texmf-dist/texconfig/g/generic
- texmf-dist/texconfig/tcfmgr
- texmf-dist/texconfig/tcfmgr.map
- texmf-dist/texconfig/v/vt100
- texmf-dist/texconfig/x/xterm
-
 name texlive-common
 category TLCore
-revision 40682
+revision 47105
 shortdesc TeX Live documentation (common elements)
 postaction shortcut type=menu name="TeX Live documentation"    cmd=TEXDIR/texmf-dist/doc/texlive/index.html
 containersize 348
-containerchecksum f20035cca3eeaf6e60da2ea4adde5f0fd065cd8fac6f02cb6b15dd2f006faff9e33031edffd50d81d0c54bce7299e9122a43f14c35a4faaee45397e24aff8625
-doccontainersize 314896
-doccontainerchecksum a69848e9be4ab76f260b1bfb0223eda957ac1f4a4c47ecadf5b4a87addb0d5d91ba721235831ab6cf7eea2d2f6e71cb443791b4efc2a4d9404de3bd41af62979
+containerchecksum 55daf13056d3f75047fecea3ad0cba05bbfa342d54d8914ca6df7494e14e297d9380c22d6aafbbe76d86a79edd4b20aef55ff38fd2f4c6d64a6277bf90729825
+doccontainersize 229548
+doccontainerchecksum fa44cd5aba2db8502f41b2ac1c061bc235a9edc14aed22a3d789c5e6c78bf736069d67dd6eda4dddabeefa78010c844c197bfdfa3e76e18b874ec1c63712cd5b
 
 name texlive-docindex
 category TLCore
-revision 43757
+revision 47479
 shortdesc top-level TeX Live doc.html, etc.
 longdesc These files are regenerated as needed, which is often, so we
 longdesc make them a separate package.  See the tl-update-auto script
 longdesc for the process.
-containersize 109800
-containerchecksum 2a398b144dec2fb215e6fca618f0e66869515b122294fce5b4ebb1cfd47ae8fcf846eb3952ac705dde307e43d206695630c81a55b4c55b90bebf373aaaa1a0e4
-doccontainersize 121044
-doccontainerchecksum b173611a41750a69d333193fc97d4003c6f3ef76565e72de6ceea1acd94201c4c2c29d3ea24e37f3f6b4e0c2796f32d355ee4c698a3264e9c52418169e974de7
+containersize 109804
+containerchecksum 05f3563b8b56825b6565c5f135f8a4d9d9c2de6c3688b16c4089bb125600e058eb9aadcf0f75d0507dbba52f22cdd9c87c8eefde60dc09df8c3fc1104a9ba9cd
+doccontainersize 130312
+doccontainerchecksum 428e4526eaa211987796d10c10851c3cbeafe8c93ea99e0f43431bff7c44bf6accc0f3a0d7cb2e0ef9629ddd4727fe1857501e9ee2c0d3fd31ac2219b2ad3c75
 runfiles size=270
  texmf-dist/scripts/texlive/var/texcatalogue.keywords
 
 name texlive-en
 category TLCore
-revision 43638
+revision 47434
 shortdesc TeX Live manual (English)
-containersize 272
-containerchecksum 50027e2377f7fb2ee2eff296b2215f6ca624f31f6e637591ba3a5780d52c998c12d9059ffb1e943026095c56e0fe2a2593e6463001661fa511c099a7bea2f17d
-doccontainersize 1623848
-doccontainerchecksum be8493d5ad850879ab6e3894579190338a8f04797ecd98c95871b36b157a90916577e27943221beea65541ef6662781ec8df5189dcb79b62f696300d86263a0b
+containersize 276
+containerchecksum b67e7110d2e49f8cec0e1d05b208166854d7a0d61575a1b23ff880360be62c96b03a524e5521cbbd148bf79da59c6e82f84ee395e99ec9687e9eef669724ec9f
+doccontainersize 1595640
+doccontainerchecksum 4bdb2bb5f14fb8a1a752dadb8e85465a1ea8fe4871f05d4b10d77fa7a0af24bdcea0d199b8fdead629c2e0fc5724f81187bc46d0ef9c63ad9b30652425fb9fca
 
 name texlive-msg-translations
 category TLCore
-revision 42573
+revision 47433
 shortdesc translations of the TeX Live installer and TeX Live Manager
 longdesc This package contains the translated messages of the TeX Live
 longdesc installer and TeX Live Manager.  For information on creating or
 longdesc updating translations, see
 longdesc http://tug.org/texlive/doc.html#install-tl-xlate.
-containersize 112292
-containerchecksum ec6340b36b1fd72b7b39250a93536a620056932d9786822a95cf9f76b7c45a360924bb6f115ff6f86a048782e0bdf94841129066ea47f3277136ff102eda3397
-runfiles size=294
+containersize 111700
+containerchecksum 8b8aa861c22d853a38d2aca9c1a350b2e109508cf750f6511f8ee29a4be7142bf3f10c6c5da707e2e4fea2cbf8645b6503efae634889ff644d3d76410e2dd05a
+runfiles size=287
+ tlpkg/translations/README
  tlpkg/translations/cs.po
  tlpkg/translations/de.po
  tlpkg/translations/es.po
@@ -4722,9 +5201,36 @@ runfiles size=294
  tlpkg/translations/zh_CN.po
  tlpkg/translations/zh_TW.po
 
+name texlive-scripts
+category TLCore
+revision 47481
+shortdesc TeX Live infrastructure programs
+longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
+longdesc tlmgr to run but still ours.  Not included in tlcritical.
+depend texlive.infra
+depend texlive-scripts.ARCH
+postaction shortcut type=menu name="TeX Live command-line"   cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
+containersize 67112
+containerchecksum e4c4f73640a7e00516e502c3b605a3f19a51f7fe22f8b5f64e2e259d46faa3f1ecf6ee0050f6e7a98ce869e087baf74e5d0389c4f3cf8c3b47a74db68b33f1f5
+doccontainersize 51096
+doccontainerchecksum 79590ecfa314da2aaaa64268821bfea31ed4ef4831ba608ff5f27f6f6839cb4868915439bf9bef06d212b2ef648712a8187409853dcc955bbfd3cd5dca8aa8c7
+runfiles size=69
+ install-tl
+ texmf-dist/scripts/texlive/lua/texlive/getopt.tlu
+ texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu
+ texmf-dist/scripts/texlive/lua/texlive/utils.tlu
+ texmf-dist/scripts/texlive/rungs.tlu
+ texmf-dist/scripts/texlive/test-tlpdb.tlu
+ texmf-dist/scripts/texlive/texconf.tlu
+ tlpkg/installer/ctan-mirrors.pl
+ tlpkg/installer/install-menu-perltk.pl
+ tlpkg/installer/install-menu-text.pl
+ tlpkg/installer/install-menu-wizard.pl
+ tlpkg/installer/texlive.png
+
 name texlive.infra
 category TLCore
-revision 41476
+revision 47457
 shortdesc basic TeX Live infrastructure
 longdesc This package contains the files needed to get the TeX Live
 longdesc tools (notably tlmgr) running: perl modules, xz binaries, plus
@@ -4732,11 +5238,11 @@ longdesc (sometimes) tar and wget.  These files end up in the standalone
 longdesc install packages, and in the tlcritical repository.
 depend texlive.infra.ARCH
 postaction shortcut type=menu name="TeX Live Manager"              cmd=TEXDIR/bin/win32/tlmgr-gui.exe
-containersize 194264
-containerchecksum 583a28fd7a23a68f7a3dee0060d98d60e89e16a32d054604beefd73d1db951ba81e4ae8142fc60deb35bf8ab8b6449a36e99393fe1a5eee086a50b3af431f1c3
-doccontainersize 168904
-doccontainerchecksum dd7c466ca4c94c81a0b7bd0d3ce5938c82f38c878a5b1e6ea68317f064ceecb43f02616c303265998f92bb486f3eddbbc3d6d16cea8c92a57e01f1591219c710
-runfiles size=224
+containersize 208728
+containerchecksum 4e987122d1dcc5f7e3f354ba52e784d81a702a5701f2e79d6cbe6c59e288f07b2d5c162bbfb4e48d993f06e9f16c5004eea7de20ded5b7c3dab1f4884ec408f9
+doccontainersize 173800
+doccontainerchecksum 2bcd8c5dc1ca4fd26b57dcf9d0e41f10ed9fd011118b1e2a46511d9fba21bf85752431b99e551a0cd6b1cbdd7431f863351001a90960a7c4ab60c22f5d436aa4
+runfiles size=241
  LICENSE.CTAN
  LICENSE.TL
  release-texlive.txt
@@ -4766,7 +5272,7 @@ runfiles size=224
 
 name tools
 category Package
-revision 43024
+revision 47500
 catalogue latex-tools
 shortdesc The LaTeX standard tools bundle
 longdesc A collection of (variously) simple tools provided as part of
@@ -4775,14 +5281,13 @@ longdesc afterpage, array, bm, calc, dcolumn, delarray, enumerate,
 longdesc fileerr, fontsmpl, ftnright, hhline, indentfirst, layout,
 longdesc longtable, multicol, rawfonts, showkeys, somedefs, tabularx,
 longdesc theorem, trace, varioref, verbatim, xr, and xspace.
-containersize 38972
-containerchecksum 7b1cc3fbeae8cabcf7e82c302cc97ca44485b237cb08ee06b83810660dffba17fd232299c0cef61ec3cc05888fa70fda5c6a4dbb0569b0896f131438a37e7e15
-doccontainersize 5143216
-doccontainerchecksum e578ab77320bfb69d98c208fccae4919d1bdd90f3c3c86b967ceab842bc8c1348e606db0a858f537cd0eaf888bfe573852ecf4b622f7ba367f33d6ddab2700de
-srccontainersize 216356
-srccontainerchecksum 7d4d9329e689b670310926af80dbb38d86789e0a6d3e7cd09dd69eefc4682d9d01e3547b258bc3229f9114f9c313cb27c0fb7ba389002b9ba40123c8e3290021
-runfiles size=79
- texmf-dist/tex/latex/tools/.tex
+containersize 39560
+containerchecksum e966c0df66e9a318df553d7ab06d21cbc26dc1ee2dea4763140d06b65b89cdbe79b209668bc40aa374c040ed390d292e58dca76090c6d7178192fda3ec237cc9
+doccontainersize 5176984
+doccontainerchecksum e0ee731117776ebe568dcfe55ef97bc7b533fe1c49347a74994ac0b8ed6b0ec8bcad0beceb40bd21731b0cad8741674101933658183627bb50930ff0c64dd41f
+srccontainersize 219136
+srccontainerchecksum 1b8f98ea1db5545b3ac246bad8349fa5fea6d2c71d9e606bb4dd1f0faed61a1f539af9dad6cbdef2d74f626032fb7d202df5fce374316a79b3e1a77d13bb57d7
+runfiles size=86
  texmf-dist/tex/latex/tools/afterpage.sty
  texmf-dist/tex/latex/tools/array.sty
  texmf-dist/tex/latex/tools/bm.sty
@@ -4799,6 +5304,7 @@ runfiles size=79
  texmf-dist/tex/latex/tools/indentfirst.sty
  texmf-dist/tex/latex/tools/layout.sty
  texmf-dist/tex/latex/tools/longtable.sty
+ texmf-dist/tex/latex/tools/multicol-2017-04-11.sty
  texmf-dist/tex/latex/tools/multicol.sty
  texmf-dist/tex/latex/tools/q.tex
  texmf-dist/tex/latex/tools/r.tex
@@ -4823,36 +5329,35 @@ runfiles size=79
  texmf-dist/tex/latex/tools/xr.sty
  texmf-dist/tex/latex/tools/xspace.sty
 catalogue-ctan /macros/latex/required/tools
-catalogue-date 2017-01-22 06:24:38 +0100
+catalogue-date 2018-04-24 21:20:38 +0200
 catalogue-license lppl1.3
 catalogue-topics collection
 
-name ucharcat
+name typewriter
 category Package
-revision 38907
-shortdesc Implementation of the (new in 2015) XeTeX \Ucharcat command in lua, for LuaTeX
-longdesc The package implements the \Ucharcat command for LuaLaTeX.
-longdesc \Ucharcat is a new primitive in XeTeX, an extension of the
-longdesc existing \Uchar command, that allows the specification of the
-longdesc catcode as well as character code of the character token being
-longdesc constructed.
-containersize 1184
-containerchecksum c0573ce2db0471ccc955756484340f06b5fe830a140a45538939c1020d479e337d4e0bcfb549f604833f91846f0f8419286f7d7dc9602eb9d4a9f79148c0fd83
-doccontainersize 159880
-doccontainerchecksum 37b38ffc051a1e2ee7d89ae865eec195e0572c61c7256ae78744cec19fe3a2d8fb8d4e143cbeec9000ec146f5128c2cdabd6d03d7f5a8ff8cf2ae448a4eb446b
-srccontainersize 2324
-srccontainerchecksum e2abfe54e559238d4b3663b8ed26dcb4651b19abc9541bb030e703d305fe505f8ef352a9401384fe72323fb33dcb8ae7c4a34371d7746b8c3de85ea267f96fb7
-runfiles size=1
- texmf-dist/tex/latex/ucharcat/ucharcat.sty
-catalogue-ctan /macros/latex/contrib/ucharcat
-catalogue-date 2015-11-20 05:46:40 +0100
+revision 46641
+shortdesc Typeset with a randomly variable monospace font
+longdesc The typewriter package uses the OpenType Computer Modern
+longdesc Unicode Typewriter font, together with a LuaTeX virtual font
+longdesc setup that introduces random variability in grey level and
+longdesc angle of each character. It was originally an answer to a
+longdesc question on stackexchange.
+containersize 25208
+containerchecksum b378d6f4c342fe5eaee25778fd040003c9fbf2c6d63f9e5d17aa5bbc067488b67175af4e20de8fa7f87fe009d43b3b95f768907a207b74250552be6396e4984a
+doccontainersize 101052
+doccontainerchecksum 0c1f8af962e9a351b20b1000f170394ae7f310a8219be8381744c2ceaa171f926ac96bffbf5b781308925b21c264551c2eba1fd5735b5d85011468120d5d38e7
+runfiles size=63
+ texmf-dist/tex/lualatex/typewriter/typewriter.sty
+catalogue-also ransom manuscript
+catalogue-ctan /macros/luatex/latex/typewriter
+catalogue-date 2018-02-14 13:01:28 +0100
 catalogue-license lppl
-catalogue-topics lua-supp luatex
-catalogue-version 0.03
+catalogue-topics typesetting
+catalogue-version 1.1
 
 name unicode-data
 category Package
-revision 41521
+revision 44711
 shortdesc Unicode data and loaders for TeX
 longdesc This bundle provides generic access to Unicode Consortium data
 longdesc for TeX use. It contains a set of text files provided by the
@@ -4865,35 +5370,39 @@ longdesc Currently there are two loader files: one for general character
 longdesc set up and one for initialising XeTeX character classes as has
 longdesc been carried out to date by unicode-letters.tex. The source
 longdesc data are distributed in accordance with the license stipulated
-longdesc by the Unicode Consortium. The bundle as a whole is co-
-longdesc ordinated by the LaTeX3 Project as a general resource for TeX
-longdesc users.
-containersize 221648
-containerchecksum a4140d7de4c728245b8d223ba1447f45e5ca3d70b8fc3eeeef587cf65e11bb99bbe8c3811ebb741f64f09bf32ab263df6fe1294e6083a91aaa5fccadec991be8
-doccontainersize 3484
-doccontainerchecksum 1089af8738282a82e4dc89810e7350b3c5247690dbea1e39aa6229e3fb5ced43837997a5d2a1a96007719da908b15da322db82fac446d18b0d5b0bf1f85c7456
-runfiles size=542
+longdesc by the Unicode Consortium. The bundle as a whole is
+longdesc co-ordinated by the LaTeX3 Project as a general resource for
+longdesc TeX users.
+containersize 225172
+containerchecksum 0e81ae042bc7e502a87ebdd72862842004b0bf81d2cafce147d00ec6b617e09e0200f39b048087ca6ea474e11228c4f1bb7f5572b315dd4ed0a237c8ca2a6036
+doccontainersize 3440
+doccontainerchecksum 9ae3319e7ad5d59b47212bb3c9df9d761333fded010a447d81c792e4878cb28a4fad7ab3f613df5347ed215a0539bbbd3546079de4afcb8546f768ceffb2d36a
+runfiles size=556
  texmf-dist/tex/generic/unicode-data/CaseFolding.txt
  texmf-dist/tex/generic/unicode-data/EastAsianWidth.txt
  texmf-dist/tex/generic/unicode-data/LineBreak.txt
- texmf-dist/tex/generic/unicode-data/MathClass.txt
+ texmf-dist/tex/generic/unicode-data/MathClass-15.txt
  texmf-dist/tex/generic/unicode-data/SpecialCasing.txt
  texmf-dist/tex/generic/unicode-data/UnicodeData.txt
  texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
  texmf-dist/tex/generic/unicode-data/load-unicode-math-classes.tex
  texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex
 catalogue-ctan /macros/generic/unicode-data
-catalogue-date 2016-06-22 19:59:31 +0200
-catalogue-license lppl1.3
-catalogue-topics latex3
-catalogue-version 1.5
+catalogue-date 2017-06-27 20:46:53 +0200
+catalogue-license lppl1.3c
+catalogue-topics latex3 unicode
+catalogue-version 1.6
 
 name updmap-map
 category Package
-revision 43366
-containersize 161656
-containerchecksum 1b03edbb9a3745a0f9147eb264cbf1668add29775158c68b185e9f095ad0597fd3e5e477657b4c18a392a353a5a7e827bc78f0ca317b5474ea13c83b73b5eec8
-runfiles size=3969
+revision 46957
+shortdesc auto-generated font map files
+longdesc These map files are regenerated every time a new font is added.
+longdesc There is no need to rebuild formats or update binaries because
+longdesc of such updates, hence this separate package.
+containersize 181484
+containerchecksum d04cb1c90c24e42240325a7f68eca2a2aca340a91e5b79ec7e93fb960e113d7e1dd74227532f4ec233bb43cf157a7375658417dcfcaa20525dce8f47bcffd8ae
+runfiles size=4578
  texmf-dist/fonts/map/dvipdfmx/updmap/kanjix.map
  texmf-dist/fonts/map/dvips/updmap/builtin35.map
  texmf-dist/fonts/map/dvips/updmap/download35.map
@@ -4920,22 +5429,22 @@ longdesc no spaces, so by default the package ignores spaces in its
 longdesc argument. However, a package option "allows spaces", which is
 longdesc useful for operating systems where spaces are a common part of
 longdesc file names.
-containersize 5532
-containerchecksum 4ee4fa354f4a98c3812e1cbf62023be7cfedcaa41e6cb70bfb199abde13fe170b559b0c89229fdb7a063e201936dd2a8144a6e6367be4f0fc2bcfb862fe1fb09
-doccontainersize 266856
-doccontainerchecksum e9818015975fab9ddfb6ad1ae2c7be54f79a65298127ed2ab8663aa9fe03af48f76374255e7d97e473e9291153812739ee16f52670a6cb23be1a96f0465103b6
+containersize 5536
+containerchecksum 71d250915fb64e6b2486edbcec98040b510668d05678d2486acf35108e86b58f4079d154b4713d9f313cfe874507abf684cce3d3b744df43fe96df56a12ae498
+doccontainersize 266848
+doccontainerchecksum fc8794ac8a58dfa17b2e54782edd90a8698d2a87db3b0fede21dd476693ebda20d7478687ca0a72d1c5beb8a9d6ecce961521305d0eb4ff26f78ab3e53ec79f2
 runfiles size=4
  texmf-dist/tex/latex/url/url.sty
 catalogue-also path
 catalogue-ctan /macros/latex/contrib/url
-catalogue-date 2015-08-03 05:43:12 +0200
+catalogue-date 2016-06-24 19:18:15 +0200
 catalogue-license lppl
 catalogue-topics verbatim
 catalogue-version 3.4
 
 name xdvi
 category TLCore
-revision 43673
+revision 47340
 shortdesc A DVI previewer for the X Window System
 longdesc The canonical previewer for use on Unix and other X-windows
 longdesc based systems. The distribution has been integrated with that
@@ -4943,16 +5452,16 @@ longdesc of xdvik (no longer separately available), so that it will
 longdesc build with web2c "out of the box". It is included in TeX Live.
 depend xdvi.ARCH
 containersize 6820
-containerchecksum 579ebb8d64fff9a08b03e4215c367f184dd5a3a565f6d25117bd508da96d869c3a6c7c0a2b010d6bbe2441150cb1a296a8c1d06a735477c5acab03ddb3943e26
-doccontainersize 182996
-doccontainerchecksum fd8e373aa6755a57ef413e5d044a463867a252a1c60c8e251e7aa1724e3a1f8e4bcfe0bbc9ae973434373d7b22156aea9c59eabffba93fdd1f22231c80f36be1
+containerchecksum c0c5598e3683dcf6e9eb435f7a9a6d3065c79738b697d67ddc42a8ceca56a72d94f98ff06415d5c044f971b3f4f9bc58006db0b90f67d2c6b0bb2cc3138f5f08
+doccontainersize 172000
+doccontainerchecksum c28f70bab7e44e3b20358beb24a420227e1cb90511619d45fd04db81a2e126452acbf2e75eeaf04bfb70c6aca8a51bc1f64594ae153124d394bd14074ea5c18f
 runfiles size=9
  texmf-dist/dvips/xdvi/config.xdvi
  texmf-dist/xdvi/XDvi
  texmf-dist/xdvi/pixmap/toolbar.xpm
  texmf-dist/xdvi/pixmap/toolbar2.xpm
 catalogue-ctan /dviware/xdvi
-catalogue-date 2017-02-13 18:55:27 +0100
+catalogue-date 2017-04-18 05:31:40 +0200
 catalogue-license other-free
 catalogue-topics previewer
 catalogue-version 22.87.03